|
10 | 10 | <dataset name="default">
|
11 | 11 | <field name="name" xsi:type="string">Test configurable product %isolation%</field>
|
12 | 12 | <field name="sku" xsi:type="string">sku_test_configurable_product_%isolation%</field>
|
13 |
| - <field name="price" xsi:type="array"> |
14 |
| - <item name="value" xsi:type="string">120</item> |
15 |
| - </field> |
16 | 13 | <field name="weight" xsi:type="string">30</field>
|
17 | 14 | <field name="product_has_weight" xsi:type="string">Yes</field>
|
18 | 15 | <field name="status" xsi:type="string">Product online</field>
|
|
41 | 38 | <dataset name="configurable_with_qty_1">
|
42 | 39 | <field name="name" xsi:type="string">Test configurable product %isolation%</field>
|
43 | 40 | <field name="sku" xsi:type="string">sku_test_configurable_product_%isolation%</field>
|
44 |
| - <field name="price" xsi:type="array"> |
45 |
| - <item name="value" xsi:type="string">40</item> |
46 |
| - </field> |
47 | 41 | <field name="weight" xsi:type="string">30</field>
|
48 | 42 | <field name="product_has_weight" xsi:type="string">Yes</field>
|
49 | 43 | <field name="status" xsi:type="string">Product online</field>
|
|
72 | 66 | <dataset name="product_with_special_price">
|
73 | 67 | <field name="name" xsi:type="string">Test configurable product %isolation%</field>
|
74 | 68 | <field name="sku" xsi:type="string">sku_test_configurable_product_%isolation%</field>
|
75 |
| - <field name="price" xsi:type="array"> |
76 |
| - <item name="value" xsi:type="string">10</item> |
77 |
| - </field> |
78 | 69 | <field name="special_price" xsi:type="string">9</field>
|
79 | 70 | <field name="weight" xsi:type="string">5</field>
|
80 | 71 | <field name="product_has_weight" xsi:type="string">Yes</field>
|
|
104 | 95 | <dataset name="product_with_size">
|
105 | 96 | <field name="name" xsi:type="string">Test configurable product with size %isolation%</field>
|
106 | 97 | <field name="sku" xsi:type="string">sku_test_configurable_product_%isolation%</field>
|
107 |
| - <field name="price" xsi:type="array"> |
108 |
| - <item name="value" xsi:type="string">120</item> |
109 |
| - </field> |
110 | 98 | <field name="weight" xsi:type="string">30</field>
|
111 | 99 | <field name="product_has_weight" xsi:type="string">Yes</field>
|
112 | 100 | <field name="status" xsi:type="string">Product online</field>
|
|
135 | 123 | <dataset name="product_with_color_and_size">
|
136 | 124 | <field name="name" xsi:type="string">Test configurable product with color and size %isolation%</field>
|
137 | 125 | <field name="sku" xsi:type="string">sku_test_configurable_product_%isolation%</field>
|
138 |
| - <field name="price" xsi:type="array"> |
139 |
| - <item name="value" xsi:type="string">120</item> |
140 |
| - </field> |
141 | 126 | <field name="weight" xsi:type="string">30</field>
|
142 | 127 | <field name="product_has_weight" xsi:type="string">Yes</field>
|
143 | 128 | <field name="status" xsi:type="string">Product online</field>
|
|
166 | 151 | <dataset name="one_variation">
|
167 | 152 | <field name="name" xsi:type="string">Test configurable product %isolation%</field>
|
168 | 153 | <field name="sku" xsi:type="string">sku_test_configurable_product_%isolation%</field>
|
169 |
| - <field name="price" xsi:type="array"> |
170 |
| - <item name="value" xsi:type="string">120</item> |
171 |
| - </field> |
172 | 154 | <field name="weight" xsi:type="string">30</field>
|
173 | 155 | <field name="product_has_weight" xsi:type="string">Yes</field>
|
174 | 156 | <field name="status" xsi:type="string">Product online</field>
|
|
194 | 176 | <dataset name="not_virtual_for_type_switching">
|
195 | 177 | <field name="name" xsi:type="string">Test configurable product %isolation%</field>
|
196 | 178 | <field name="sku" xsi:type="string">sku_test_configurable_product_%isolation%</field>
|
197 |
| - <field name="price" xsi:type="array"> |
198 |
| - <item name="value" xsi:type="string">120</item> |
199 |
| - </field> |
200 | 179 | <field name="weight" xsi:type="string">30</field>
|
201 | 180 | <field name="product_has_weight" xsi:type="string">Yes</field>
|
202 | 181 | <field name="status" xsi:type="string">Product online</field>
|
|
225 | 204 | <dataset name="with_one_option">
|
226 | 205 | <field name="name" xsi:type="string">Test configurable product %isolation%</field>
|
227 | 206 | <field name="sku" xsi:type="string">sku_test_configurable_product_%isolation%</field>
|
228 |
| - <field name="price" xsi:type="array"> |
229 |
| - <item name="value" xsi:type="string">10</item> |
230 |
| - </field> |
231 | 207 | <field name="weight" xsi:type="string">30</field>
|
232 | 208 | <field name="product_has_weight" xsi:type="string">Yes</field>
|
233 | 209 | <field name="status" xsi:type="string">Product online</field>
|
|
256 | 232 | <dataset name="with_out_of_stock_item">
|
257 | 233 | <field name="name" xsi:type="string">Test configurable product %isolation%</field>
|
258 | 234 | <field name="sku" xsi:type="string">sku_test_configurable_product_%isolation%</field>
|
259 |
| - <field name="price" xsi:type="array"> |
260 |
| - <item name="value" xsi:type="string">120</item> |
261 |
| - </field> |
262 | 235 | <field name="weight" xsi:type="string">30</field>
|
263 | 236 | <field name="product_has_weight" xsi:type="string">Yes</field>
|
264 | 237 | <field name="status" xsi:type="string">Product online</field>
|
|
285 | 258 | <field name="name" xsi:type="string">Configurable product %isolation%</field>
|
286 | 259 | <field name="url_key" xsi:type="string">test-configurable-product-%isolation%</field>
|
287 | 260 | <field name="sku" xsi:type="string">sku_configurable_product_%isolation%</field>
|
288 |
| - <field name="price" xsi:type="array"> |
289 |
| - <item name="value" xsi:type="string">10</item> |
290 |
| - </field> |
291 | 261 | <field name="tax_class_id" xsi:type="array">
|
292 | 262 | <item name="dataset" xsi:type="string">taxable_goods</item>
|
293 | 263 | </field>
|
|
318 | 288 | <field name="name" xsi:type="string">Configurable product %isolation%</field>
|
319 | 289 | <field name="url_key" xsi:type="string">test-configurable-product-%isolation%</field>
|
320 | 290 | <field name="sku" xsi:type="string">sku_configurable_product_%isolation%</field>
|
321 |
| - <field name="price" xsi:type="array"> |
322 |
| - <item name="value" xsi:type="string">10</item> |
323 |
| - </field> |
324 | 291 | <field name="tax_class_id" xsi:type="array">
|
325 | 292 | <item name="dataset" xsi:type="string">taxable_goods</item>
|
326 | 293 | </field>
|
|
343 | 310 | <dataset name="filterable_two_options_with_zero_price">
|
344 | 311 | <field name="name" xsi:type="string">Test configurable product %isolation%</field>
|
345 | 312 | <field name="sku" xsi:type="string">sku_test_configurable_product_%isolation%</field>
|
346 |
| - <field name="price" xsi:type="array"> |
347 |
| - <item name="value" xsi:type="string">10</item> |
348 |
| - </field> |
349 | 313 | <field name="weight" xsi:type="string">1</field>
|
350 | 314 | <field name="product_has_weight" xsi:type="string">Yes</field>
|
351 | 315 | <field name="status" xsi:type="string">Product online</field>
|
|
373 | 337 | <field name="name" xsi:type="string">Configurable product %isolation%</field>
|
374 | 338 | <field name="url_key" xsi:type="string">test-configurable-product-%isolation%</field>
|
375 | 339 | <field name="sku" xsi:type="string">sku_configurable_product_%isolation%</field>
|
376 |
| - <field name="price" xsi:type="array"> |
377 |
| - <item name="value" xsi:type="string">10</item> |
378 |
| - </field> |
379 | 340 | <field name="tax_class_id" xsi:type="array">
|
380 | 341 | <item name="dataset" xsi:type="string">taxable_goods</item>
|
381 | 342 | </field>
|
|
0 commit comments