We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68770fc commit 043bf81Copy full SHA for 043bf81
app/code/Magento/Multishipping/etc/frontend/di.xml
@@ -44,6 +44,7 @@
44
</type>
45
<type name="Magento\Checkout\Controller\Cart">
46
<plugin name="multishipping_clear_addresses" type="Magento\Multishipping\Model\Cart\Controller\CartPlugin" sortOrder="50" />
47
+ <plugin name="multishipping_disabler" type="Magento\Multishipping\Plugin\DisableMultishippingMode" sortOrder="50" />
48
49
<type name="Magento\Quote\Model\Quote">
50
<plugin name="multishipping_reset_shipping_assigment" type="Magento\Multishipping\Plugin\ResetShippingAssigment"/>
0 commit comments