OXID Cookie Management powered by usercentrics

Installs: 165 027

Dependents: 2

Suggesters: 2

Security: 0

Stars: 17

Watchers: 20

Forks: 0

Type:oxideshop-module

v3.0.0 2024-03-15 10:29 UTC

README

Packagist

This module provides the Usercentrics functionality for the OXID eShop allowing you to use their Consent Management Platform.

Usage

This assumes you have OXID eShop (at least the v6.2.0 compilation) up and running.

Install

The Usercentrics module is already included in the OXID eShop compilation.

Module can be installed manually, by using composer:

$ composer require oxid-professional-services/usercentrics

After requiring the module, you need to activate it, either via OXID eShop admin or CLI.

Navigate to oxideshop 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

  • b-7.1.x branch for b-7.1.x shop compilation branches
  • b-7.0.x branch for b-7.0.x 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 --branch=b-7.1.x https://github.com/OXID-eSales/usercentrics.git source/modules/oxps/usercentrics
$ composer config repositories.oxid-professional-services/usercentrics path ./source/modules/oxps/usercentrics
$ composer require oxid-professional-services/usercentrics:*

$ vendor/bin/oe-console oe:module:activate oxps_usercentrics

Testing

For instructions on running tests, please refer to current version github development workflow.

Contributing

You like to contribute? 🙌 AWESOME 🙌
Go and check the contribution guidelines

Issues

To report issues with the module, please use the OXID eShop bugtracking system - module Usercentrics project.

License

OXID Module and Component License, see LICENSE file.