Install Custom Catalog

Install the package from the repository configured for your SoftwareSilo order.

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/custom-catalog:*

php bin/magento module:enable MageB2B_ExtensionManager MageB2B_CustomCatalog
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_CustomCatalog

In the Admin, open Catalog > Custom Catalog and Stores > Configuration > MageB2B > Custom Catalog. Continue with configuration before assigning production customers.