Installation

Requirements

  • Craft CMS 5.0 or later
  • Craft Commerce 5.0 or later
  • PHP 8.2 or later.

Install using Composer

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

# tell Composer to load the plugin
composer require johnhenry/craft-pricing-rules-relationship

# tell Craft to install the plugin
./craft plugin/install pricing-rules-relationship

Install using DDEV

ddev composer require "johnhenry/craft-pricing-rules-relationship:^1.0.2" -w && ddev craft plugin/install pricing-rules-relationship

Install from the Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for “Pricing Rules Relationship”. Then press “Install”.