Skip to content

Commit 67a4be3

Browse files
author
ralbin
committed
Issue 25595 - multiple address virtual product error at checkout fixed by adding a default message
1 parent bb176b8 commit 67a4be3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Multishipping/etc/config.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
<checkout_multiple_maximum_qty>100</checkout_multiple_maximum_qty>
1414
</options>
1515
</multishipping>
16+
<sales>
17+
<minimum_order>
18+
<multi_address_error_message>All shippable products have been removed from your order</multi_address_error_message>
19+
</minimum_order>
20+
</sales>
1621
</default>
1722
</config>

0 commit comments

Comments
 (0)