{% sw_extends '@Storefront/storefront/layout/header/actions/cart-widget.html.twig' %} {# ---------------- START: SET TEMPLATE VARS ---------------- #} {# ThemeWare: Set theme variables #} {% set twtHeaderCartBtnCompatibility = theme_config('twt-header-cart-btn-compatibility') %} {# ---------------- END: SET TEMPLATE VARS ---------------- #} {# ThemeWare: Changes on the cart-button #} {% block layout_header_actions_cart_widget %} {% if twtHeaderCartBtnCompatibility == 2 %} {% sw_icon 'bag' %} {# ThemeWare: Add label 'header-cart-name' #} {{ "twt.header.cartText"|trans }} {% if page.cart.lineItems|length > 0 %} {{ page.cart.lineItems|length }} {% endif %} {{ page.cart.price.positionPrice|currency }}{{ "general.star"|trans|sw_sanitize }} {% else %} {# Default block #} {{ parent() }} {% endif %} {% endblock %}