{% capture append = "oxidBlock_content" %} {# ordering steps #} {% include "page/checkout/inc/steps.html.twig" with {active: 5} %} {% block checkout_thankyou_main %} {% set order = oView.getOrder() %} {% set basket = oView.getBasket() %}

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

{% block checkout_thankyou_info %} {{ translate({ ident: "THANK_YOU_FOR_ORDER" }) }} {{ oxcmp_shop.oxshops__oxname.value }}.
{{ translate({ ident: "REGISTERED_YOUR_ORDER", args: order.oxorder__oxordernr.value }) }}
{# {% if not oView.getMailError() %} #} {# {{ translate({ ident: "MESSAGE_YOU_RECEIVED_ORDER_CONFIRM" }) }}
#} {# {% else %}
#} {# {{ translate({ ident: "MESSAGE_CONFIRMATION_NOT_SUCCEED" }) }}
#} {# {% endif %} #}
{# {{ translate({ ident: "MESSAGE_WE_WILL_INFORM_YOU" }) }}

#} {% endblock %} {% ifcontent ident "c4s_thankyou" set oCont %} {{ include(template_from_string(oCont.oxcontents__oxcontent.value)) }} {% endifcontent %}
{% block checkout_thankyou_proceed %} {# {{ translate({ ident: "YOU_CAN_GO" }) }} #} {# {{ translate({ ident: "BACK_TO_START_PAGE" }) }} #} {# {% if oxcmp_user.oxuser__oxpassword.value %} #} {# {{ translate({ ident: "OR" }) }} #} {# {{ translate({ ident: "CHECK_YOUR_ORDER_HISTORY" }) }}. #} {# {% endif %} #} {{ translate({ ident: "BACK_TO_START_PAGE" }) }} {% endblock %} {# includes nothing usable, only for "compatibility" with outdated modules - deprecated #} {% block checkout_thankyou_partners %}{% endblock %}
{# {% if oView.getAlsoBoughtTheseProducts() %} #} {#

#} {#

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

#} {# {% include "widget/product/list.html.twig" with {type: oView.getListDisplayType(), listId: "alsoBoughtThankyou", products: oView.getAlsoBoughtTheseProducts(), blDisableToCart: true} %} #} {# {% endif %} #}
{% endblock %} {{ insert_tracker({title: template_title}) }} {% endcapture %} {% include "layout/page.html.twig" with {blHideBreadcrumb: true} %}