You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 regels
817 B

  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
  9. <default>
  10. <multishipping>
  11. <options>
  12. <checkout_multiple>1</checkout_multiple>
  13. <checkout_multiple_maximum_qty>100</checkout_multiple_maximum_qty>
  14. </options>
  15. </multishipping>
  16. <sales>
  17. <minimum_order>
  18. <multi_address_error_message>The current cart does not match multi shipping criteria, please review or contact the store administrator</multi_address_error_message>
  19. </minimum_order>
  20. </sales>
  21. </default>
  22. </config>