Zum Hauptinhalt springen Zur Suche springen Zur Hauptnavigation springen

Bestellübersicht & Kaufabschluss

{% $_txt_bestelldetails = "Bestelldetails"; $_txt_change = "Ändern"; $_txt_zeichen = "Ihr Zeichen:"; $_txt_keine_angabe = "– keine Angabe –"; $_txt_hinweise = "Ihre Hinweise & Sonderwünsche:"; $_txt_gutschein = "Gutschein"; $_txt_gutschein_verwenden = "Folgenden Gutschein verwenden:"; $_txt_gutschein_code = "Gutschein-Code:"; $_txt_kein_gutschein = "– kein Gutschein –"; $_txt_re_li = "Rechnungs- & Lieferanschrift"; $_txt_re = "Rechnungsanschrift"; $_txt_li = "Lieferanschrift"; $_txt_re_gleich = "– gleich Rechnungsanschrift –"; $_txt_li_ueberschrieben = "– Diese Lieferanschrift kann durch eine abweichende Lieferanschrift von externen Zahlungsdienstleistern überschrieben werden. –"; $_txt_zahlung_versand = "Zahlung & Versand"; $_txt_zahlungsart = "Zahlungsart"; $_txt_versandart = "Versandart"; $_txt_agb_wider = "AGB & Widerrufsrecht"; $_txt_agb = 'Ich habe die AGB gelesen und stimme diesen zu.'; $_txt_widerruf = 'Ich habe die Informationen zum Widerrufs­recht gelesen.'; $_txt_datenschutz = 'Ich habe die Daten­schutz­erklärung gelesen und stimme dieser zu.'; $_txt_18 = "Hiermit bestätige ich, dass der Empfänger das 18. Lebensjahr bereits vollendet hat und Lieferungen, die einen Artikel ohne Jugendfreigabe enthalten, vom Empfänger persönlich entgegengenommen werden."; $_txt_nl = "Ich möchte den Newsletter abonnieren. Eine Abmeldung ist jederzeit möglich."; $_txt_artikel = "Artikel"; $_txt_artikelbeschreibung = "Artikelbeschreibung"; $_txt_menge = "Menge"; $_txt_gesamtpreis = "Gesamtpreis"; $_txt_artikelnr = "Artikel­nummer"; $_txt_einzelpreis = "Einzel­preis"; $_txt_avail = "Verfügbar­keit"; $_txt_FSK = "FSK"; $_txt_anzahl = "Anzahl"; $_txt_jetzt_kaufen = "Jetzt kaufen"; %} {% # 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