{% extends 'layouts/layout.html' %} {% block page_head %} {% endblock %} {% block page_body %}

Delivery Information

Valid delivery information not submitted

Billing Information

Valid billing information not submitted
{% include 'components/store/_basket.html' %}
{% set form = model.form_delivery %} {% set overlay_id = model.id_overlay_info_delivery %} {% set overlay_title = 'Delivery Information' %} {% include 'components/common/temporary/_overlay_address.html' %} {% set form = model.form_billing %} {% set overlay_id = model.id_overlay_info_billing %} {% set overlay_title = 'Billing Information' %} {% include 'components/common/temporary/_overlay_address.html' %} {% set block_id = 'checkout' %} {% include 'layouts/_shared_store.html' %} {% endblock %}