webdna / commerce-enhanced-promotions
增强型商业促销
1.0.0-beta.12
2023-11-09 22:17 UTC
Requires
- php: >=8.0.2
- craftcms/cms: ^4.3.5
This package is auto-updated.
Last update: 2024-09-10 00:11:53 UTC
README
增强型商业促销
需求
此插件需要Craft CMS 4.3.5或更高版本,以及PHP 8.0.2或更高版本。
安装
您可以从插件商店或使用Composer安装此插件。
从插件商店
前往项目控制面板中的插件商店,搜索“增强型促销”,然后点击“安装”。
使用Composer
打开终端并运行以下命令
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require webdna/commerce-enhanced-promotions # tell Craft to install the plugin ./craft plugin/install commerce-enhanced-promotions