{% capture append = "oxidBlock_content" %} {# ordering steps #} {% include "page/checkout/inc/steps.html.twig" with {active: 4} %} {% block checkout_order_errors %} {% if oView.isConfirmAGBActive() and oView.isConfirmAGBError() == 1 %} {% include "message/error.html.twig" with {statusMessage: "READ_AND_CONFIRM_TERMS"|translate} %} {% endif %} {% set iError = oView.getAddressError() %} {% if iError == 1 %} {% include "message/error.html.twig" with {statusMessage: "ERROR_DELIVERY_ADDRESS_WAS_CHANGED_DURING_CHECKOUT"|translate} %} {% endif %} {% endblock %} {% block checkout_order_main %} {% if not oView.showOrderButtonOnTop() %} {% endif %} {% block checkout_order_details %} {% if not oxcmp_basket.getProductsCount() %} {% block checkout_order_emptyshippingcart %} {% endblock %} {% else %} {% set oCurrency = oView.getActCurrency() %} {% block checkout_order_next_step_top %} {% if oView.isLowOrderPrice() %} {% block checkout_order_loworderprice_top %} {% endblock %} {% endif %} {% endblock %} {% block checkout_order_vouchers %} {% if oViewConf.getShowVouchers() and oxcmp_basket.getVouchers() %} {{ translate({ ident: "USED_COUPONS" }) }} {% for key, oEr in Errors.basket %} {% if oEr.getErrorClassType() == "oxVoucherException" %} {% endif %} {% endfor %} {% endif %} {% endblock %}
{% block checkout_order_address %}
{{ oViewConf.getHiddenSid()|raw }}

{{ translate({ ident: "BILLING_ADDRESS" }) }}

{# #}
{% include "widget/address/billing_address.html.twig" %}
{% block checkout_order_deliveryaddress %}
{{ oViewConf.getHiddenSid()|raw }}

{{ translate({ ident: "SHIPPING_ADDRESS" }) }}

{% set oDelAdress = oView.getDelAddress() %} {% if oDelAdress %} {% include "widget/address/shipping_address.html.twig" with {delivadr: oDelAdress} %} {% else %} {% include "widget/address/billing_address.html.twig" %} {% endif %}
{% endblock %}
{% endblock %} {% block shippingAndPayment %}
{{ oViewConf.getHiddenSid()|raw }}

{{ translate({ ident: "SHIPPING_CARRIER" }) }}

{% block checkout_order_shipping_title %} {% set oShipSet = oView.getShipSet() %} {{ oShipSet.oxdeliveryset__oxtitle.value }} {% endblock %}
{{ oViewConf.getHiddenSid()|raw }}

{{ translate({ ident: "PAYMENT_METHOD" }) }}

{% set payment = oView.getPayment() %} {{ payment.oxpayments__oxdesc.value }}
{% endblock %}
{# {% block checkout_order_remark %} #} {# {% if oView.getOrderRemark() %} #} {#
#} {# {{ oViewConf.getHiddenSid()|raw }} #} {# #} {# #} {#
#} {#
#} {#

#} {# {{ translate({ ident: "WHAT_I_WANTED_TO_SAY" }) }} #} {#

#} {# #} {#
#} {#
#} {# {{ oView.getOrderRemark()|nl2br }} #} {#
#} {#
#} {#
#} {# {% endif %} #} {# {% endblock %} #} {# {% if not oView.isLowOrderPrice() %} #} {#
#} {#
#} {# {{ oViewConf.getHiddenSid()|raw }} #} {# {{ oViewConf.getNavFormParams()|raw }} #} {# #} {# #} {# #} {# #} {# {% include "page/checkout/inc/agb.html.twig" %} #} {#
#} {#
#} {# {% endif %} #}
{{ oViewConf.getHiddenSid()|raw }}

{{ translate({ ident: "CART" }) }}

{% block order_basket %}
{% include "page/checkout/inc/basket_contents.html.twig" with {editable: false} %}
{% endblock %}
{% endif %} {% block checkout_order_next_step_bottom %} {% if oView.isLowOrderPrice() %} {% block checkout_order_loworderprice_bottom %} {% endblock %} {% else %} {% block checkout_order_btn_confirm_bottom %}
{{ oViewConf.getHiddenSid()|raw }} {{ oViewConf.getNavFormParams()|raw }} {% if oView.isActive("PsLogin") or not oView.isConfirmAGBActive() %} {% else %} {% endif %} {% include "page/checkout/inc/agb.html.twig" %}
{% block checkout_order_btn_submit_bottom %} {% endblock %}
{% endblock %} {% endif %} {% endblock %} {% endblock %} {% endblock %} {{ insert_tracker({title: template_title}) }} {% endcapture %} {% set template_title = "REVIEW_YOUR_ORDER"|translate %} {% include "layout/page.html.twig" with {title: template_title, location: template_title, blHideBreadcrumb: true} %}