How can I display discounts on a specific collection in Ride Theme?

How can I display discounts on a specific collection in Ride Theme?

FlavioOliveira
Visitor
1 0 0

Hello, Im having trouble to show the discount for only a collection. I am using ride theme, Ive tried coding that card-product.liquid following the steps but it didnt work. 

 

What steps should I take ? 

Can someone help me ? 

 

Thank you !! 🙂

Reply 1 (1)

harivishwakarma
Shopify Partner
322 46 55

Hallo @FlavioOliveira 

You can add code by following these steps to change

1. Go to Online Store -> Theme -> Edit code > snippet > price.liquid (paste below code at line no. 53)

<span>
<s class="price-item price-item--regular">
{% if settings.currency_code_enabled %}
{{ compare_at_price | money_with_currency }}
{% else %}
{{ compare_at_price | money }}
{% endif %}
</s>
</span>


If you require any further information, feel free to contact me.

Best regards,

price collection.png

banned