{# basket summary #} {% block checkout_basket_summary_table %}
| {{ translate({ ident: "C4S_BASKET_SUMMARY_POSITION_SUM", suffix: "COLON" }) }} | {{ oxcmp_basket.getProductsNetPrice() }} {{ oCurrency.sign }} | |
|---|---|---|
| {{ translate({ ident: "C4S_BASKET_SUMMARY_POSITION_SUM", suffix: "COLON" }) }} | {{ oxcmp_basket.getProductsNetPrice() }} {{ oCurrency.sign }} | |
| {{ translate({ ident: "TOTAL_GROSS", suffix: "COLON" }) }} | {{ oxcmp_basket.getFProductsPrice() }} {{ oCurrency.sign }} | |
| {% if oDiscount.dDiscount <= 0 %}{{ translate({ ident: "SURCHARGE" }) }}{% else %}{{ translate({ ident: "DISCOUNT" }) }}{% endif %} {{ oDiscount.sDiscount }} | {% if oDiscount.dDiscount <= 0 %}{{ oDiscount.fDiscount|replace({" - ": ""}) }}{% else %}-{{ oDiscount.fDiscount }}{% endif %} {{ oCurrency.sign }} | |
| {{ translate({ ident: "C4S_BASKET_SUMMARY_POSITION_SUM", suffix: "COLON" }) }} | {{ oxcmp_basket.getProductsNetPrice() }} {{ oCurrency.sign }} | |
| {{ translate({ ident: "TOTAL_GROSS", suffix: "COLON" }) }} | #} {#{{ oxcmp_basket.getFProductsPrice() }} {{ oCurrency.sign }} | #} {#|
| {{ translate({ ident: "COUPON" }) }} ({{ translate({ ident: "NUMBER" }) }} {{ sVoucher.sVoucherNr }}) {% if editable %} {{ translate({ ident: "REMOVE" }) }} {% endif %} | -{{ sVoucher.fVoucherdiscount }} {{ oCurrency.sign }} | |
| {{ translate({ ident: "SHIPPING_NET", suffix: "COLON" }) }} | {{ format_price(deliveryCost.getNettoPrice(), { currency: oCurrency }) }} | |
| {{ translate({ ident: "BASKET_TOTAL_PLUS_PROPORTIONAL_VAT", suffix: "COLON" }) }} | #} {# {% else %} #} {#{{ translate({ ident: "VAT_PLUS_PERCENT_AMOUNT", suffix: "COLON", args: deliveryCost.getVat() }) }} | #} {# {% endif %} #} {#{{ format_price(deliveryCost.getVatValue(), { currency: oCurrency }) }} | #} {#
| {{ translate({ ident: "C4S_BASKET_SUMMARY_DELIVERY_COST" }) }} ({{ oActShipSet.oxdeliveryset__oxtitle.value }}): | {{ format_price(deliveryCost.getBruttoPrice(), { currency: oCurrency }) }} | |
| {% if paymentCost.getPrice() >= 0 %}{{ translate({ ident: "SURCHARGE" }) }}{% else %}{{ translate({ ident: "DEDUCTION" }) }}{% endif %} {{ translate({ ident: "PAYMENT_METHOD", suffix: "COLON" }) }} | {{ format_price(paymentCost.getNettoPrice(), { currency: oCurrency }) }} | |
| {{ translate({ ident: "BASKET_TOTAL_PLUS_PROPORTIONAL_VAT", suffix: "COLON" }) }} | {% else %}{{ translate({ ident: "SURCHARGE_PLUS_PERCENT_AMOUNT", suffix: "COLON", args: paymentCost.getVat() }) }} | {% endif %}{{ format_price(paymentCost.getVatValue(), { currency: oCurrency }) }} |
| {% if paymentCost.getPrice() >= 0 %}{{ translate({ ident: "SURCHARGE" }) }}{% else %}{{ translate({ ident: "DEDUCTION" }) }}{% endif %} {{ translate({ ident: "PAYMENT_METHOD", suffix: "COLON" }) }} | {{ format_price(paymentCost.getBruttoPrice(), { currency: oCurrency }) }} | |
| {{ translate({ ident: "C4S_BASKET_SUMMARY_VALUE_ADDED_TAX", suffix: "COLON", args: key }) }} | {{ VATitem }} {{ oCurrency.sign }} | |
| {{ translate({ ident: "BASKET_TOTAL_WRAPPING_COSTS_NET", suffix: "COLON" }) }} | #} {#{{ format_price(wrappingCost.getNettoPrice(), { currency: oCurrency }) }} | #} {#|
| {{ translate({ ident: "PLUS_VAT", suffix: "COLON" }) }} | #} {#{{ format_price(wrappingCost.getVatValue(), { currency: oCurrency }) }} | #} {#|
| {{ translate({ ident: "GIFT_WRAPPING", suffix: "COLON" }) }} | #} {#{{ format_price(wrappingCost.getBruttoPrice(), { currency: oCurrency }) }} | #} {#|
| {{ translate({ ident: "BASKET_TOTAL_GIFTCARD_COSTS_NET", suffix: "COLON" }) }} | #} {#{{ format_price(giftCardCost.getNettoPrice(), { currency: oCurrency }) }} | #} {#|
| {{ translate({ ident: "BASKET_TOTAL_PLUS_PROPORTIONAL_VAT", suffix: "COLON" }) }} | #} {# {% else %} #} {#{{ translate({ ident: "VAT_PLUS_PERCENT_AMOUNT", suffix: "COLON", args: giftCardCost.getVat() }) }} | #} {# {% endif %} #} {#{{ format_price(giftCardCost.getVatValue(), { currency: oCurrency }) }} | #} {#
| {{ translate({ ident: "GREETING_CARD", suffix: "COLON" }) }} | #} {#{{ format_price(giftCardCost.getBruttoPrice(), { currency: oCurrency }) }} | #} {#|
| {{ translate({ ident: "GRAND_TOTAL", suffix: "COLON" }) }} | {% if oView.getClassKey() == "order" %}{{ format_price(oxcmp_basket.getPrice(), { currency: oCurrency }) }} | {% else %}{{ format_price(oxcmp_basket.getNettoSum(), { currency: oCurrency }) }} | {% endif %}
| ** {{ translate({ ident: "MESSAGE_COUPON_NOT_APPLIED_FOR_ARTICLES" }) }} | #} {##} {# |