o3-shop/usercentrics
最新稳定版本:v1.2.1
Composer 安装命令:
composer require o3-shop/usercentrics
包简介
O3-Shop Cookie Management powered by usercentrics
README 文档
README
This module provides the Usercentrics functionality for the O3-Shop allowing you to use their Consent Management Platform.
Usage
This assumes you have O3-Shop (at least the v1.0.0 compilation) up and running.
Install
The Usercentrics module is already included in the O3-Shop v1.0.0 compilation.
Module can be installed manually, by using composer:
$ composer require o3-shop/usercentrics $ vendor/bin/oe-console oe:module:install source/modules/oxps/usercentrics
After requiring the module, you need to activate it, either via O3-Shop admin or CLI.
Navigate to shop folder and execute the following:
$ vendor/bin/oe-console oe:module:activate oxps_usercentrics
How to use
Activate the module and enter your usercentrics ID in the module settings.
User documentation: DE
Branch Compatibility
- master branch for master shop compilation branches
- b-6.5.x branch for b-6.5.x shop compilation branches
- b-6.3.x branch for b-6.3.x and b-6.4.x shop compilation branches
- b-6.2.x branch for b-6.2.x shop compilation branches
Developer installation
$ git clone https://github.com/o3-shop/usercentrics.git source/modules/oxps/usercentrics
$ composer config repositories.o3-shop/usercentrics path ./source/modules/oxps/usercentrics
$ composer require o3-shop/usercentrics:*
$ vendor/bin/oe-console oe:module:install source/modules/oxps/usercentrics
Testing
Modify the test_config.yml configuration:
...
partial_module_paths: oxps/usercentrics
...
activate_all_modules: true
run_tests_for_shop: false
run_tests_for_modules: true
...
Then tests can be run like this:
$ ./vendor/bin/runtests $ SELENIUM_SERVER_IP=selenium BROWSER_NAME=chrome ./vendor/bin/runtests-codeception
Contributing
You like to contribute? 🙌 AWESOME 🙌
Go and check the contribution guidelines
Issues
To report issues with the module, please use the O3-Shop bugtracking system - module Usercentrics project.
License
GPLv3, see LICENSE file.
统计信息
- 总下载量: 3.71k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2023-02-28