{% extends "page/checkout/basket.html.twig" %} {% block basket_btn_next_bottom %} {% if oxcmp_basket.hasValidOrderSimulationResponse() %} {{ parent() }} {% elseif oxcmp_basket.getMinimumOrderValue() %} {# if order simulation has minimum order value - show minimum order value alert #}
{{ translate({ ident: "C4S_MINIMUM_ORDER_VALUE", suffix: "COLON" }) }} {{ format_price(oxcmp_basket.getMinimumOrderValue(), { currency: currency }) }}
{% endif %} {% endblock %}