Skip to content

Commit

Permalink
Issue 25595 - multiple address virtual product error at checkout fixe…
Browse files Browse the repository at this point in the history
…d by adding a default message
  • Loading branch information
ralbin committed Jul 24, 2020
1 parent bb176b8 commit 67a4be3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/code/Magento/Multishipping/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@
<checkout_multiple_maximum_qty>100</checkout_multiple_maximum_qty>
</options>
</multishipping>
<sales>
<minimum_order>
<multi_address_error_message>All shippable products have been removed from your order</multi_address_error_message>
</minimum_order>
</sales>
</default>
</config>

0 comments on commit 67a4be3

Please sign in to comment.