-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Description
Generally, when we set a special price to any one child product of main product (Configurable). Magento shows the the label/title like "Regular Price & Special Price" for applicable child product which has set special price. But it should not be display same label (format) to other child products if there is not set any special price.
Preconditions
- Magento CE 2.1.1
Steps to reproduce
- Installed Magento CE 2.1.1 with sample data.
- Admin Panel >> Products >> Catalog :: Go to configurable product e.g."Erika Running Short"
- Edit any child product of this main product. Set special price to this child product and save it.
- Search this main product from front-end.
- By default it will display special price without selection of any swatches.
- Select particular swatches, price reflection will work fine. but the "Regular price & special price " label will display to all child product, where you didn't set special price for it.
Expected result
1.Displaing "Regular Price" label for all those products which have no any special price.