{config_load file="$language/lang_$language.conf" section="checkout_confirmation"}
{#heading_confirmation#}
{if $smarty.session.language=='german'}{#text_shipping_address#}{else}Shipping address{/if}
{$DELIVERY_LABEL}
{#text_edit#}
{if $smarty.session.language=='german'}{#text_payment_address#} {else}Biling address{/if}
{$BILLING_LABEL}
{#text_edit#}
{if $SHIPPING_METHOD}
{#text_shipping_method#}
{$SHIPPING_METHOD}
{#text_edit#}
{/if}
{if $PAYMENT_METHOD!=''}
{#text_payment_method#}
{$PAYMENT_METHOD}
{#text_edit#}
{/if}
{if $ORDER_COMMENTS!=''}
{/if}
{if $PAYMENT_INFORMATION!=''}
{#text_payment_info#}
{$PAYMENT_INFORMATION|replace:'
':''}
{/if}
{#text_products#}
{foreach name=aussen item=module_data from=$PRODUCTS_ARRAY}
{$module_data.img}
| |
{$module_data.qty} X {$module_data.name} {if $module_data.PRODUCTS_SHORT_DESCRIPTION} ({$module_data.PRODUCTS_SHORT_DESCRIPTION}) {/if}
{if $module_data.properties.0}
{#text_properties#}
{foreach from=$module_data.properties item=property}
{$property.property}: {$property.value}
{/foreach}
{/if}
|
(Stk.) {$module_data.price|string_format:"%.2f"} EUR |
{/foreach}
|
{$TOTAL_BLOCK} |
|
{$CHECKOUT_FORM} {if $MODULE_BUTTONS!=''}
{$MODULE_BUTTONS}
{/if}