diff --git a/product-card.liquid b/product-card.liquid index c0a2dad..798bf53 100644 --- a/product-card.liquid +++ b/product-card.liquid @@ -138,15 +138,23 @@ Supported variables {% assign variant_compare_at_price = v.compare_at_price %} {% endif %} {% endif %} -
- {{ variant_price | money }} -
+
+
+ {{ variant_price | money }} +
- {% if variant_compare_at_price %} - - {{ variant_compare_at_price | money }} - - {% endif %} + {% if variant_compare_at_price %} + + {{ variant_compare_at_price | money }} + + {% endif %} +
{%- endif -%}