Skip to content

Commit d19f3cb

Browse files
dthampycpartica
authored andcommitted
MAGETWO-60320: Product price appear correctly on storefront after update is applied for a different product
- Added a new variation for Simple product
1 parent f1033b2 commit d19f3cb

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

dev/tests/functional/tests/app/Magento/Catalog/Test/Repository/CatalogProductSimple.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2077,5 +2077,33 @@
20772077
<field name="visibility" xsi:type="string">Catalog, Search</field>
20782078
<field name="url_key" xsi:type="string">simple-product-%isolation%</field>
20792079
</dataset>
2080+
2081+
<dataset name="product_with_special_price_and_category_2">
2082+
<field name="sku" xsi:type="string">simple_product_with_special_price_and_category_second%isolation%</field>
2083+
<field name="name" xsi:type="string">Simple product with special price and category_second%isolation%</field>
2084+
<field name="attribute_set_id" xsi:type="array">
2085+
<item name="dataset" xsi:type="string">default</item>
2086+
</field>
2087+
<field name="product_has_weight" xsi:type="string">This item has weight</field>
2088+
<field name="weight" xsi:type="string">1</field>
2089+
<field name="price" xsi:type="array">
2090+
<item name="value" xsi:type="string">150</item>
2091+
<item name="dataset" xsi:type="string" />
2092+
</field>
2093+
<field name="quantity_and_stock_status" xsi:type="array">
2094+
<item name="qty" xsi:type="string">86</item>
2095+
<item name="is_in_stock" xsi:type="string">In Stock</item>
2096+
</field>
2097+
<field name="special_price" xsi:type="string">110</field>
2098+
<field name="category_ids" xsi:type="array">
2099+
<item name="dataset" xsi:type="string">default_subcategory</item>
2100+
</field>
2101+
<field name="website_ids" xsi:type="array">
2102+
<item name="0" xsi:type="array">
2103+
<item name="dataset" xsi:type="string">default</item>
2104+
</item>
2105+
</field>
2106+
<field name="url_key" xsi:type="string">simple-product-%isolation%</field>
2107+
</dataset>
20802108
</repository>
20812109
</config>

0 commit comments

Comments
 (0)