revhunter / magento2
Magento 2 模块 - Revhunter
1.0.0
2020-11-12 11:49 UTC
Requires
- php: ^7.1
- magento/framework: *
- magento/magento-composer-installer: *
- magento/module-catalog: *
- magento/module-checkout: *
- magento/module-cms: *
- magento/module-store: *
This package is auto-updated.
Last update: 2024-09-12 20:19:29 UTC
README
RevHunter 模块。它在 body 结束前添加一个图片标签,其 src 属性根据特定网站动态调整(仅限首页、分类页面、产品查看、购物车、结账登录、所有结账步骤和成功页面)。此图片标签仅在模块启用且 RevHunter ID 不为空时生成。
版本
1.0.0
兼容性
- Magento CE 2.3.3
- 在其他版本中未进行测试
要求
- Magento 2
- Composer
安装
要启用此扩展,请从 Magento CLI 运行以下命令
- php bin/magento module:enable Fwc_RevHunter
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy -f
- php bin/magento cache:flush
配置选项
- 商店 -> 配置 -> RevHunter -> RevHunter 配置
- 可用选项:模块状态和 RevHunter ID
变更日志
2020 年 10 月 2 日
- 初始化模块