Install Price System

Price System is installed automatically as a dependency of Customer Price, Price Lists, Category Price or Product-Customer Matrix. Install the product package listed in your SoftwareSilo order instead of requiring every Price System package by hand.

If you are installing the complete suite, use the Composer package list supplied with that order. Composer will resolve the shared mageb2b/pricesystem package once.

Finish the Magento installation

Run the standard Magento commands after Composer has installed the packages:

php bin/magento module:enable MageB2B_ExtensionManager MageB2B_PricesystemCore
php bin/magento setup:upgrade
php bin/magento cache:clean

Enable the modules for the pricing products and add-ons included in the same installation before running setup:upgrade.

For production mode, rebuild generated code and static content as required by your deployment process.

Check the result

  1. Run php bin/magento module:status MageB2B_PricesystemCore.
  2. Open Stores > Configuration > MageB2B > Pricesystem.
  3. Confirm Activate pricesystem for this website is enabled for the website you are testing.
  4. Open the dedicated guide for your pricing product and create one small test record.

Keep the shared core, pricing products and add-ons on compatible release lines. Update the packages from one delivery together instead of upgrading the shared core in isolation.