Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

24 строки
1.0 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
  10. <entity name="CartPriceRuleConditionForSubtotalForMultiShipping" extends="CartPriceRuleConditionAppliedForSubtotal">
  11. <data key="apply">Percent of product price discount</data>
  12. <data key="customerGroups">'NOT LOGGED IN', 'General', 'Wholesale', 'Retailer'</data>
  13. <data key="subtotal">50</data>
  14. <data key="apply_to_shipping">1</data>
  15. <data key="simple_free_shipping">For matching items only</data>
  16. <data key="condition1">Subtotal</data>
  17. <data key="condition2">Shipping Method</data>
  18. <data key="rule1">equals or greater than</data>
  19. <data key="shippingMethod">[flatrate] Fixed</data>
  20. <data key="ruleToChange1">is</data>
  21. </entity>
  22. </entities>