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.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
-
- <entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
- <!-- Prices from file "table_rate_30895.csv" -->
- <entity name="TableRatesWeightVSDestination" type="shipping_method">
- <data key="condition">Weight vs. Destination</data>
- <data key="priceCA">5.00</data>
- <data key="price">10.00</data>
- <data key="title">Best Way</data>
- <data key="methodName">Table Rate</data>
- </entity>
- <!-- Set Table Rate Shipping method Condition -->
- <entity name="TableRateShippingMethodConfig" type="shipping_method">
- <data key="package_weight">Weight vs. Destination</data>
- <data key="package_value_with_discount">Price vs. Destination</data>
- <data key="package_qty"># of Items vs. Destination</data>
- </entity>
- </entities>
|