{{ t('profile.orders.id') }}: {{ order.humanReadableId }}
+{{ useDate(order.buyTime, locale) }}
+
+ {{ order.status }}
+
{{ order.totalPrice }}{{ CURRENCY }}
+{{ product.node.product.name }}
+{{ product.node.quantity }} X {{ product.node.product.price }}{{ CURRENCY }}
+{{ t('profile.orders.total') }}: {{ order.totalPrice }}{{ CURRENCY }}
+{{ t('profile.cart.quantity') }} {{ productsInCartQuantity }}
-{{ t('profile.cart.total') }} {{ totalPrice }}
+{{ t('profile.cart.total') }}: {{ totalPrice }}{{ CURRENCY }}
{{ t('profile.cart.empty') }}
{{ promocode.node.code }}
+{{ promocode.node.code }}
+{{ promocode.node.discount }} {{ promocode.node.discountType === 'percent' ? '%' : CURRENCY }}
+{{ t('profile.promocodes.empty') }}