Order Form

Products

{% assign counter = 0 %} {% for product in collections['all'].products %} {% assign outer_forloop = forloop %} {% assign current_variant = product.selected_or_first_available_variant %} {% for variant in product.variants %} {% assign counter = counter | plus: 1 %} {% if variant.title contains "No Fragrance" %} {% endif %} {% if variant.title contains "Citrus Lavender" %} {% endif %} {% if variant.title contains "Island Fantasy" %} {% endif %} {% endfor %} {% endfor %}
Size Product Description No Fragrance Citrus Lavender Island Fantasy Unit Total Price Each Sub Total
{% if current_variant.sku contains "2" %} 2 oz. {% endif %} {% if current_variant.sku contains "3" %} 8 oz. {% endif %} {% if current_variant.sku contains "4" %} 32 oz. {% endif %} {% if current_variant.sku contains "5" %} 1 gal. {% endif %} {{ product.title }} 0 {{ product.price | money }} 0
Product Total:
Order Total: