Back to site

x ic after cart items

{% assign orders_go_to_email = '[email protected]' %}

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

With your order you accept our AGB (= Terms & Conditions).