custom/plugins/Theme3S/src/Resources/views/storefront/page/checkout/_page.html.twig line 1

  1. {% sw_extends '@Storefront/storefront/page/checkout/_page.html.twig' %}
  2. {% block base_flashbags %}{% endblock %}
  3. {% set pathinfo = "" %}
  4. {% block base_content %}
  5. {% block page_checkout %}
  6. {% block page_checkout_container %}
  7. {% block page_checkout_main %}
  8. {% block base_flashbags_checkout %}
  9. {% set pathinfo = app.request.pathInfo %}
  10. {% for type, messages in app.flashes %}
  11. {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with { type: type, list: messages } %}
  12. {% endfor %}
  • {% endblock %}
  • {% block page_checkout_main_content %}{% endblock %}
  • {% endblock %}
  • {% block page_checkout_additional %}{% endblock %}
  • {% if app.request.pathInfo != "/checkout/register" and app.request.pathInfo != "/account/register" %}
  • {% block page_checkout_aside %}
  • {% block page_checkout_aside_container %}
  • {% block page_checkout_aside_summary %}
  • {% block page_checkout_summary_header %}
  • {{ "checkout.summaryHeader"|trans|sw_sanitize }}
  • {% endblock %}
  • {% block page_checkout_summary_list %}
  • {% block page_checkout_summary_list_container %}
  • {% sw_include '@Storefront/storefront/page/checkout/summary.html.twig' %}
  • {% endblock %}
  • {% endblock %}
  • {% endblock %}
  • {% block page_checkout_aside_actions %}{% endblock %}
  • {% endblock %}
  • {% endblock %}
  • {% endif %}
  • {% endblock %}
  • {% endblock %}
  • {% endblock %}