How can I change 'Sale' badge to 'xx% OFF' on product pages?

Hi there,

I am hoping to change the ‘sale’ badge on the products on the home page to match the ‘xx% OFF’ badge that I have on products on the collection pages.

Does any know how I can do this?

thanks, Patrick. :slightly_smiling_face:

1 Like

Hello,

Yes we can change this to ‘__%’ OFF. For this check the price tag in liquid files and add a new tag like

20% OFF along with price tag and comment the previous sale tag.

This % off values will be same to all products, if you want this to add dynamically then we need so add some apps in our store.

Thank you.