PHPackages                             test-magenx/module-multishipping - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. test-magenx/module-multishipping

ActiveMagento2-module

test-magenx/module-multishipping
================================

N/A

100.4.3(4y ago)00OSL-3.0PHPPHP ~7.3.0||~7.4.0

Since Oct 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/test-magenx/module-multishipping)[ Packagist](https://packagist.org/packages/test-magenx/module-multishipping)[ RSS](/packages/test-magenx-module-multishipping/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (11)Versions (12)Used By (0)

Magento\_Multishipping module
=============================

[](#magento_multishipping-module)

**Magento\_Multishipping** module provides functionality that allows customer to request shipping to more than one address using different carriers. The module provides alternative to standard checkout flow.

Installation
------------

[](#installation)

For information about a module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).

Structure
---------

[](#structure)

For information about a typical file structure of a module in Magento 2, see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure).

Extensibility
-------------

[](#extensibility)

Developers can interact with the module and change behaviour using type configuration feature.

Namely, we can change `paymentSpecification` for `Magento\Multishipping\Block\Checkout\Billing` and `Magento\Multishipping\Model\Checkout\Type\Multishipping` classes. As result, we will get changed behaviour, new logic or something what our business need.

For example:

```

         multishippingPaymentSpecification

```

Yo can check this configuration and find more examples in the `etc/frontend/di.xml` file.

More information about [type configuration](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/di-xml-file.html).

Extension developers can interact with the Magento\_Multishipping module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).

[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento\_Msrp module.

### Events

[](#events)

This module observes the following event:

`etc/frontend/`

- `checkout_cart_save_before` in the `Magento\Multishipping\Observer\DisableMultishippingObserver` file.

The module dispatches the following events:

- `multishipping_checkout_controller_success_action` event in the class `\Magento\Multishipping\Controller\Checkout\Success::execute()` method. Parameters:
    - `order_ids` is order ids created during checkout
- `checkout_controller_multishipping_shipping_post` event in the class `\Magento\Multishipping\Controller\Checkout\ShippingPost::execute()` method. Parameters:
    - `request` is a request object `Magento\Framework\App\RequestInterface`.
    - `quote` is a quote object for current checkout `Magento\Quote\Model\Quote`.
- `checkout_type_multishipping_set_shipping_items` event in the class `\Magento\Multishipping\Model\Checkout\Type\Multishipping::setShippingItemsInformation()` method. Parameters:
    - `quote` is a quote object for current checkout `Magento\Quote\Model\Quote`.
- `checkout_type_multishipping_create_orders_single` event in the class `\Magento\Multishipping\Model\Checkout\Type\Multishipping::createOrders()` method. Parameters:
    - `order` is a prepared order object for creating `\Magento\Sales\Model\Order`.
    - `address` is an address array.
    - `quote` is a quote object for current checkout `Magento\Quote\Model\Quote`.
- `checkout_submit_all_after` event in the class `\Magento\Multishipping\Model\Checkout\Type\Multishipping::createOrders()` method. Parameters:
    - `orders` is order object array `\Magento\Sales\Model\Order` that was created.
    - `quote` is a quote object for current checkout `Magento\Quote\Model\Quote`.
- `checkout_multishipping_refund_all` event in the class `\Magento\Multishipping\Model\Checkout\Type\Multishipping::createOrders()` method. Parameters:
    - `orders` is order object array `\Magento\Sales\Model\Order` that was created.

For information about an event in Magento 2, see [Events and observers](http://devdocs.magento.com/guides/v2.3/extension-dev-guide/events-and-observers.html#events).

### Layouts

[](#layouts)

The module interacts with the following layout handles:

`view/frontend/layout` directory:

- `checkout_cart_index`

This module introduces the following layouts and layout handles:

`view/frontend/layout` directory:

- `multishipping_checkout`
- `multishipping_checkout_address_editaddress`
- `multishipping_checkout_address_editbilling`
- `multishipping_checkout_address_editshipping`
- `multishipping_checkout_address_newbilling`
- `multishipping_checkout_address_newshipping`
- `multishipping_checkout_address_select`
- `multishipping_checkout_address_selectbilling`
- `multishipping_checkout_addresses`
- `multishipping_checkout_billing`
- `multishipping_checkout_customer_address`
- `multishipping_checkout_login`
- `multishipping_checkout_overview`
- `multishipping_checkout_register`
- `multishipping_checkout_results`
- `multishipping_checkout_shipping`
- `multishipping_checkout_success`

Additional information
----------------------

[](#additional-information)

### ACL

[](#acl)

Module introduces the following resources:

- `Magento_Multishipping::config_multishipping` - Multishipping Settings Section

More information about [Access Control List rule](https://devdocs.magento.com/guides/v2.4/ext-best-practices/tutorials/create-access-control-list-rule.html).

### Page Types

[](#page-types)

Module introduces the new pages:

`etc/frontend/page_types.xml` file.

- `checkout_cart_multishipping` - Catalog Quick Search Form Suggestion
- `checkout_cart_multishipping_address_editaddress` - Multishipping Checkout One Address Edit Form
- `checkout_cart_multishipping_address_editbilling` - Multishipping Checkout Billing Address Edit Form
- `checkout_cart_multishipping_address_editshipping` - Multishipping Checkout Shipping Address Edit Form
- `checkout_cart_multishipping_address_newbilling` - Multishipping Checkout Billing Address Creation
- `checkout_cart_multishipping_address_newshipping` - Multishipping Checkout Shipping Address Creation
- `checkout_cart_multishipping_address_selectbilling` - Multishipping Checkout Billing Address Selection
- `checkout_cart_multishipping_addresses` - Multishipping Checkout Address (Any) Form
- `checkout_cart_multishipping_billing` - Multishipping Checkout Billing Information Step
- `checkout_cart_multishipping_customer_address` - Multishipping Checkout Customer Address Edit Form
- `checkout_cart_multishipping_login` - Multishipping Checkout Login User Form
- `checkout_cart_multishipping_overview` - Multishipping Checkout Overview
- `checkout_cart_multishipping_register` - Multishipping Checkout Register User Form
- `checkout_cart_multishipping_shipping` - Multishipping Checkout Shipping Information Step
- `checkout_cart_multishipping_success` - Multishipping Checkout Success

More information about [layout types](https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-types.html).

For information about significant changes in patch releases, see [2.3.x Release information](http://devdocs.magento.com/guides/v2.3/release-notes/bk-release-notes.html).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

11

Last Release

1673d ago

Major Versions

2.4.2.x-dev → 100.4.22021-10-10

2.4.1.x-dev → 100.3.42021-10-12

PHP version history (2 changes)100.4.3PHP ~7.3.0||~7.4.0

100.3.4PHP ~7.1.3||~7.2.0||~7.3.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2614da2cb514a3749cd296d237c9ca3430f4dafa09b4e49e338a6b1794a5acf4?d=identicon)[genaker](/maintainers/genaker)

### Embed Badge

![Health badge](/badges/test-magenx-module-multishipping/health.svg)

```
[![Health](https://phpackages.com/badges/test-magenx-module-multishipping/health.svg)](https://phpackages.com/packages/test-magenx-module-multishipping)
```

###  Alternatives

[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[pagbank/payment-magento

PagBank - Payment for Magento and Adobe

2128.3k7](/packages/pagbank-payment-magento)[xcoreplatform/xcore-magento2

This module extends the rest api of Magento2 and is needed for the usage of the xCore.

1330.0k2](/packages/xcoreplatform-xcore-magento2)[o2ti/sigep-web-carrier

O2TI - Sigep Web Carrier

141.5k](/packages/o2ti-sigep-web-carrier)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
