{# basket summary #} {% block checkout_basket_summary_table %} {% if not oxcmp_basket.getDiscounts() %} {% block checkout_basket_summary_nodiscounttotalnet %} {% if oView.getClassKey() == "order" %} {% endif %} {% endblock %} {% else %} {% if oxcmp_basket.isPriceViewModeNetto() %} {% block checkout_basket_summary_discounttotalnet %} {% if oView.getClassKey() == "order" %} {% endif %} {% endblock %} {% else %} {% block checkout_basket_summary_discounttotalgross %} {% if oView.getClassKey() == "order" %} {% endif %} {% endblock %} {% endif %} {% block checkout_basket_summary_discounts %} {% if oView.getClassKey() == "order" %} {% for oDiscount in oxcmp_basket.getDiscounts() %} {% endfor %} {% endif %} {% endblock %} {% if not oxcmp_basket.isPriceViewModeNetto() %} {% block checkout_basket_summary_totalnet %} {% if oView.getClassKey() == "order" %} {% endif %} {% endblock %} {% endif %} {% endif %} {# {% block checkout_basket_summary_totalgross %} #} {# {% if oxcmp_basket.isPriceViewModeNetto() %} #} {# {% if oView.getClassKey() == "order" %} #} {# #} {# #} {# #} {# #} {# {% endif %} #} {# {% endif %} #} {# {% endblock %} #} {% block checkout_basket_summary_voucherdiscount %} {% if oViewConf.getShowVouchers() and oxcmp_basket.getVoucherDiscValue() and oView.getClassKey() == "order" %} {% for key, sVoucher in oxcmp_basket.getVouchers() %} {% endfor %} {% endif %} {% endblock %} {% block checkout_basket_summary_delcosts %} {% set deliveryCost = oxcmp_basket.getDeliveryCost() %} {% if deliveryCost and (oxcmp_basket.getBasketUser() or oViewConf.isFunctionalityEnabled("blCalculateDelCostIfNotLoggedIn") ) %} {% if oView.getClassKey() == "order" %} {% set oActShipSet = oView.getShipSet() %} {% if oViewConf.isFunctionalityEnabled("blShowVATForDelivery") %} {% if deliveryCost.getNettoPrice() %} {% endif %} {# do not show value added tax of delivery - ticket #5970 #} {# {% if deliveryCost.getVatValue() %} #} {# #} {# {% if oxcmp_basket.isProportionalCalculationOn() %} #} {# #} {# {% else %} #} {# #} {# {% endif %} #} {# #} {# #} {# {% endif %} #} {% elseif deliveryCost.getBruttoPrice() %} {% endif %} {% endif %} {% endif %} {% endblock %} {% block checkout_basket_summary_paymentcosts %} {% set paymentCost = oxcmp_basket.getPaymentCost() %} {% if paymentCost and paymentCost.getPrice() %} {% if oView.getClassKey() == "order" %} {% if oViewConf.isFunctionalityEnabled("blShowVATForPayCharge") %} {% if paymentCost.getVatValue() %} {% if oxcmp_basket.isProportionalCalculationOn() %} {% else %} {% endif %} {% endif %} {% else %} {% endif %} {% endif %} {% endif %} {% endblock %} {% block checkout_basket_summary_productvats %} {% if oView.getClassKey() == "order" %} {% for key, VATitem in oxcmp_basket.getProductVats() %} {% if VATitem %} {% endif %} {% endfor %} {% endif %} {% endblock %} {% block checkout_basket_summary_wrappingcosts %} {# {% if oViewConf.getShowGiftWrapping() %} #} {# {% set wrappingCost = oxcmp_basket.getWrappingCost() %} #} {# {% if wrappingCost and wrappingCost.getPrice() > 0 %} #} {# {% if oViewConf.isFunctionalityEnabled("blShowVATForWrapping") %} #} {# #} {# #} {# #} {# #} {# {% if oxcmp_basket.getWrappCostVat() %} #} {# #} {# #} {# #} {# #} {# {% endif %} #} {# {% else %} #} {# #} {# #} {# #} {# #} {# {% endif %} #} {# {% endif %} #} {% endblock %} {% block checkout_basket_summary_giftcardcosts %} {# {% set giftCardCost = oxcmp_basket.getGiftCardCost() %} #} {# {% if giftCardCost and giftCardCost.getPrice() > 0 %} #} {# {% if oViewConf.isFunctionalityEnabled("blShowVATForWrapping") %} #} {# #} {# #} {# #} {# #} {# #} {# {% if oxcmp_basket.isProportionalCalculationOn() %} #} {# #} {# {% else %} #} {# #} {# {% endif %} #} {# #} {# #} {# {% else %} #} {# #} {# #} {# #} {# #} {# {% endif %} #} {# {% endif %} #} {# {% endif %} #} {% endblock %} {% block checkout_basket_summary_grandtotal %} {% if oView.getClassKey() == "order" %} {% else %} {% endif %} {% endblock %} {# {% if oxcmp_basket.hasSkipedDiscount() %} #} {# #} {# #} {# #} {# #} {# {% endif %} #}
{{ 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" }) }}{{ translate({ ident: "VAT_PLUS_PERCENT_AMOUNT", suffix: "COLON", args: deliveryCost.getVat() }) }}{{ 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" }) }}{{ translate({ ident: "SURCHARGE_PLUS_PERCENT_AMOUNT", suffix: "COLON", args: paymentCost.getVat() }) }}{{ 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" }) }}{{ translate({ ident: "VAT_PLUS_PERCENT_AMOUNT", suffix: "COLON", args: giftCardCost.getVat() }) }} {{ format_price(giftCardCost.getVatValue(), { currency: oCurrency }) }}
{{ translate({ ident: "GREETING_CARD", suffix: "COLON" }) }}{{ format_price(giftCardCost.getBruttoPrice(), { currency: oCurrency }) }}
{{ translate({ ident: "GRAND_TOTAL", suffix: "COLON" }) }} {{ format_price(oxcmp_basket.getPrice(), { currency: oCurrency }) }} {{ format_price(oxcmp_basket.getNettoSum(), { currency: oCurrency }) }}
** {{ translate({ ident: "MESSAGE_COUPON_NOT_APPLIED_FOR_ARTICLES" }) }}
{% endblock %}