webdna / commerce-multi-coupon

支持多个优惠券

安装: 155

依赖: 0

建议: 0

安全: 0

星标: 0

关注者: 2

分支: 0

类型:craft-plugin

1.0.0-beta.1 2024-05-16 16:23 UTC

This package is auto-updated.

Last update: 2024-09-16 17:09:24 UTC


README

支持多个优惠券

要求

此插件需要Craft CMS 4.3.5或更高版本,以及PHP 8.0.2或更高版本。

安装

您可以从插件商店或使用Composer安装此插件。

从插件商店

转到项目控制面板中的插件商店,搜索“Multi Coupon”,然后按“安装”。

使用Composer

打开终端并运行以下命令

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require webdna/commerce-multi-coupon

# tell Craft to install the plugin
./craft plugin/install commerce-multi-coupon