Where a product is displayed in your theme (e.g. product detail, collection listing, search), add this code before the {{product.price | money}} code: {% if product.price < product.compare_at_price %} {{ product.compare_at_price | money }} {% endif %}