Hi
pls can u provide a solution to adding how much u saved on every product next to the product price attached example below
URL: tennisgiant.com
Theme: Warehouse
current:
Wanted:
cheers
Hi
pls can u provide a solution to adding how much u saved on every product next to the product price attached example below
URL: tennisgiant.com
Theme: Warehouse
current:
Wanted:
cheers
Hi @chrisjames11 ,
You can going to products.liquid => then find the place handle price.
and then you can do follow: price_saved = compare_price - price , And you need handle it with liquid.
Don’t hesitate ask me if you have any question regarding technical , Thanks!