magma/magento2-privacy-auth

The Magento 2 PrivacyAuth adds customer privacy authorization request in variuos pages.

Installs: 79

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Type:magento2-module

1.0.5 2021-05-21 12:22 UTC

This package is not auto-updated.

Last update: 2024-05-12 02:05:18 UTC


README

The Magento 2 PrivacyAuth adds customer privacy authorization request in:

  • newsletter subscription form
  • customer registration page
  • checkout
  • contact page

Installation guide

$ composer config repositories.magento2-privacy-auth git git@github.com:magma/magento2-privacy-auth.git 
$ composer require magma/magento2-privacy-auth
$ php bin/magento cache:disable
$ php bin/magento module:enable Magma_PrivacyAuth
$ php bin/magento setup:upgrade
$ php bin/magento cache:enable

If you are using production or default mode

$ php bin/magento setup:di:compile