magma/magento2-privacy-auth 1.0.1

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

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

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 [email protected]: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