Install Ordered Products
Requirements
- Magento 2.4
- PHP 8.1 or a compatible newer PHP 8 release supported by your Magento installation
- Composer access to the SoftwareSilo package repository
Install with Composer
Run these commands from the Magento root:
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/ordered-products
php bin/magento module:enable MageB2B_ExtensionManager MageB2B_OrderedProducts
php bin/magento setup:upgrade
Use your normal production deployment process for dependency injection compilation, static content deployment and cache management.
Verify the installation
php bin/magento module:status MageB2B_OrderedProducts
Then:
- Open Stores > Configuration > MageB2B > Ordered Products.
- Confirm that Enable Ordered Products is set to Yes for the intended store scope.
- Sign in to a customer account that already has at least one order.
- Open My Ordered Products from the account navigation.
The module reads Magento's existing order and catalog records. It does not create its own database tables.