Install customer-specific prices

Pricesystem Core is included with the product. Composer installs it as a dependency, so you do not need to buy or install the core separately.

Install the package

Run these commands from the Magento project directory. Use the repository details and token from your SoftwareSilo account.

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

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

Composer may already have enabled the module and its dependencies. The explicit module:enable command is safe and makes the intended state clear.

Check the installation

php bin/magento module:status MageB2B_PricesystemCustomerprice

Then sign in to the Magento Admin and open Price System > Customerprice > All Customerprices. The grid should load and show an Add New Customerprice action.

Continue with configuration before entering production prices.