{{ header }}
{% if error_warning %}
{{ error_warning }}
{% endif %}
{{ column_left }} {% if column_left and column_right %} {% set class = 'col-sm-6' %} {% elseif column_left or column_right %} {% set class = 'col-sm-9' %} {% else %} {% set class = 'col-sm-12' %} {% endif %}
{{ content_top }}

{{ heading_title }}

{% if not is_logged_in %} {% endif %} {% if not is_logged_in and allow_login_checkout %} {{ register_form }} {% endif %} {% if is_logged_in %} {{ payment_address }} {% endif %} {% if is_logged_in %} {% if is_shipping_required %} {{ shipping_address }} {% endif %} {% endif %}
{{ payment_methods }}
{% if is_shipping_required %} {{ shipping_methods }} {% endif %}
{{ coupon_voucher_reward }}
{{ cart }}
{% if comment_status %}

{{ text_comments }}

{% endif %}
{% if entry_newsletter and show_newsletter %}
{% endif %} {% if text_privacy and show_privacy %}
{% endif %} {% if text_agree and show_term %}
{% endif %}
{{ content_bottom }}
{{ footer }}