Zum Hauptinhalt springen Zur Suche springen Zur Hauptnavigation springen

Order Overview & Transaction

{% $_txt_bestelldetails = "Order details"; $_txt_change = "Change"; $_txt_zeichen = "Your sign:"; $_txt_keine_angabe = "– no information –"; $_txt_hinweise = "Your notes & special wishes:"; $_txt_gutschein = "Coupon"; $_txt_gutschein_verwenden = "Use the following coupon:"; $_txt_gutschein_code = "Coupon-Code:"; $_txt_kein_gutschein = "– No coupon –"; $_txt_re_li = "Invoice & Delivery address"; $_txt_re = "Invoice address"; $_txt_li = "Delivery address"; $_txt_re_gleich = "– equal invoice address –"; $_txt_li_ueberschrieben = "– This delivery address can be overwritten by a different delivery address from external payment service providers. –"; $_txt_zahlung_versand = "Payment & Delivery"; $_txt_zahlungsart = "Payment method"; $_txt_versandart = "Delivery method"; $_txt_agb_wider = "GTC & cancellation right"; $_txt_agb = 'I have read and agree to the terms and conditions.'; $_txt_widerruf = 'I have read the information on cancellation rights.'; $_txt_datenschutz = 'I have read and agree to the privacy policy.'; $_txt_18 = "I hereby confirm that the recipient has already reached the age of 18 and that deliveries containing an article without a youth release are accepted by the recipient personally."; $_txt_nl = "I want to sign up for the newsletter. You can unsubscribe at any time."; $_txt_artikel = "Article"; $_txt_artikelbeschreibung = "Article description"; $_txt_menge = "Amount"; $_txt_gesamtpreis = "Total price"; $_txt_artikelnr = "Article­number"; $_txt_einzelpreis = "Single price"; $_txt_avail = "availability"; $_txt_FSK = "Rated"; $_txt_anzahl = "Amount"; $_txt_jetzt_kaufen = "Buy now"; %} {% # display HouseNo input before Street input $_HouseNoFirst = GetGlobal("HouseNoFirst"); # Show availability in basket $_showAvailability = true; # Use a HTML based availability icon instead of images $_useHtmlAvailabilityIcon = GetGlobal("useHtmlAvailabilityIcon"); # Sets the partition of the availability icon [1|2|3] $_availabilityDetails = GetGlobal("availabilityDetails"); # list item parameters in basket $_showItemParams = GetGlobal("Checkout.ShowItemParams"); # age restriction as text (not icon) $_showAgeRestrictionAsText = GetGlobal("showAgeRestrictionAsText"); %}
{% if GetGlobal("ShowTabDetails") %}

$_txt_bestelldetails

$_txt_change
{% if GetGlobal("ShowCustomerSign") %}

$_txt_zeichen {% if ( $CheckoutCustomerSign ) %} $CheckoutCustomerSign {% else %} $_txt_keine_angabe {% endif %}


{% endif %} {% if GetGlobal("ShowCustomerNotice")%}

$_txt_hinweise {% if ( $CheckoutOrderInfoText ) %} $CheckoutOrderInfoText {% else %} $_txt_keine_angabe {% endif %}


{% endif %} {% if GetGlobal("ShowCouponInDetails") %}

$_txt_gutschein: {% $_checkoutCoupon = GetCheckoutCoupon() %} {% if $_checkoutCoupon->CouponHasActiveCoupon %} $_txt_gutschein_verwenden $_checkoutCoupon->CouponCampaignName ($_txt_gutschein_code $_checkoutCoupon->CouponActiveCouponCode) {% else %} $_txt_kein_gutschein {% endif %}

{% endif %}
{% endif %} {% $_currentMethodOfPayment = ''; $_hasExternalDeliveryAddress = false; for ( $_payment in GetCheckoutMethodsOfPaymentList() ) { if ($_payment->MethodOfPaymentID == $CheckoutMethodOfPaymentID) { $_currentMethodOfPayment = $_payment->MethodOfPaymentName; $_hasExternalDeliveryAddress = $_payment->HasExternalDeliveryAddress; } } %}

$_txt_change

$_txt_re


{% $_invoiceAddress = GetCheckoutCustomerInvoiceAddress() %} {% if $_invoiceAddress->FormOfAddressID != 2 %}
$_invoiceAddress->FormOfAddress
{% endif %} {% if $_invoiceAddress->FormOfAddressID == 2 && $_invoiceAddress->Company %}
$_invoiceAddress->Company
{% endif %} {% if $_invoiceAddress->FirstName || $_invoiceAddress->LastName %}
FormOfAddressID != 2 %} class="bold"{% endif %}>$_invoiceAddress->FirstName $_invoiceAddress->LastName
{% endif %} {% if $_invoiceAddress->AddressAdditional %}
$_invoiceAddress->AddressAdditional
{% endif %} {% if $_invoiceAddress->Street || $_invoiceAddress->HouseNo %}
{% if $_HouseNoFirst %}$_invoiceAddress->HouseNo $_invoiceAddress->Street{% else %}$_invoiceAddress->Street $_invoiceAddress->HouseNo{% endif %}
{% endif %} {% if $_invoiceAddress->ZIP || $_invoiceAddress->City %}
$_invoiceAddress->ZIP $_invoiceAddress->City
{% endif %} {% if $_invoiceAddress->State %}
$_invoiceAddress->State
{% endif %} {% if $_invoiceAddress->Country %}
$_invoiceAddress->Country
{% endif %}

$_txt_li


{% if $CheckoutMethodOfPaymentID == 5100 %} {% $_cAPAReadAddress = CheckoutAmazonPaymentsAdvancedReadAddress() %} {% if strlen($_cAPAReadAddress)%} $_cAPAReadAddress {% endif %} {% else %}
{% if $CheckoutCustomerShippingAddressID == 0 %} $_txt_re_gleich {% else %} {% $_shippingAddress = GetCheckoutCustomerShippingAddress() %} {% if $_shippingAddress->FormOfAddressID != 2 %}
$_shippingAddress->FormOfAddress
{% endif %} {% if $_shippingAddress->FormOfAddressID == 2 && $_shippingAddress->Company %}
$_shippingAddress->Company
{% endif %} {% if $_shippingAddress->FirstName || $_shippingAddress->LastName %}
FormOfAddressID != 2 %} class="bold"{% endif %}>$_shippingAddress->FirstName $_shippingAddress->LastName
{% endif %} {% if $_shippingAddress->AddressAdditional %}
$_shippingAddress->AddressAdditional
{% endif %} {% if $_shippingAddress->Street || $_shippingAddress->HouseNo %}
{% if $_HouseNoFirst %}$_shippingAddress->HouseNo $_shippingAddress->Street{% else %}$_shippingAddress->Street $_shippingAddress->HouseNo{% endif %}
{% endif %} {% if $_shippingAddress->ZIP || $_shippingAddress->City %}
$_shippingAddress->ZIP $_shippingAddress->City
{% endif %} {% if $_shippingAddress->State %}
$_shippingAddress->State
{% endif %} {% if $_shippingAddress->Country %}
$_shippingAddress->Country
{% endif %} {% endif %} {% if $_hasExternalDeliveryAddress %}
$_txt_li_ueberschrieben {% endif %}
{% endif %}

$_txt_zahlung_versand

$_txt_change

$_txt_zahlungsart


$_currentMethodOfPayment

{# Amazon Payment Advanced #} {% if $CheckoutMethodOfPaymentID == 5100 %} {% $_cAPAReadWallet = CheckoutAmazonPaymentsAdvancedReadWallet() %} {% if strlen($_cAPAReadWallet)%} $_cAPAReadWallet {% endif %} {% endif %}

$_txt_versandart


{% $_currentShippingProfile = '' %} {% for $_shipping in GetCheckoutShippingProfilesList() %} {% if $_shipping->ShippingProfileID == $CheckoutShippingProfileID %} {% $_currentShippingProfile = $_shipping->ShippingProfileParcelServiceName %} {% $_currentShippingProfile .= " " %} {% $_currentShippingProfile .= $_shipping->ShippingProfileName %} {% endif %} {% endfor %}

$_currentShippingProfile

$_txt_agb_wider

{% if GetGlobal("ShowCheckoutPlaceOrderCheckboxes") == true %}
  • $_txt_agb
  • $_txt_widerruf
  • $_txt_datenschutz {# KLARNA TERMS AND CONDITIONS #} {% if GetGlobal("ValidateKlarnaTermsAndConditionsCheck") == true && in_array($CheckoutMethodOfPaymentID, [1401, 1402]) && in_array($CheckoutShippingCountryID, [1, 2]) %}
  • $CheckoutKlarnaTermsAndConditionsCheckboxInfo {# PAYONE DIRECT DEBIT TERMS AND CONDITIONS #} {% elseif GetGlobal("ValidatePayoneDirectDebitMandateCheck") == true && $CheckoutMethodOfPaymentID == 3510 %}
  • $CheckoutPayoneDirectDebitMandateCheckboxInfo {# PAYONE TERMS AND CONDITIONS #} {% elseif ( GetGlobal("ValidatePayoneInvoiceCheck") == true ) && in_array($CheckoutMethodOfPaymentID, [3610, 3710]) && in_array($CheckoutShippingCountryID, [1, 2]) %}
  • $CheckoutPayoneInvoiceCheckboxInfo {% endif %} {% if GetGlobal("ValidateAgeRestrictionCheck") == true && $BasketHighestAgeRestriction >= 18 %}
  • $_txt_18 {% endif %} {% if GetGlobal("ShowNewsletterCheck") == true %}
  • $_txt_nl {% endif %}
{% else %}
  • $_txt_agb

  • $_txt_widerruf

  • $_txt_datenschutz

    {# Always show check for external payment providers #} {# KLARNA TERMS AND CONDITIONS #} {% if GetGlobal("ValidateKlarnaTermsAndConditionsCheck") == true && in_array($CheckoutMethodOfPaymentID, [1401, 1402]) && in_array($CheckoutShippingCountryID, [1, 2]) %}
  • $CheckoutKlarnaTermsAndConditionsCheckboxInfo {# PAYONE DIRECT DEBIT TERMS AND CONDITIONS #} {% elseif GetGlobal("ValidatePayoneDirectDebitMandateCheck") == true && $CheckoutMethodOfPaymentID == 3510 %}
  • $CheckoutPayoneDirectDebitMandateCheckboxInfo {# PAYONE TERMS AND CONDITIONS #} {% elseif ( GetGlobal("ValidatePayoneInvoiceCheck") == true ) && in_array($CheckoutMethodOfPaymentID, [3610, 3710]) && in_array($CheckoutShippingCountryID, [1, 2]) %}
  • $CheckoutPayoneInvoiceCheckboxInfo {% endif %} {% if GetGlobal("ShowAgeRestrictionCheck") == true && $BasketHighestAgeRestriction >= 18 %}
  • $_txt_18

    {% endif %} {% if GetGlobal("ShowNewsletterCheck") == true %}
  • $_txt_nl {% endif %}
{% endif %}
{# if coupon only visible in basket. #} {% if !GetGlobal("ShowTabDetails") && GetGlobal("ShowCouponInBasket") %}

$_txt_gutschein

$_txt_change

$_txt_gutschein: {% $_checkoutCoupon = GetCheckoutCoupon() %} {% if $_checkoutCoupon->CouponHasActiveCoupon %} $_txt_gutschein_verwenden $_checkoutCoupon->CouponCampaignName ($_txt_gutschein_code: $_checkoutCoupon->CouponActiveCouponCode) {% else %} $_txt_kein_gutschein {% endif %}

{% endif %}

$_txt_artikel

$_txt_change
{% for $_basketItem in GetCheckoutBasketItemsList() %}
$_basketItem->BasketItemName[1]
$_txt_artikelnr
$_basketItem->BasketItemNumber
$_basketItemAttribute->BasketItemAttributeName
$_basketItemAttribute->BasketItemAttributeValue
'; $_html .= $_basketOrderParam->BasketItemOrderParamGroupName; $_html .= "
"; %} {% endif %} {% else %} {% if ( $_currentGroup != -1 ) %} {% $_html .= '
'; $_html .= $_basketOrderParam->BasketItemOrderParamName; $_html .= "
"; %} {% endif %} {% if $_basketOrderParam->BasketItemOrderParamType != $ORDER_PARAMS_VALUE_TYPE_EMPTY || $_basketOrderParam->BasketItemOrderParamGroupName != "" %} {% if $_currentGroup == $_basketOrderParam->BasketItemOrderParamGroupName && $_currentGroup != -1 && $_currentGroup != '' %} {% $_html .= ", "; %} {% endif %} {% if ( $_basketOrderParam->BasketItemOrderParamGroupName != "" ) { $_html .= $_basketOrderParam->BasketItemOrderParamName; } else { $_html .= $_basketOrderParam->BasketItemOrderParamValue; } # additional charge if ( $_basketOrderParam->BasketItemOrderParamPrice > 0 ) { $_html .= ' (+'.FormatMonetaryValue($_basketOrderParam->BasketItemOrderParamPrice, false, false).' '.$CurrencySign.')'; } %} {% endif %} {% $_currentGroup = $_basketOrderParam->BasketItemOrderParamGroupName %} {% endfor %} {% $_html .= '
'; $_html .= $_basketItemParam->BasketItemItemParamGroupName; $_html .= "
"; %} {% endif %} {% elseif($_basketItemParam->BasketItemItemParamValue) %} {% $_html .= '
'; $_html .= $_basketItemParam->BasketItemItemParamName; $_html .= "
"; %} {% endif %} {% if $_currentGroupName == $_basketItemParam->BasketItemItemParamGroupName && $_currentGroupName != -1 && $_currentGroupName != '' %} {% $_html .= ", "; %} {% endif %} {% if($_basketItemParam->BasketItemItemParamValue) %} {% $_html .= $_basketItemParam->BasketItemItemParamValue; %} {% else %} {% $_html .= $_basketItemParam->BasketItemItemParamName; %} {% endif %} {% $_currentGroupName = $_basketItemParam->BasketItemItemParamGroupName %} {% endfor %} {% $_html .= '
$_txt_einzelpreis
{% FormatMonetaryValue($_basketItem->BasketItemPrice, false, false) %} $CurrencySign
$_txt_avail
{% if $_useHtmlAvailabilityIcon %} {% else %} $_basketItem->BasketItemAvailabilityIcon {% endif %} $_basketItem->BasketItemAvailabilityString
$_txt_FSK
{% if $_showAgeRestrictionAsText %}$_basketItem->BasketItemFSK{% else %}
$_basketItem->BasketItemFSK18Icon
{% endif %}
{% if $_basketItem->BasketItemDescriptionShort %} {% endif %}
$_txt_anzahl $_basketItem->BasketItemQuantity
$_txt_gesamtpreis {% FormatMonetaryValue($_basketItem->BasketItemPriceTotal, false, false) %} $CurrencySign

{% endfor %}
{% Container_CheckoutTotals() %}
$_txt_jetzt_kaufen

Produkte filtern