{{ 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 %}
{{ text_checkout_create_account_login }}
{% if allow_register_checkout %}
{% endif %}
{% if allow_guest_checkout %}
{% endif %}
{% if allow_login_checkout %}
{% endif %}
{{ payment_methods }}
{% if is_shipping_required %}
{{ shipping_methods }}
{% endif %}
{{ coupon_voucher_reward }}
{{ cart }}
{% if comment_status %}
{% endif %}
{{ text_comments }}
{% if entry_newsletter and show_newsletter %}
{% endif %}
{% if text_agree and show_term %}
{% endif %}
{% endif %}
{% if text_privacy and show_privacy %}