mhinspeya / module-combinationdiscount
使用组合框插件增强您的 Magento 2 商店,该插件旨在提供定制的下拉选项并应用于产品上的组合折扣。
1.0.0
2024-08-26 13:41 UTC
Requires
- mhinspeya/backend-mod: ^1.0
This package is not auto-updated.
Last update: 2024-09-24 12:09:18 UTC
README
``mhinspeya/module-combinationdiscount``
安装
* = 在生产环境中请使用 --keep-generated 选项
类型 1:Zip 文件
- 将 zip 文件解压到
app/code/MHinspeya - 通过运行
php bin/magento module:enable MHinspeya_Combinationdiscount启用模块 - 通过运行
php bin/magento setup:upgrade应用数据库更新 - 通过运行
php bin/magento cache:flush清除缓存
类型 2:Composer
- 将模块放入 composer 仓库中,例如
- 通过运行
composer require mhinspeya/module-combinationdiscount安装模块 composer - 通过运行
php bin/magento module:enable MHinspeya_Combinationdiscount启用模块 - 通过运行
php bin/magento setup:upgrade应用数据库更新 - 通过运行
php bin/magento cache:flush清除缓存