{config_load file="lang/$language/lang_$language.conf" section="product_info"} {config_load file="lang/$language/lang_$language.conf" section="checkout_payment"} {config_load file="lang/$language/lang_$language.conf" section="checkout_confirmation"} {config_load file="lang/$language/lang_$language.conf" section="checkout_paypal"}

{#heading_checkout#}

{if $info_message!=''}
{$info_message}
{/if} {if $error!=''}
{$error}
{/if} {if $IP_LOG=='true'} {#text_ip#} {$CUSTOMERS_IP} {/if}
{#title_payment_address#}:
{$ADDRESS_PAYMENT_LABEL}
{$BUTTON_PAYMENT_ADDRESS}
{#title_shipping_address#}:
{$ADDRESS_SHIPPING_LABEL}
{$BUTTON_SHIPPING_ADDRESS}

{#title_shipping#}


{$FORM_SHIPPING_ACTION}

{#text_shipping#}

{$SHIPPING_BLOCK}

{$PAYMENT_HIDDEN} {$FORM_END} {if $PAYMENT_INFORMATION!=''}

{#text_payment_info#}

{foreach name=aussen item=payment from=$payment_info}

{$payment.TITLE} {$payment.FIELD}


{/foreach} {/if}

{#title_comments#}

{$CHECKOUT_FORM}

{$COMMENTS}

{#title_agb#} {$AGB_LINK} {$BUTTON_PRINT_AGB} {$AGB_PDF_LINK}
{$AGB}

{*if $AGB_CHECKBOX == 'true'*}
{$AGB_checkbox} {#text_accept_agb#}
{$ADR_checkbox} {#text_accept_adr#}
{*/if*}
{if $REVOCATION_ON_CHECKOUT == 'true'}
{#title_wd#} {$WD_LINK} {$BUTTON_PRINT_WD} {$WD_PDF_LINK}
{$WD} {if $REVOCATION_CHECKBOX == 'true'}

{$WD_checkbox} {#text_accept_wd#}
{/if}
{/if} {if $DATENSCHUTZ_ON_CHECKOUT == 'true'}
{#title_ds#} {$DS_LINK} {$BUTTON_PRINT_DS} {$DS_PDF_LINK}

{$DS} {if $DSG_CHECKBOX == 'true'}

{$DS_checkbox} {#text_accept_ds#}
{/if}
{/if}
{#text_products#}
 
{#text_products#}
{#text_qty#}
{#text_sprice#}
{#text_fprice#}

{foreach name=aussen item=data from=$products_data}
{$data.image}
{$data.name}
{$data.products_short_description}
{foreach key=a_data item=attrib_data from=$data.attributes} {$attrib_data.option} : {$attrib_data.value} {/foreach}
{#text_model#} : {$data.model}
{$data.qty}
{$data.price_formated}
{$data.vpe}
{$data.final_price_formated}
{/foreach}
{#text_total#} {foreach name=total_data item=total from=$total_block}
{$total.text}
{$total.title} 

{/foreach}
{if $SZI}

{$SZI}

{/if}
{if $MODULE_BUTTONS!=''} {$MODULE_BUTTONS}
{/if} {$CHECKOUT_BUTTON}

{$FORM_END}