Názov | Cena | kusy | Cena spolu |
---|---|---|---|
{{ product.title }} (veľ. {{ product.variant }}) | {{ product.price | currency : '€' : 2 }} | {{ product.count }} | {{ (product.price * product.count) | currency : '€' : 2 }} |
{{ $root.deliveries[$root.cart.delivery].title }} | {{ getDeliveryPrice($root.cart.delivery) | currency : '€' : 2 }} | ||
{{ $root.payments[$root.cart.payment].title }} | {{ $root.payments[$root.cart.payment].price | currency : '€' : 2 }} | ||
Spolu: Zľava: Spolu po zľave: | {{ $root.totalPrice() | currency : '€' : 2 }} -{{ $root.cart.coupon.discount | currency : '€' : 2 }} -{{ $root.cart.coupon.discount | number:0 }} % {{ ($root.totalPrice(true) - $root.cart.coupon.discount) + getDeliveryPrice($root.cart.delivery) + $root.payments[$root.cart.payment].price | currency : '€' : 2 }} {{ ($root.totalPrice(true) * (1 - $root.cart.coupon.discount / 100) + getDeliveryPrice($root.cart.delivery) + $root.payments[$root.cart.payment].price) | currency : '€' : 2 }} |
Pred odoslaním objednávky sa prosím uistite, že všetky zadané údaje sú v poriadku. Ďakujeme.