{% if cart.discount.code == 'WHOLESALE15' %}

{% 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 %}%0D%0DORDER TOTAL: {{ store.currency.sign }}{{ cart.total | money }}{% endcapture %}{% capture link_open %}{% endcapture %}{% capture link_close %}{% endcapture %}

* SHOPS *

To submit your order, {{ link_open }}click here{{ link_close }}. We will invoice you once your order is ready to ship. Please note that the invoice will include shipping costs.

Current deals:

14 boards get 1 free.
6 wheels get 1 free.

Let us know if you have any questions - [email protected]

{% endif %}