{# {% set user = getCustomerUser() %} {% if carts|length > 0 %} {% set sessionCart = app.session.get("cart") %}
{% include "main/Order/Cart/Index/_products.html.twig" %} {% if user|default %} {% include "main/Order/Cart/Index/_address.html.twig" %} {% else %} {% include "main/Order/Cart/Index/_address_guest.html.twig" %} {% endif %}
{% else %} {% endif %} {% if isAjax|default %} {% endif %} #} {% set user = getCustomerUser() %} {% if carts|length > 0 %} {% set sessionCart = app.session.get("cart") %}
{% include "main/Order/Cart/Index/_products.html.twig" %} {% if user|default %} {% include "main/Order/Cart/Index/_address.html.twig" %} {% else %} {% include "main/Order/Cart/Index/_address_guest.html.twig" %} {% endif %}
{% else %} {% endif %} {% if isAjax|default %} {% endif %}