FREE SHIPPING ON ALL ORDERS
LOADING
{{ customizer.error }}
{%- 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
{{ prop[0] }}: {{ prop[1] }}{% endfor -%}