bina / module-catalog-compare
目录比较
1.2.0
2022-12-09 02:08 UTC
Requires
- php: ~7.0.13||~7.1.0||~7.2.0||~7.3.0||~7.4.0
- magento/framework: ~101.0||~102.0||~103.0
- magento/module-catalog: ~103.0||~104.0
- magento/module-catalog-search: ~101.0||~102.0
- magento/module-wishlist: ~101.0
This package is auto-updated.
Last update: 2024-09-09 06:07:58 UTC
README
关于项目
这是一个为我的 Bina Commerce 品牌实现的 Magento 2 实现。
这个小开发允许你配置是否启用 产品比较 功能。
安装
要继续安装您的模块,您需要进入您的 Magento 安装根目录,并运行以下命令
composer require bina/module-catalog-compare
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
bin/magento cache:clean
bin/magento cache:flush
注意 要执行
bin/magento setup:static-content:deploy
,您需要使用 ISO-639 格式列出商店的所有语言。另外,如果您使用的是非生产平台模式,您需要使用-f
标志执行命令:bin/magento setup:static-content:deploy -f
(https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli-subcommands-static-view.html)。
注意 命令
bin/magento cache:flush
是可选的 (https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli-subcommands-cache.html#config-cli-subcommands-cache-clean)。
用法
要查找关于使用和相关问题文档,请访问此开发的 官方页面。