Hello, I’m currently using the Sense theme for my website LunarRisingSportswear.com and I would like to remove the Sale tag and the Sale price from my products. Could someone let me know what code to add and/or remove? Thanks!
Edit Code for Sense Theme
Open Snippet ‘card-product.liquid’
Change the following code:
{{ 'products.product.on_sale' | t }}
to the following code:
{% comment %} {{ 'products.product.on_sale' | t }} {% endcomment %}
Bonus:
price.liquid Snippet controls the display of price on Collection and Item pages.
So change {{ money_price }} to Sale Price: {{ money_price }}
and right after
{%- unless product.price_varies == false and product.compare_at_price_varies %}
insert regular price