Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello. I hope you're well.
I have a problem, and I appreciate your help.
So, when you go in the product page in my Shop, you can see the "Dog Bed" and "Birth Ball" products and compare the price and the current price.
Also, below that, it says: ,,Save (amount)". That amount that is written under save is not correct.
How can I fix it? So it is only on products that have DIFFERENT VARIANTS with DIFFERENT PRICES!
Another easier option is to turn off: ,,Save (amount)" only for the Dog Bed and Birth Ball.
Can you help me? I am using Dawn theme.
Link : https://trendshoppingstores.com/
I appreciate your help. Have a nice day.
Solved! Go to the solution
This is an accepted solution.
coz in coding calculated save amount= compare_at_price_max-product.price insted of saveamount=target.compare_at_price_max-target.product.price(on variant change price)
This is an accepted solution.
coz in coding calculated save amount= compare_at_price_max-product.price insted of saveamount=target.compare_at_price_max-target.product.price(on variant change price)
Thanks men.