Hello there,
I’m using Prestige theme and have added the below code in “product-item.liquid” and it’s working fine - except one thing.
{{ product.compare_at_price | minus: product.price | times: 100 | divided_by: product.compare_at_price | money_without_currency | replace: ‘0’, ‘’| remove: ‘0.’ | append: “% OFF”}}
It somehow picks the lowest discount when there is more than one variant in the same product.
For example this combo set:
https://meatking.hk/products/218-build-your-own-bargain-combo
The variants have discounts from 5% to 15%, it only shows the 5% badge on the collection page:
How to edit it so that it will show 15% (the highest one) instead of the lowest one?
Thanks and Cheers.
