Installation

Requirements

  • Magento 2 installed and working
  • Composer access to MageB2B packages

Install

composer config bearer.repo.softwaresilo.io <token>
composer config repositories.softwaresilo composer https://repo.softwaresilo.io/
composer require mageb2b/productfee:*
php bin/magento module:enable MageB2B_Productfee
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush

If your setup requires static content deployment:

php bin/magento setup:static-content:deploy

Uninstall

php bin/magento module:uninstall MageB2B_Productfee
php bin/magento cache:flush

Found an issue with this documentation? Let us know