custom/plugins/tad-theme/src/Resources/views/storefront/layout/header/actions/cart-widget.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/header/actions/cart-widget.html.twig' %}
  2. {% block layout_header_actions_cart_widget %}
  3.     <span class="header-cart-icon">
  4.         {% sw_icon 'bag' %}
  5.     </span>
  6.     <span class="header-cart-total">        
  7.         <sup class="product-count has-{{ page.cart.lineItems|length }}">{{ page.cart.lineItems|length != 0 ? page.cart.lineItems|length : '' }}</sup>
  8.     </span>
  9. {% endblock %}