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