{{ item.name }}
Card owner’s data:
{{ data.name }} | {{ data.age }} {{ 'years' | translate }} | {{ data.email }}
{{ $ctrl.service.cart.invoiceAddress.name }}
{{ $ctrl.service.cart.invoiceAddress.country }}
{{ $ctrl.service.cart.invoiceAddress.zip }} {{ $ctrl.service.cart.invoiceAddress.city }}, {{ $ctrl.service.cart.invoiceAddress.address }}
{{ 'shop.shipping-method' | translate }}: {{ delivery.name }}
{{ 'shop.ship-place' | translate }}: {{ reception.name }} - {{ reception.contact.address }}
{{ 'shop.ship-date' | translate }}: {{ $ctrl.service.cart.takeoverDate }}
{{ 'shop.payment-mode' | translate }}: {{ 'shop.credit-card' | translate }}
| product | quantity | net price | gross price | subtotal |
|---|---|---|---|---|
|
{{ item.name }}
Card owner’s data: {{ data.name }} | {{ data.age }} {{ 'years' | translate }} | {{ data.email }} |
{{ item.productQuantity }} pcs | {{ item.currentNetPrice | customCurrency : currencies[item.currentCurrency].symbol : currencies[item.currentCurrency].decimalSeparator : currencies[item.currentCurrency].thousandsSeparator : currencies[item.currentCurrency].decimalDigits : currencies[item.currentCurrency].prefixWithSymbol }} | {{ item.currentActionPrice | customCurrency : currencies[item.currentCurrency].symbol : currencies[item.currentCurrency].decimalSeparator : currencies[item.currentCurrency].thousandsSeparator : currencies[item.currentCurrency].decimalDigits : currencies[item.currentCurrency].prefixWithSymbol }} | {{ item.currentSumPrice | customCurrency : currencies[item.currentCurrency].symbol : currencies[item.currentCurrency].decimalSeparator : currencies[item.currentCurrency].thousandsSeparator : currencies[item.currentCurrency].decimalDigits : currencies[item.currentCurrency].prefixWithSymbol }} |
|
Nettó végösszeg:
{{ $ctrl.service.cart.netPrice | customCurrency : currencies[$ctrl.service.cart.currency].symbol : currencies[$ctrl.service.cart.currency].decimalSeparator : currencies[$ctrl.service.cart.currency].thousandsSeparator : currencies[$ctrl.service.cart.currency].decimalDigits : currencies[$ctrl.service.cart.currency].prefixWithSymbol }}
ÁFA:
{{ $ctrl.service.cart.vatPrice | customCurrency : currencies[$ctrl.service.cart.currency].symbol : currencies[$ctrl.service.cart.currency].decimalSeparator : currencies[$ctrl.service.cart.currency].thousandsSeparator : currencies[$ctrl.service.cart.currency].decimalDigits : currencies[$ctrl.service.cart.currency].prefixWithSymbol }}
Bruttó ár:
{{ $ctrl.service.cart.actionPrice | customCurrency : currencies[$ctrl.service.cart.currency].symbol : currencies[$ctrl.service.cart.currency].decimalSeparator : currencies[$ctrl.service.cart.currency].thousandsSeparator : currencies[$ctrl.service.cart.currency].decimalDigits : currencies[$ctrl.service.cart.currency].prefixWithSymbol }}
{{($ctrl.service.cart.coupon.name) ? $ctrl.service.cart.coupon.name : 'couponName' |translate }}:
{{ $ctrl.service.cart.coupon.discountPercent }}%
Kedvezmény:
{{ $ctrl.service.cart.coupon.discount | customCurrency : currencies[$ctrl.service.cart.currency].symbol : currencies[$ctrl.service.cart.currency].decimalSeparator : currencies[$ctrl.service.cart.currency].thousandsSeparator : currencies[$ctrl.service.cart.currency].decimalDigits : currencies[$ctrl.service.cart.currency].prefixWithSymbol }}
Összesen:
{{ $ctrl.service.cart.finalPrice | customCurrency : currencies[$ctrl.service.cart.currency].symbol : currencies[$ctrl.service.cart.currency].decimalSeparator : currencies[$ctrl.service.cart.currency].thousandsSeparator : currencies[$ctrl.service.cart.currency].decimalDigits : currencies[$ctrl.service.cart.currency].prefixWithSymbol }}
|
||||
A kosár zárolva van!
back