{$pp_message} {$message}

{txt key=TEXT_SHIPPING_ADDRESS}

{if $shipping_address.allow_change == true && $shipping_address.address_class=='shipping'}

{txt key=TEXT_EDIT}

{/if} {if $shipping_address.customers_company}

{$shipping_address.customers_company}

{/if}

{$shipping_address.customers_firstname} {$shipping_address.customers_lastname}

{$shipping_address.customers_street_address}

{if $shipping_address.customers_address_addition}

{$shipping_address.customers_address_addition}

{/if} {if $shipping_address.customers_suburb}

{$shipping_address.customers_suburb}

{/if}

{$shipping_address.customers_postcode} {$shipping_address.customers_city}

{$shipping_address.customers_country}


{if $shipping_address.allow_change == true && FALSE} {txt key=TEXT_SELECT_SHIPPING_ADDRESS} {form type=form name=shipping_address action='dynamic' link_params='page_action=shipping' method=post conn=SSL} {form type=select name=adID value=$address_data params='onchange="this.form.submit();"'} {form type=hidden name=adType value=shipping} {form type=hidden name=action value=select_address} {form type=formend} {if $add_new_address eq 1 && FALSE}

{txt key=TEXT_NEW_SHIPPING_ADDRESS}

{txt key=BUTTON_ADD_ADDRESS}

{/if} {/if}
{if $shipping_data|count neq 0}

{txt key=TEXT_PAYMENT_ADDRESS}

{if false && $payment_address.allow_change == true && $payment_address.address_class=='payment'}

{txt key=TEXT_EDIT}

{/if} {if $payment_address.customers_company}

{$payment_address.customers_company}

{/if}

{$payment_address.customers_firstname} {$payment_address.customers_lastname}

{$payment_address.customers_street_address}

{if $payment_address.customers_address_addition}

{$payment_address.customers_address_addition}

{/if} {if $payment_address.customers_suburb}

{$payment_address.customers_suburb}

{/if}

{$payment_address.customers_postcode} {$payment_address.customers_city}

{$payment_address.customers_country}


{if $smarty.session.customer->customer_info.account_type == 0} {txt key=TEXT_SELECT_PAYMENT_ADDRESS} {form type=form name=payment_address action='dynamic' link_params='page_action=payment' method=post conn=SSL} {form type=select name=adID value=$address_data params='onchange="this.form.submit();"'} {form type=hidden name=adType value=payment} {form type=hidden name=action value=select_address} {form type=formend} {/if} {if false && $smarty.session.customer->customer_info.account_type == 0}

{txt key=TEXT_NEW_PAYMENT_ADDRESS}

{txt key=BUTTON_ADD_ADDRESS}

{/if}
{/if}
{if $shipping_data|count eq 0 && $smarty.session.cart->type != 'virtual'}
{txt key=PAYPAL_EXPRESS_ERROR_UNSUPPORTED_COUNTRY}

{$pp_express_button}

{else}
{hook key=checkout_tpl_info} {if $smarty.session.cart->type != 'virtual'}

{txt key=TEXT_SELECT_SHIPPING}:

{form type=form name=shipping action='checkout' method=post conn=SSL} {form type=hidden name=action value=shipping}
    {foreach name=aussen item=sdata from=$shipping_data}
  • {$sdata.shipping}
  • {/foreach}
{form type=formend}
{/if} {form type=form name=process action='checkout' method=post conn=SSL} {form type=hidden name=action value=process}
{if $smarty.const.XT_PAYPAL_REGISTER_CHECKBOX == 1 && !$smarty.session.registered_customer}

{/if} {if $smarty.const._STORE_TERMSCOND_CHECK eq 'true'} {content cont_id=3 is_id='false'}

{else} {content cont_id=3 is_id='false'}

{txt key=TEXT_TERMSANDCOND_CONFIRMATION_1} {txt key=TEXT_TERMSANDCOND_CONFIRMATION_2} {txt key=TEXT_TERMSANDCOND_CONFIRMATION_3}

{/if} {if $show_digital_checkbox eq 'true'}

{/if} {hook key=checkout_tpl_form}

{txt key=TEXT_COMMENTS} {txt key=TEXT_MAX_CHARACTERS}

{txt key=TEXT_ARTICLE}
{foreach key=key item=product from=$data} {form type=hidden name='products_key[]' value=$product.products_key}

{if !$product.products_image || $product.products_image == 'product:noimage.gif'} {else} {img img=$product.products_image type=m_thumb class="productImageBorder img-responsive" alt=$product.products_name|escape:"html"} {/if}

{$product.products_name}

{hook key=cart_xt_options pid=$product.products_id} {if $product.products_short_description} {elseif $product.products_description} {/if}
    {if $product.products_information}
  • {$product.products_information|replace:'':''|replace:'':''|replace:'':''|replace:'':''|replace:'':''|replace:'':''}
  • {/if} {if $product.products_model!=''}
  • {txt key=TEXT_PRODUCTS_MODEL} {$product.products_model}
  • {/if} {if $product.products_weight > 0}
  • {txt key=TEXT_PRODUCTS_WEIGHT} {$product.products_weight|weight_format:"kg"}
  • {/if} {if $product.shipping_status_data.name}
  • {txt key=TEXT_SHIPPING_STATUS} {$product.shipping_status_data.name}
  • {/if}
{**} {**}
{txt key=TEXT_EDIT}
{/foreach}
{hook key=checkout_tpl_form_total_lines_top} {hook key=checkout_tpl_form_total_lines} {txt key=TEXT_SUB_TOTAL}
{$sub_total}
{foreach item=total from=$sub_data}
{$total.products_name}
{$total.products_price.formated}
{/foreach}
{txt key=TEXT_TOTAL}
{$total}
{foreach item=tax_data from=$tax}
{txt key=TEXT_TAX} {$tax_data.tax_key}%
{$tax_data.tax_value.formated|replace:"*":""}
{/foreach} {if $discount}
{txt key=TEXT_DISCOUNT_MADE}
{$discount.formated}
{/if} {hook key=checkout_tpl_form_total_lines_bottom}

{if $payment_info.payment_cost_info eq '1' and $language eq 'de'}

{txt key=TEXT_ORDER_CONFIRMATION_BUTTON_LAW}

{/if} {if $post_form eq '1'}

{txt key=TEXT_INFO_PAY_NEXT_STEP}

{/if}

{/if} {* end shipping country supported *}
{hook key=checkout_tpl_confiramtion}{* deprecated *} {hook key=checkout_tpl_confirmation} {form type=formend}