{% block component_checkout_cart_header %} {% if showRemoveColumn is not defined %} {% set showRemoveColumn = true %} {% endif %} {% if showSubtotal is not defined %} {% set showSubtotal = true %} {% endif %} {% set subtotalColumnSize = 2 %} {% set infoColumnSize = 8 %} {% if showSubtotal %} {% set infoColumnSize = infoColumnSize - subtotalColumnSize %} {% endif %} {% if showRemoveColumn %} {% set infoColumnSize = infoColumnSize - 1 %} {% endif %} {# @deprecated tag:v6.8.0 - Will be removed, use infoColumnSize with a prefix instead. #} {% set infoColumnClass = 'col-' ~ infoColumnSize %} {% block component_checkout_cart_header_element %}
{% endblock %} {% endblock %}