{txt key=TEXT_SHIPPING_ADDRESS} {txt key=TEXT_EDIT}

{if $shipping_address.customers_company}

{$shipping_address.customers_company}

{/if} {if $shipping_address.customers_company_2}

{$shipping_address.customers_company_2}

{/if} {if $shipping_address.customers_company_3}

{$shipping_address.customers_company_3}

{/if}

{if $shipping_address.customers_title}{$shipping_address.customers_title} {/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_info.shipping_name}

{txt key=TEXT_SHIPPING_METHOD} {txt key=TEXT_EDIT}

{if $shipping_info.shipping_name}

{$shipping_info.shipping_name}

{/if} {if $shipping_info.shipping_desc}

{$shipping_info.shipping_desc}

{/if} {if $shipping_info.shipping_info}

{$shipping_info.shipping_info}

{/if}
{/if}

{txt key=TEXT_PAYMENT_ADDRESS} {txt key=TEXT_EDIT}

{if $payment_address.customers_company}

{$payment_address.customers_company}

{/if} {if $payment_address.customers_company_2}

{$payment_address.customers_company_2}

{/if} {if $payment_address.customers_company_3}

{$payment_address.customers_company_3}

{/if}

{if $payment_address.customers_title}{$payment_address.customers_title} {/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}

{txt key=TEXT_PAYMENT_METHOD} {txt key=TEXT_EDIT}

{if $payment_info.payment_name}

{$payment_info.payment_name}

{/if} {if $payment_info.payment_desc}

{$payment_info.payment_desc}

{/if} {if $payment_info.payment_info}

{$payment_info.payment_info}

{/if}

{txt key=TEXT_COMMENTS} {txt key=TEXT_EDIT}

{if $smarty.session.order_comments == ''}

{txt key=TEXT_NO_REMARK}

{else}

{$smarty.session.order_comments|nl2br}

{/if}
{hook key=tpl_checkout_confirmation_info_boxes}

{txt key=TEXT_CONFIRMATION_DESC}

{hook key=checkout_tpl_info} {form type=form name=process action='checkout' method=post conn=SSL role="form" id='checkout-form'} {form type=hidden name=action value=process} {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 $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_ARTICLE}
{foreach key=key item=product from=$data} {form type=hidden name='products_key[]' value=$product.products_key}

{$product.products_name}

{hook key=cart_xt_options pid=$product.products_id} {if $product.products_short_description}

{$product.products_short_description|strip_tags|truncate:100:'...'} [{txt key=TEXT_MORE}]

{elseif $product.products_description}

{$product.products_description|strip_tags|truncate:100:'...'} [{txt key=TEXT_MORE}]

{/if}
  •   {txt key=TEXT_EDIT}  
  • {$product.products_quantity} {if $product.products_unit_name}{$product.products_unit_name}{else}{txt key=TEXT_QTY}{/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}
  • {include file="$selected_template/includes/products_weight_wrap.html" products_weight=$product.products_weight type="tpl_include"}
  • {/if} {if $product.shipping_status_data.name}
  • {txt nkey=TEXT_SHIPPING_STATUS} {$product.shipping_status_data.name}
  • {/if} {if $product.base_price}
  • {$product.base_price.price} {txt key=TEXT_SHIPPING_BASE_PER} {$product.base_price.vpe.name}
  • {/if}
{**} {**}
{/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=sub_data_item from=$sub_data}
{$sub_data_item.products_name}
{$sub_data_item.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}

{txt key=BUTTON_BACK}

{hook key=checkout_tpl_confiramtion}{* deprecated *} {hook key=checkout_tpl_confirmation} {form type=formend} {hook key=checkout_tpl_bottom}