{{ t('checkoutTitle') }}
{{ t('contactsSection') }}
{{ t('deliveryAddressSection') }}
{{ t('orderItemsSection') }}
{{ typeof item.product.name === 'object' ? item.product.name[currentLanguage] : item.product.name }}
{{ typeof item.variant.name === 'object' ? t(item.variant.name) : item.variant.name }} · {{ typeof item.variant.weight === 'object' ? t(item.variant.weight) : item.variant.weight }} {{ typeof item.product.weight === 'object' ? item.product.weight[currentLanguage] : item.product.weight }}