Info
Content

How to integrate the CMP into a Magento Shop?

Please note: The plugin is designed for Magento 2 | Tested up to 2.4.6+ (PHP 8.2)

In order to integrate the CMP-Code into a Magento Shop please follow these steps:

  1. Download our plugin: consentmanager_magento2.zip
  2. Upload the content to
    app/code/Consentmanager/Cmp
  3. Enter following commands to install module:
    php bin/magento setup:upgrade
  4. Enable and configure CMP (CMP Code-ID, CDN, HOST, Blocking Mode) in Magento Admin under consentmanager -> Settings
  5. "Custom HTML Code" is an OPTIONAL input field e.g. for our client side configurations. If you enter anything, please do NOT forget to add the according <script></script> tags.

Back to top