landofcoder / module-mautic-gdpr
Magento 2 Mautic GDPR, allow customer remove contact on Mautic.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- landofcoder/module-gdpr: 1.*
- landofcoder/module-mautic: 1.*
This package is auto-updated.
Last update: 2024-10-22 15:33:17 UTC
README
``landofcoder/module-mautic-gdpr``
The module require 2 modules:
Main Functionalities
- Delete Mautic contact from Magento 2 when Customer request delete his account on magento 2 site.
Installation
* = in production please use the --keep-generated
option
1. The module require setup Mautic via composer:
Run commands to setup libs:
composer require landofcoder/module-mautic
composer require landofcoder/module-gdpr
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean