custom/plugins/FourtwosixThemeExtension/src/Resources/views/storefront/page/checkout/cart/cart-product-header.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/checkout/cart/cart-product-header.html.twig' %}
  2. {% block page_checkout_cart_header_quantity %}
  3.     <div class="col-2 cart-header-quantity"></div>
  4. {% endblock %}
  5. {% block page_checkout_cart_header_unit_price %}
  6.     <div class="col-2 cart-header-unit-price"></div>
  7. {% endblock %}