Back to site

x ic after cart items

{% assign wufoo_form_url = 'https://theropesmaine.wufoo.com/forms/wholesale-orders/' %}
{% assign subject_field_number = '127' %}

{% assign order_field_number = '125' %}

{% capture order_field %}{% for item in cart.items %}{{ item.quantity }} x {{ item.name }} - {{ store.currency.sign }}{{ item.price | money }}%0D{% endfor %}{% if cart.discount.enabled %}{% unless cart.discount.pending or cart.discount.amount num_lt 0 %}%0DDiscount: -{{ store.currency.sign }}{{ cart.discount.amount | money }}{% endunless %}{% endif %}{% if cart.shipping.enabled %}%0DShipping to: {{ cart.country.name }}%0DShipping: {% if cart.shipping.pending %}--{% elsif cart.discount.free_shipping %}FREE{% else %}{{ store.currency.sign }}{{ cart.shipping.amount | money }}{% endif %}{% endif %}%0D%0DORDER TOTAL: {{ store.currency.sign }}{{ cart.total | money }}{% endcapture %}{% capture link_open %}{% endcapture %}{% capture link_close %}{% endcapture %}

{{ link_open }}Click here to submit your order.{{ link_close }}. We will contact you to finish processing your invoice. Thank you!

{% capture order_field %}{% for item in cart.items %}{{ item.quantity }} x {{ item.name }} - {{ store.currency.sign }}{{ item.price | money }}%0D{% endfor %}{% if cart.discount.enabled %}{% unless cart.discount.pending or cart.discount.amount num_lt 0 %}%0DDiscount: -{{ store.currency.sign }}{{ cart.discount.amount | money }}{% endunless %}{% endif %}{% if cart.shipping.enabled %}%0DShipping to: {{ cart.country.name }}%0DShipping: {% if cart.shipping.pending %}--{% elsif cart.discount.free_shipping %}FREE{% else %}{{ store.currency.sign }}{{ cart.shipping.amount | money }}{% endif %}{% endif %}%0D%0DORDER TOTAL: {{ store.currency.sign }}{{ cart.total | money }}{% endcapture %}{% capture link_open %}{% endcapture %}{% capture link_close %}{% endcapture %}