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:
Installation with composer
Manual installation
- Download our plugin: https://github.com/iubenda/cm-plugin-magento
- Upload the content to
app/code/Consentmanager/Cmp
- Enter following commands to install module:
php bin/magento setup:upgrade
- Enable and configure CMP (CMP Code-ID, CDN, HOST, Blocking Mode) in Magento Admin under consentmanager -> Settings
- "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.