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 !! ![]()
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 !! ![]()
Hallo @FlavioOliveira
You can add code by following these steps to change
<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,