Setup
Requirements#
- Craft v4.4.6 or greater
- Craft Commerce v4.2 or greater
- PHP 8.1 or greater
Installation#
Installing via Craft Plugin Store#
To install Variant Manager, navigate to the Plugin Store in your site’s Craft Control Panel, search for Variant Manager, and click the Try button.
Installing via Composer#
You can add the package to your project using Composer and the command line using the below as a reference.
- Open your terminal of choice and go to your Craft project:
cd /path/to/project - Tell Composer to require the plugin and then Craft to install it:
composer require fostercommerce/variant-manager && php craft plugin/install variant-manager