{% if order %} {% partial '@order_summary' %} {% else %}
{% partial '@cart' %}

{{ 'pixel.shop::component.cart.customer_information'|trans }}

{% partial '@customer_information' %}

{{ 'pixel.shop::component.cart.shipping_method'|trans }}

{% partial '@shipping_address' %}

{{ 'pixel.shop::component.cart.complete_order'|trans }}

{% partial '@billing_address' %}
{% if user %}
{% endif %} {{ 'pixel.shop::component.cart.payment_method'|trans }}
{% partial '@methods' %}

{{ 'pixel.shop::component.cart.continue_shopping'|trans }} {{ 'pixel.shop::lang.components.cart_next'|trans }} {% if is_tokenization_active == false or ( secure == 0 and is_tokenization_active == true) %} {% else %} {% endif %}
{% endif %}
{% put scripts %} {% endput %}