hello i want to change my product card sales badge on free debuty theme which is currently in eg 48% off type to a badge like : soldout, bestseller, sale. I tried hard but can figure out were to place this code as i have to change it in homepage and collection page also: @GemPages
{% if product.available == false %}
Sold Out
{% elsif product.tags contains ‘bestseller’ %}
Bestseller
{% elsif product.tags contains ‘sold’ %}
Sold
{% endif %}
please help me out.
