Install Price Lists

Pricesystem Core is included and installed as a dependency. You do not need to purchase or require it separately.

Replace repo.softwaresilo.io, softwaresilo, https://repo.softwaresilo.io/ and <token> with the repository details shown under Account > Licenses in your SoftwareSilo account — see Installation & Updates.

composer config bearer.repo.softwaresilo.io <token>
composer config repositories.softwaresilo composer https://repo.softwaresilo.io/
composer require mageb2b/pricesystem-pricelist:*

php bin/magento module:enable MageB2B_PricesystemPricelist
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

Check the module state:

php bin/magento module:status MageB2B_PricesystemPricelist

In the Magento Admin, open Pricesystem > Pricelist > All Pricelist. The grid should load and allow you to create a list.

Continue with configuration.