Installation
Install Quick Order with Composer, then enable the Magento module and apply the setup changes.
Before you begin, make sure the SoftwareSilo Composer repository is configured and that you have a current backup or deployment rollback point.
Requirements
- Magento 2.4
- PHP
8.1or newer within the PHP version supported by your Magento release - the PHP extensions
iconv,intlandzip(used by the CSV import/export) - Magento cron running for the temporary-upload cleanup
Installation Steps
1. Configure repository access
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/
2. Install the package
composer require mageb2b/quick-order:*
3. Enable the module
php bin/magento module:enable MageB2B_ExtensionManager MageB2B_QuickOrder
4. Apply setup changes
php bin/magento setup:upgrade
5. Compile and deploy if required
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Production-mode stores normally need dependency injection compilation and static-content deployment. Follow your usual release process for these commands.
6. Clear the cache
php bin/magento cache:flush
Verify the installation
php bin/magento module:status MageB2B_QuickOrder
The command should report that MageB2B_QuickOrder is enabled. Then open Stores > Configuration > MageB2B > Quick Order and review the settings for the website or store view you are testing.
The configuration section has its own ACL resource — grant Stores > Settings > Configuration > Quick Order to admin roles that should manage these settings.
Next step
Continue with Configuration.