webdna / commerce-variant-options
变体选项
1.0.0-beta.1
2024-07-07 15:09 UTC
Requires
- php: >=8.2
- craftcms/cms: ^5.2.0
This package is auto-updated.
Last update: 2024-09-07 15:38:24 UTC
README
变体选项
要求
此插件需要 Craft CMS 5.2.0 或更高版本,以及 PHP 8.2 或更高版本。
安装
您可以从插件商店或使用 Composer 安装此插件。
从插件商店
转到项目控制面板中的插件商店,并搜索“Variant-Options”。然后按“安装”。
使用 Composer
打开您的终端并运行以下命令
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require webdna/commerce-variant-options # tell Craft to install the plugin ./craft plugin/install variant-options