#优惠券
- 该插件依赖dsshop项目,而非通用插件
- 支持版本:dshop v1.1.0及以上
- 支持满减、随机(暂不支持后台生成领取地址,故随机无法正常使用)、折扣三种优惠券类型
- 优惠券支持设置开始时间、到期时间、领取数量、门槛设置
- 支持用户商品详情页直接领取满减、折扣优惠券
- 支持用户购买商品时,根据优惠券使用条件自动选取面额最大的优惠券
- 支持退款后返还优惠券
- 支持优惠券自动开始、结束
- 支持优惠券提前开始和提前结束
php artisan migrate
coupon/example/admin/Detail.vue
->admin/src/views/Indent/components/Detail.vue
coupon/example/api/Admin/IndentController.php
->api/app/Http/Controllers/v1/Admin/IndentController.php
coupon/example/api/Element/GoodIndentController.php
->api/app/Http/Controllers/v1/Element/GoodIndentController.php
coupon/example/trade/order/createOrder.vue
->trade/Dsshop/pages/order/createOrder.vue
coupon/example/trade/order/showOrder.vue
->trade/Dsshop/pages/order/showOrder.vue
coupon/example/trade/product/product.vue
->trade/Dsshop/pages/product/product.vue
coupon/example/trade/user/user.vue
->trade/Dsshop/pages/user/user.vue
coupon/example/api/Models/GoodIndent.php
->api/app/Models/v1/GoodIndent.php
coupon/example/api/Console/Kernel.php
->api/app/Console/Kernel.php
- 首先请备份项目,升级可能产生问题(如自行修改了涉及到升级的文件、下载的文件不全等问题)
- 首先查看新版本支持的dshop的版本,如果符合,可通过后台直接升级,升级将会自动覆盖原有文件
- 如果升级涉及到手动修改代码部分,升级说明中会进行讲解
- 插件安装后不建议卸载,因为涉及到多处手动修改的代码
- 可以按以上安装方式反向操作,即可卸载