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.
 
 
 
 
 
 

26 lines
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. <!-- Prices from file "table_rate_30895.csv" -->
  11. <entity name="TableRatesWeightVSDestination" type="shipping_method">
  12. <data key="condition">Weight vs. Destination</data>
  13. <data key="priceCA">5.00</data>
  14. <data key="price">10.00</data>
  15. <data key="title">Best Way</data>
  16. <data key="methodName">Table Rate</data>
  17. </entity>
  18. <!-- Set Table Rate Shipping method Condition -->
  19. <entity name="TableRateShippingMethodConfig" type="shipping_method">
  20. <data key="package_weight">Weight vs. Destination</data>
  21. <data key="package_value_with_discount">Price vs. Destination</data>
  22. <data key="package_qty"># of Items vs. Destination</data>
  23. </entity>
  24. </entities>