iop/magento2-coupon

从URL应用Magento 2优惠券代码。

安装: 1

依赖项: 0

建议者: 0

安全: 0

星星: 1

关注者: 1

分支: 0

开放问题: 0

类型:magento2-module

0.0.1 2020-08-23 20:59 UTC

This package is auto-updated.

Last update: 2024-09-27 05:57:45 UTC


README

测试版本

  • Magento 2.3.5

主要功能

注意:屏幕录制(1分钟): https://www.screencast.com/t/OZaMVkJs7IZ 如果屏幕录制有问题,请尝试使用其他浏览器。

安装

使用Composer

使用以下命令将此模块安装到Magento 2中

composer require iop/magento2-coupon
bin/magento module:enable Iop_Coupon
bin/magento setup:upgrade && c:f

手动(不使用Composer)

以下是步骤

  • 将文件夹 app/code/Iop/Coupon 中的文件上传到您的站点
  • 运行 php -f bin/magento module:enable Iop_Coupon
  • 运行 php -f bin/magento setup:upgrade
  • 刷新Magento缓存
  • 完成