Installation

This guide shows how to install the Order Split 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

Configure Composer auth for the MageB2B repository:

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/order-split:*

3. Enable the Module

php bin/magento module:enable MageB2B_OrderSplit

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

6. Clear Cache

php bin/magento cache:flush

Verify Installation

php bin/magento module:status MageB2B_OrderSplit

If the module appears in the enabled list, installation is complete.

Next Step

Continue with Configuration.

Found an issue with this documentation? Let us know