HI
I have changed the text on the ‘Sale’ label on product detail page. I want this label to display regardless of product is on sale or not. How can I do that?
Sale label disappear if the product is not on sale now.
thank you
HI
I have changed the text on the ‘Sale’ label on product detail page. I want this label to display regardless of product is on sale or not. How can I do that?
Sale label disappear if the product is not on sale now.
thank you
Hello @DonKeyKing007
It’s GemPages support team and glad to support you today.
To provide you with the most precise solution in this case, could you please share the store link?
I would like to give you a solution to support you.
Go to Online Store → Theme → Edit code.
Open your theme.liquid theme file.
Paste the below code before :
{% if template contains 'product' %}
{% endif %}
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.