custom/plugins/TdsOrlob/src/Resources/views/storefront/page/checkout/confirm/index.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/checkout/confirm/index.html.twig' %}
  2. {% block page_checkout_confirm_payment %}{% endblock %}
  3. {% block page_checkout_confirm_shipping %}
  4.     <div class="col-sm-12 confirm-shipping">
  5.         {% sw_include '@Storefront/storefront/page/checkout/confirm/confirm-shipping.html.twig' %}
  6.     </div>
  7. {% endblock %}
  8. {% block page_checkout_confirm_revocation_notice %}{% endblock %}