{% if product.subtotal %} {{ product.subtotal | money | remove: ' ' }} {% else %} {% assign discount_amount = variant.price | divided_by: variant.compare_at_price | times: -100 | plus: 100 | round %} {% assign discount_threshold = 10 %} {% if variant.available %}

{{variant.price | money}} {% if variant.price != variant.compare_at_price and variant.compare_at_price > 0 %}{{variant.compare_at_price | money}}{% endif %}

{% else %}

{{variant.price | money}} {% if variant.price != variant.compare_at_price and variant.compare_at_price > 0 %}{{variant.compare_at_price | money}}{% endif %}

{% endif %} {% endif %}