{% capture append = "oxidBlock_content" %} {% 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 %} {% 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 %} {% endblock %} {% 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" %}