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

Open in your IDE?
  1. {% sw_extends "@Storefront/storefront/page/checkout/_page.html.twig" %}
  2. {% block page_checkout_aside_summary %}
  3.     {% if b2b_show_prices() || activeRoute === "frontend.checkout.confirm.page" %}
  4.         {{ parent() }}
  5.     {% else %}
  6.         {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with {
  7.             type: "info",
  8.             content: "b2bPlatform.checkout.pricesAreShownInNextStepInfo"|trans|sw_sanitize
  9.         } %}
  10.     {% endif %}
  11. {% endblock %}