artera/module-privacy

此包已被弃用且不再维护。未建议替代包。

一个在客户注册页面、联系页面和新闻订阅表单(从条款和条件中获取文本)中添加隐私接受复选框的Magento 2模块。

安装: 205

依赖项: 0

建议者: 0

安全: 0

星标: 3

关注者: 4

分支: 5

类型: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

一个在

  • 客户注册页面
  • 联系页面
  • 新闻订阅表单

安装指南

$ 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

如果你使用生产模式或默认模式

$ php bin/magento setup:di:compile

为Magento 2添加隐私接受复选框的模块

  • 在注册页面
  • 在联系页面
  • 在新闻订阅表单

安装

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

如果你正在使用生产模式或默认模式

$ php bin/magento setup:di:compile