{% if cart_information.lang == "fr" %}MON SAC{% else %}MY BAG{% endif %}

{% if cart_information.lang == "fr" %} {{"Vous avez [TOTAL_ITEMS] article(s) dans votre sac"|replace({"[TOTAL_ITEMS]":cart_count})}} {%else%} {{"You have [TOTAL_ITEMS] item(s) in your cart"|replace({"[TOTAL_ITEMS]":cart_count})}}{%endif%}
{% if customerSupportIsOpened is defined and customerSupportIsOpened == true %}

{% if cart_information.lang == "fr" %}Besoin d'aide?{%else%}Need Help?{%endif%}

{% else %} {% endif %}
{% if cart_information.lang == "fr" %}Continuer les achats{% else %}Continue Shopping{% endif %}
{% if cart_information.lang == "fr" %}J'ai un code coupon{% else %}I have a coupon code{% endif %}
{% if cart_information.lang == "fr" %}Commander{% else %}Checkout{% endif %} {% if current_domain_type == 'us' %}

We are HSA/FSA accepted! Details

{% endif %}

{% if cart_information.lang == "fr" %}Sous-Total {% else %}Subtotal {% endif %}
{% if cart_information.lang == "fr" %}{{cart_information.total_items|number_format(2, '.', ',')}}${%else%}${{cart_information.total_items|number_format(2, '.', ',')}}{%endif%}