How to Show DISCOUNT on card product ?
TO display discounts on product cards in the down theme we need to replace the default code with the following code.
Find the following line in card-product.liquid file.
{{- 'products.product.on_sale' | t -}}
replace the following code with it.
{{ca...
rakeshraj.hashnode.dev1 min read