Installation
This guide shows how to install the Quick Order extension for Magento 2.
Prerequisites
- Magento 2.4.x
- PHP 8.1+
- Composer access to the MageB2B repository
- Backup of your Magento installation
Installation Steps
1. Add Repository Access
composer config bearer.repo.softwaresilo.io composer config repositories.softwaresilo composer https://repo.softwaresilo.io/ 2. Require the Package
composer config bearer.repo.softwaresilo.io composer config repositories.softwaresilo composer https://repo.softwaresilo.io/ composer require mageb2b/quick-order:* 3. Enable the Module
php bin/magento module:enable MageB2B_QuickOrder4. Run Setup Upgrade
php bin/magento setup:upgrade5. Compile and Deploy
php bin/magento setup:di:compile php bin/magento setup:static-content:deploy6. Clear Cache
php bin/magento cache:flushVerify Installation
php bin/magento module:status MageB2B_QuickOrderNext Step
Continue with Configuration.
