LOADING

{{ customizer.current['Display Text'] }}
{%- for product in customizer.products -%} {% if product.type contains 'Loose Stones' %} {% assign variant = product.variants | where: 'id', product.variant | first %}
{% else %} {% if product.variants.size > 1 %}
{% endif %} {% endif %} {% endfor %}
{% assign price = 0 %} {%- for product in customizer.products -%} {% if product.variant %} {% for variant in product.variants %} {% if product.variant and variant.id == product.variant %} {% assign price = price | plus: variant.price %} {% endif %} {% endfor %} {% else %} {% assign price = price | plus: product.price %} {% endif %} {%- endfor -%}

TOTAL: {{ price | money | remove: '.00' }}

Details plus minus
{%- for product in customizer.products -%} {% if product.variant %} {% for variant in product.variants %} {% if product.variant and variant.id == product.variant %} {{ product.title }}: {{ variant.price | money }} {% endif %} {% endfor %} {% else %} {{ product.title }}: {{ product.price | money }} {% endif %} {%- endfor -%} {%- for prop in customizer.properties -%} {% endfor -%}
{% assign price = 0 %} {%- for product in customizer.products -%} {% for variant in product.variants %} {% if product.variant and variant.id == product.variant %} {% assign price = price | plus: variant.price %} {% endif %} {% endfor %} {%- endfor -%} {% for product in customizer.products %} {% assign purchaseable = true %} {% if product.variants.size > 1 and product.variant == blank %} {% assign purchaseable = false %} {% break %} {% endif %} {% endfor %} {% if purchaseable %} {% endif %}