custom/plugins/HBCTheme/src/Resources/views/storefront/page/checkout/cart/index.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/checkout/cart/index.html.twig' %}
  2. {% block page_checkout_cart_add_product_submit %}
  3.     {{ parent() }}
  4.     <div style="width:100%">{{ "checkout.addProductHelp"|trans|sw_sanitize }}</div>
  5. {% endblock %}