{% extends 'cubane/ishop/pages/order/base.html' %} {% load shop_tags %} {% load cms_tags %} {% load message_tags %} {% load form_tags %} {% block meta_title %}{% meta_title 'Delivery Options | Checkout' %}{% endblock %} {% block title %}Checkout - Delivery Options{% endblock %} {% block meta %}{% endblock %} {% block frame %}
{% shop_breadcrumb 'Checkout - Delivery Method' %} {% flash messages %}
{% auto_csrf_token %}
{% if is_click_and_collect %}
Click and Collect:
Once you have purchased your item, please wait for confirmation from us, then come in store to collect it.
{% else %} {% if choices %}
Please select your delivery method:
{% include 'cubane/form/form_fields.html' with fields='delivery_option' %}
{% include 'cubane/ishop/elements/order/delivery_option_details.html' %}
{% else %}
Unable to deliver to your country

Unfortunatly we are unable to deliver to your country.

{% endif %} {% endif %}
{% if choices or is_click_and_collect %}
{% endif %}
{% include 'cubane/ishop/elements/basket/basket.html' %}
{% endblock %} {% block ga %} {{ block.super }} {% include 'cubane/ishop/elements/ga/checkout.js' with step='3' %} {% endblock %}