Install Order Split

Install the package through Composer using the repository details from your SoftwareSilo account. Then run the normal Magento deployment commands for your environment.

composer require mageb2b/order-split
php bin/magento module:enable MageB2B_ExtensionManager MageB2B_OrderSplit
php bin/magento setup:upgrade

Run dependency injection compilation and static-content deployment when they are part of your deployment process.

Confirm the installation

  1. Run php bin/magento module:status MageB2B_OrderSplit.
  2. Open Stores > Configuration > MageB2B > Order Split.
  3. Confirm that Sales > Orders > Order Splits is available to an admin role with the Order Split Groups permission.

The extension is disabled by default. Do not enable it in production until the vendor attribute, payment behavior, shipping behavior and totals modes have been tested together.

Note the shipped defaults before your first test: the vendor attribute defaults to manufacturer, MSI Source Selection is enabled by default, numbering uses Base Increment ID with Suffix, and missing-vendor / missing-shipping / disallowed-payment fallbacks default to a mix of Create Single Order and Block Checkout. Review every value rather than assuming an empty configuration.

Uninstall

bin/magento module:uninstall MageB2B_OrderSplit drops the split registry tables. Created orders stay untouched — only the grouping record is removed.

Continue with Configuration.