Install Category Price
Pricesystem Core is included and installed as a dependency.
composer config bearer.repo.softwaresilo.io <token>
composer config repositories.softwaresilo composer https://repo.softwaresilo.io/
composer require mageb2b/pricesystem-categoryprice:*
php bin/magento module:enable MageB2B_PricesystemCategoryprice
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_PricesystemCategoryprice
In the Admin, open Price System > Categoryprice. You should see separate grids for customer and customer-group category prices.
Continue with configuration.