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 }}