mhinspeya/module-combinationdiscount

使用组合框插件增强您的 Magento 2 商店,该插件旨在提供定制的下拉选项并应用于产品上的组合折扣。

安装: 0

依赖: 0

建议者: 0

安全: 0

类型:magento2-module

1.0.0 2024-08-26 13:41 UTC

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 清除缓存