A space to discuss online store customization, theme development, and Liquid templating.
Hi there!
Wonder if somebody could help me coding the following rule on Dawn theme- product page- product information - Custom liquid.
I need to display the message "last units on sale price" when the product contais a compare_at_price. And if there is not just leave it blank then.
I want to use the Custom Liquid on product information available for Shopify 2.0 theme Dawn.
Any help would be awesome 🙂
{% if product.compare_at_price > product.price %}
<p>last units on sale price</p>
{% endif %}
you need to put the above code on main-product file that is located under the section folder