{{ t('empty_cart') }}

{{ t('go_shopping') }}

{{ t('your_cart') }}

{{ t('product') }} {{ t('price') }} {{ t('qty') }} {{ t('subtotal') }}
{{ it.name }}
{{ it.variationLabel }}
{{ fmt(it.price) }}
{{ fmt(it.price * it.qty) }}
{{ t('detecting_country') }}
{{ t('international_shipping') }}
{{ t('shipping_loading') }}
{{ state.shippingError }}

{{ t('summary') }}

{{ t('items_subtotal') }} {{ fmt(subtotal) }}
{{ t('shipping') }} {{ fmt(shippingValue) }}

{{ t('total') }} {{ fmt(total) }}
{{ t('conversion_checkout_hint') }}
{{ t('secure_msg') }}