{{ cat }}
{{ formatCurrency(getPrice(product, clientDiscount)) }}
{{ product.vp }} VP
{{ t('nothing_found') }}
{{ t('try_change_query') }}
Загрузка...
{{ formatCurrency(getPrice(product, clientDiscount)) }}
{{ product.vp }} VP
{{ t('nothing_found') }}
{{ t('try_change_query') }}
{{ t('cart_empty') }}
{{ t('choose_products') }} {{ t('choose_products_desktop') }}
{{ item.product.name }}
{{ formatCurrency(getPrice(item.product, clientDiscount)) }}
{{ t('total_vp') }}
{{ formatNumber(animatedVP) }}
{{ new Date().toLocaleDateString(uiLang === 'kz' ? 'kk-KZ' : uiLang, { day: 'numeric', month: 'long', year: 'numeric' }) }}
{{ t('cart_empty') }}
|
{{ item.product.name }} {{ item.qty }} {{ t('pcs') }} × {{ formatCurrency(getPrice(item.product, clientDiscount)) }} |
{{ formatCurrency(getPrice(item.product, clientDiscount) * item.qty) }} |
| {{ t('receipt_items') }} | {{ cartItemCount }} {{ t('positions') }} |
| {{ t('total_vp') }}: | {{ formatNumber(totals.vp) }} |
| {{ t('delivery') }}: | {{ formatCurrency(deliveryCost) }} |
| {{ t('your_discount') }}: | {{ clientDiscount === 100 ? '—' : clientDiscount + '%' }} |