Installation

This guide shows how to install the Ordered Products extension for Magento 2.

Prerequisites

  • Magento 2.4.x
  • PHP 8.1+
  • Composer access to the MageB2B repository

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 require mageb2b/ordered-products:*

3. Enable the Module

php bin/magento module:enable MageB2B_OrderedProducts

4. Run Setup Upgrade

php bin/magento setup:upgrade

5. Compile and Deploy

php bin/magento setup:di:compile php bin/magento setup:static-content:deploy

Run compile/deploy commands based on your environment policy (typically required in production).

6. Clear Cache

php bin/magento cache:flush

Database Structure

The module does not create module-specific database tables. It works with existing Magento order and catalog data. No module-specific schema migration is required.

Verify Installation

php bin/magento module:status MageB2B_OrderedProducts

Next Step

Continue with Configuration.

Found an issue with this documentation? Let us know