Order-form


{% assign counter = 0 %} {% for product in collections.products %} {% for variant in product.variants %} {% assign outer_forloop = forloop %} {% assign current_variant = product.selected_or_first_available_variant %} {% assign counter = counter | plus: 1 %} {% endfor %} {% endfor %}
Image SKU Product Quantity Item Price Subtotal
{{ variant.sku }} {{ product.title }} {% assign hide_default_title = false %} {% if variant.title contains 'Default' %} {% assign hide_default_title = true %} {% endif %} {% if hide_default_title %}{% else %}
{{ variant.title }}
{% endif %}
{{ variant.price | money }} $0
Product Total: 0
Order Total: $0