Hi,
When you put a special price on a simple item, you get a % discount label. That label does not appear on configurable or grouped product. Is there any way to get the same label on those type of products? (image link: https://ibb.co/TkqkYNv did not seem to upload on the forum)
Magento CE. ver. 2.4.0
Hello @anthony_turcott
Yes, it may not be showing because the configurable product itself doesn't have a specific price, its associated products have. So usually configurable products show starting from XX price to XX price. Same for group products.
So to show that type of label, you will have to custom code and set a logic how exactly you want to calculate and show the label?
Hello @anthony_turcott ,
Try this below method once if works for you :
https://magento.stackexchange.com/a/283738/81021