Removing Sale Badge from Specific Items in collection and on product page

Removing Sale Badge from Specific Items in collection and on product page

AbbeyJai
Shopify Partner
10 0 1

Hello, 

 

I have separate sale campaigns going. I am wondering if I can change or remove the sales badge from certain products in collection and their product pages. 

 

In the screen shot, you can see the product badges are all "Christmas Sale". I want to leave these on the Christmas Sale and remove or (change if I have to) This badge on the Boxing Day sale products (circled in Blue) 

BDS.png

 

And then on the product page. I would like to change this to "boxing Day sale" - or remove if it is my only options

 

BDS2.png

 

Please Note: I want to keep the christmas sale badges on the christmas sale and only alter the products that are offered in the "pre-release boxing day sale"

 

Thank you 

Replies 5 (5)

LizHoang
Shopify Partner
467 58 85

Hi @AbbeyJai 

 

We have checked and here is the example on Dawn theme.

 

- before: https://prnt.sc/WE3OBle2rDAl
- after: https://prnt.sc/C_euTkM7umBD (removed)
Step 1: Check the number here: https://prnt.sc/N0hxu3kd6h2F
Step 2: Add these two snippets to the card-product.liquid file:
https://prnt.sc/thQN1zB1krYD
{% if card_product.id != 8783363178660 %}
{% endif %}

The number is the one just checked in Step 1.

 

- On the PRODUCT page
before: https://prnt.sc/TLGLKjvVqgbv
after: https://prnt.sc/HASgD6tyHRij
In the price.liquid file,
add these lines of code:
The number is taken from Step 1 above.
https://prnt.sc/pFCWy5uUajo9
{% if product.id == 8783363178660 %}
BOX BOX BOX
{% else %}
{% endif %}

 

If you use other theme, please share with me the strore URL.

 

Thank you

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
AbbeyJai
Shopify Partner
10 0 1

This is Brilliant. 

 

I am so sorry, I am so new at this. I know how to get teh java script up, but I do not know what to do or press to do this: Step 1: Check the number here: https://prnt.sc/N0hxu3kd6h2F

 

When i try and highlight the badge to get the number, it takes me to the product page in stead of highlighting the javascript

AbbeyJai
Shopify Partner
10 0 1

I think it would work if I just remove the badge from these particular products. Is there a way to remove the badge from only certain products?

LizHoang
Shopify Partner
467 58 85

Can you share with me the product link that you want to remove the badge? 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
AbbeyJai
Shopify Partner
10 0 1

Hello Liz, I am so sorry for my late reply. I was able to get hold of one of my coaches over christmas who went in an did it for me quickly. Thank you