{% capture append = "oxidBlock_content" %} {% set editable = oViewConf.getViewThemeParam("blCartEditable") %} {# ordering steps #} {% include "page/checkout/inc/steps.html.twig" with {active: 1} %} {% block checkout_basket_main %} {% set oCurrency = oView.getActCurrency() %} {% if oView.isLowOrderPrice() %} {% block checkout_basket_loworderprice_top %} {% endblock %} {% endif %} {% if not oxcmp_basket.getProductsCount() %} {% block checkout_basket_emptyshippingcart %} {{ translate({ ident: "BACK_TO_START_PAGE" }) }} {% endblock %} {% else %} {# includes nothing usable and is used anywhere, only for "compatibility" with outdated modules - deprecated #} {% block checkout_basket_next_step_top %}{% endblock %} {% block checkout_basket_basket_contents %} {% include "page/checkout/inc/basket_contents.html.twig" with {editable: editable} %} {% endblock %} {% block checkout_basket_next_step_bottom %}
{# includes nothing usable and is used anywhere, only for "compatibility" with outdated modules - deprecated #} {% block checkout_basket_loworderprice_bottom %}{% endblock %} {% if oView.showBackToShop() %} {% block checkout_basket_backtoshop_button %}
{{ oViewConf.getHiddenSid()|raw }}
{% endblock %} {% else %} {% block checkout_basket_backtohome_button %} {{ translate({ ident: "MINIBASKET_CONTINUE_SHOPPING" }) }} {% endblock %} {% endif %} {% if not oView.isLowOrderPrice() %} {% block basket_btn_next_bottom %}
{{ oViewConf.getHiddenSid()|raw }}
{% endblock %} {% endif %}
{% endblock %} {% endif %} {% endblock %} {{ insert_tracker({title: template_title}) }} {% endcapture %} {% capture append = "oxidBlock_pageModal" %} {% if oView.isWrapping() %} {% include "page/checkout/modal/wrapping.html.twig" %} {% endif %} {% endcapture %} {% include "layout/page.html.twig" with {blHideBreadcrumb: true} %}