{{ heading_title }}
{{ text_checkout_payment_address }}
{{ text_checkout_shipping_address }}
{{ entry_firstname }} | {{ shipping_address['firstname'] }} |
{{ entry_lastname }} | {{ shipping_address['lastname'] }} |
{{ entry_company }} | {{ shipping_address['company'] }} |
{{ entry_address_1 }} | {{ shipping_address['address_1'] }} |
{{ entry_address_2 }} | {{ shipping_address['address_2'] }} |
{{ entry_city }} | {{ shipping_address['city'] }} |
{{ entry_postcode }} | {{ shipping_address['postcode'] }} |
{{ entry_country }} | {{ shipping_address['country'] }} |
{{ entry_zone }} | {{ shipping_address['zone'] }} |
{{ custom_field['name'] }} | {{ custom_field['value'] }} |
{{ error_no_shipping }}
{% else %}
{% endif %}
{% endif %}
{{ text_checkout_payment_method }}
{% for payment_method in payment_methods %}
{% if payment_method['code'] == 'paypal' %}
{% endif %}
{% endfor %}
{{ column_name }} | {{ column_model }} | {{ column_quantity }} | {{ column_price }} | {{ column_total }} |
{{ product['name'] }}
{% for option in product['option'] %} - {{ option['name'] }}: {{ option['value'] }} {% endfor %} {% if product['recurring'] %} {{ text_recurring_item }} {{ product['recurring_description'] }} {% endif %} |
{{ product['model'] }} | {{ product['quantity'] }} | {{ product['price'] }} | {{ product['total'] }} |
{{ voucher['description'] }} | 1 | {{ voucher['amount'] }} | {{ voucher['amount'] }} |
{% if coupon or voucher or reward %}
{{ coupon }}{{ voucher }}{{ reward }}
{% endif %}
{{ total['title'] }}: | {{ total['text'] }} |