{load_language_text section="checkout_paypal"} {load_language_text section="buttons" name="button"} {load_language_text section="checkout_payment" name="payment"} {load_language_text section="checkout_confirmation" name="info"} {load_language_text section="mobile_template" name="mobile"} {load_language_text section="withdrawal" name="withdrawal"}

{$txt.heading_checkout}

{if $error!=''}
{$error}
{/if} {if $PRIVACY_CONFIRMATION || $CONDITIONS_CONFIRMATION || $WITHDRAWAL_CONFIRMATION} {/if}
{if $SHOW_WITHDRAWAL || $show_abandonment_download || $show_abandonment_service}

{$payment.title_withdrawal} ({$withdrawal.download_as_pdf})

{$payment.title_withdrawal}

{foreach from=$withdrawal_array item=withdrawal_data} {if $withdrawal_data.data.HEADING}
{$withdrawal_data.data.HEADING}
{/if} {if $withdrawal_data.data_type == 'content'}
{$withdrawal_data.data.TEXT}
{elseif $withdrawal_data.data_type == 'iframe'}
{/if} {/foreach}
{if $CHECKBOX_WITHDRAWAL}
{$CHECKBOX_WITHDRAWAL}{$payment.text_accept_withdrawal}
{/if} {if $show_abandonment_download}
{$withdrawal.text_abandonment_download}
{/if} {if $show_abandonment_service}
{$withdrawal.text_abandonment_service}
{/if}
{/if} {if $AGB}

{$payment.title_agb} ({$withdrawal.download_as_pdf})

{if $AGB_IFRAME == 1} {else}

{$txt.title_agb}

{$conditions_data.TEXT}
{/if} {if $CHECKBOX_AGB}
{$CHECKBOX_AGB}{$txt.text_accept_agb}
{/if}
{/if}

{$txt.title_comments}

{if $COMMENTS_VALUE}{$COMMENTS_VALUE}{else}{$payment.text_comments}{/if}

{$txt.title_shipping_address}

{$ADDRESS_SHIPPING_LABEL}

{$button.address_change}

{$txt.title_payment_address}

{$ADDRESS_PAYMENT_LABEL}

{$button.address_change}
{if $ADDRESS_SHIPPING_LABEL}

{$txt.title_shipping}

{$SHIPPING_BLOCK} {foreach name=payment_hidden item=hidden_field from=$payment_hidden_fields_data} {/foreach}
{/if}

{$txt.text_products}

 
{$order_details.text_total}
{$mobile.products}
{foreach name=products_data item=products_item_array from=$products_data}
{if $products_item_array.products_image!='' and file_exists($products_item_array.products_image)} {/if}
{$products_item_array.products_name} {$mobile.count}: {$products_item_array.quantity}{if $products_item_array.unit} {$products_item_array.unit}{/if}
{if $products_item_array.products_model}{$info.text_model}: {$products_item_array.products_model}
{/if} {if $products_item_array.products_weight}{$info.text_weight}: {$products_item_array.products_weight} {$info.text_weight_unit}
{/if} {if $products_item_array.shipping_time}{$info.text_shipping_time}: {$products_item_array.shipping_time}
{/if} {foreach item=attributes_item_array from=$products_item_array.attributes} {if $attributes_item_array.option != ''} {$attributes_item_array.option}: {$attributes_item_array.value}
{/if} {/foreach} {foreach item=property from=$products_item_array.properties_array} {$property.properties_name}: {$property.values_name}
{/foreach} {$mobile.single_price}: {$products_item_array.price_formated}
{$products_item_array.final_price}
{/foreach} {foreach name=total_block item=total_item_array from=$total_block}
{$total_item_array.text}
{$total_item_array.title}
{/foreach}
{if $CONFIRMATION_INFO|strip_tags:true|trim}
{$CONFIRMATION_INFO}
{/if}
{if !$error}{$button.send_order}{/if} {$button.back}