fostercommerce / variant-manager

用于管理产品变体的插件。

安装: 3

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

类型:craft-plugin

1.0.0 2024-03-28 10:37 UTC

This package is auto-updated.

Last update: 2024-08-28 11:27:31 UTC


README

Screenshot

变体管理器

用于管理产品变体的插件。

需求

此插件至少需要Craft CMS 4.4.6,Craft Commerce 4.2和PHP 8.1。

安装

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

从插件商店

转到项目控制面板中的插件商店,搜索“变体管理器”。然后点击“安装”。

使用Composer

打开终端并运行以下命令

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

# tell Composer to load the plugin
composer require fostercommerce/variant-manager

# tell Craft to install the plugin
./craft plugin/install variant-manager

使用DDEV

从DDEV运行以下命令

ddev composer require fostercommerce/variant-manager -w && ddev exec php craft plugin/install variant-manager