landofcoder/module-mautic-gdpr

Magento 2 Mautic GDPR, allow customer remove contact on Mautic.

1.0.0 2021-11-22 08:30 UTC

This package is auto-updated.

Last update: 2024-04-22 14:33:18 UTC


README

``landofcoder/module-mautic-gdpr``

The module require 2 modules:

  1. Module GDPR Magento 2
  2. Module Mautic Magento 2

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