Is this possible? My badge currently just states 'SALE' but I'd like to change it to say "--% Off" - the percentage calculated from the sale price vs original price.
Hello Paddy,
Fantastic question.
Let me try to explain this.
Yes this is absolute possible. Depending on the theme the code placement would vary. I'm giving you an option how the calculation could be done, this would give you a percentage for example 20%:
{{ product.price | times: 100 | divided_by: product.compare_at_price_max | ceil | append: '%' }}
For sanity sake your case may vary, and depending on if you have different variant prices the case may also make it harder to do accurately. You could always show something like "Up to 50% Off" if your variant prices differ.
Let me know if this is sufficient or if you need extra guidance.
Kasimir
User | Count |
---|---|
421 | |
209 | |
144 | |
56 | |
42 |