artera/module-privacy

This package is abandoned and no longer maintained. No replacement package was suggested.

A Magento 2 module that adds the Privacy acceptance checkbox in customer registration page, contact page and newsletter subscription form (retrieving text from Terms and Conditions).

Installs: 205

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 4

Forks: 5

Type:magento2-module

2.0.3 2016-07-22 10:35 UTC

This package is auto-updated.

Last update: 2022-02-01 12:58:03 UTC


README

A Magento 2 module that adds the Privacy acceptance checkbox in:

  • customer registration page
  • contact page
  • newsletter subscription form

Installation guide

$ composer require artera/module-privacy
$ php bin/magento cache:disable
$ php bin/magento module:enable Artera_Privacy
$ php bin/magento setup:upgrade
$ php bin/magento cache:enable

If you are using production or default mode

$ php bin/magento setup:di:compile

Modulo per Magento 2 che aggiunge la checkbox per l'accetazione della privacy:

  • nella pagina di registrazione
  • nella pagina contatti
  • nel form per l'iscrizione alla newsletter

Installazione

$ composer require artera/module-privacy
$ bin/magento cache:disable
$ bin/magento module:enable Artera_Privacy
$ bin/magento setup:upgrade
$ bin/magento cache:enable

Se stai utilizzando le modalità production o default

$ php bin/magento setup:di:compile