Fix old price display

Fix old price display
This commit is contained in:
2025-10-08 05:28:31 +00:00
parent 72bb66c65d
commit f5d897dc23

View File

@@ -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>