Install Product-Customer Matrix

Pricesystem Core is included and installed as a dependency.

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-productcustomermatrix:*

php bin/magento module:enable MageB2B_PricesystemProductCustomerMatrix
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_PricesystemProductCustomerMatrix

In the Admin, open Pricesystem > Product Customer Matrix > All Matrix Prices. The grid should load and provide an action to create a matrix.

Continue with configuration.