{{ t('yourOrder') }}
{{ t('emptyCart') }}
{{ getProductName(item.product) }}
{{ item.product.price.toFixed(2) }} {{ t('currency') }}
{{ item.quantity }}
{{ (item.product.price * item.quantity).toFixed(2) }} {{ t('currency') }}