Fix old price display
Fix old price display
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
{%- endif -%}
|
||||
</span>
|
||||
{% if product_compare_at_price_raw > product_price_raw %}
|
||||
<span class="old-price">{{ product_compare_at_price_raw }}</span>
|
||||
<span class="old-price">{{ product_compare_at_price }}</span>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
<span class="sold-out">{{ 'products.product.sold_out' | t }}</span>
|
||||
|
Reference in New Issue
Block a user