{set layout="one_column_layout"}

{__ text="Potwierdź zamówienie"}

{__ text="Zweryfikuj poprawność informacji zawartych w zamówieniu."}

{$form_start} {foreach key=row item=name from=$biling_values} {$name.billing_name} {/foreach} {foreach key=row item=name from=$delivery_values} {$name.delivery_name} {/foreach} {$different_delivery} {$create_account} {$password1} {$password2} {$user_data_billing_id} {$user_data_delivery_id} {$description} {$delivery_date} {$delivery_time}

{if $create_account_value==1}

{__ text="Konto użytkownika"}


{__ text="W czasie składania zamówienia zostanie utworzone konto użytkownika, dane dostępowe do konta zostaną wysłane na adres:"}

{$user_data_billing_email}

{__ text="Aby móc zalogować się do sklepu, niezbędne będzie potwierdzenie danych zawartych w mailu z zamówieniem."}

{/if}

{__ text="Dane klienta"}


{__ text="Dane bilingowe"}

{if isset($user_data_billing_company)}

{$user_data_billing_company}

{/if}

{$user_data_billing_full_name}

{$user_data_billing_address}
{if $user_data_billing_address_more!=""} {$user_data_billing_address_more}
{/if} {if $user_data_billing_region!=""} {$user_data_billing_region}
{/if} {$user_data_billing_code} {$user_data_billing_town} {$user_data_billing_country}

{$user_data_billing_phone}

{if isset($user_data_billing_vat_number)}

{__ text="NIP"} {$user_data_billing_vat_number}

{/if}

{__ text="Dane dostawy"}

{if isset($user_data_delivery_company)}

{$user_data_delivery_company}

{/if}

{$user_data_delivery_full_name}

{$user_data_delivery_address}
{if $user_data_delivery_address_more!=""} {$user_data_delivery_address_more}
{/if} {if $user_data_delivery_region!=""} {$user_data_delivery_region}
{/if} {$user_data_delivery_code} {$user_data_delivery_town} {$user_data_delivery_country}

{$user_data_delivery_phone}


{__ text="Zawartość"}


{foreach key=row item=product from=$results} {if ($product.errors)} {foreach item=error from=$product.errors} {/foreach} {/if} {/foreach}
{__ text="Kod"} {__ text="Nazwa"} {__ text="Netto"} {__ text="VAT"} {__ text="Brutto"} {__ text="Ilość"} {__ text="J.m."} {__ text="Suma"}
{$error}
{$product.code} {if isset($product_name)} {$product.product_name} {else} {if isset($product.validate)} {$product.name_show} {else} {$product.name} {/if} {/if} {$product.price} {$product.vat} % {$product.price_brutto} {$product.quantity} {$product.uom} {$product.total_amount}

{__ text="Dane dodatkowe"}


    • {__ text="Płatność"}: {$payment_name}
      {$payment_info}
    • {__ text="Dostawa"}: {$delivery_name}
    • {if $delivery_date_value != " "}
    • {__ text="Termin dostawy"}: {$delivery_date_value}
    • {/if}
    • {__ text="Koszt"}: {$order_cost}

    • {if $paid}
    • {__ text="Łączny koszt"}: {$order_total_amount}
    • {__ text="Zapłacono"}: {$paid}
    • {/if}
    • {__ text="Razem do zapłaty"}: {$final_total_amount}
    • {if $user_data_billing_invoice==1}
    • {__ text="Chcę otrzymać fakturę VAT"}
    • {/if} {if $user_data_billing_newsletter==1}
    • {__ text="Zapisz mnie na newsletter"}
    • {/if}


{if $description_value!=""}

{__ text="Uwagi do zamówienia"}


{$comment}
{/if} {if $additional_confirm_text != ""}
{$additional_confirm_text}
{/if} {$form_start} {foreach key=row item=name from=$biling_values} {$name.billing_name} {/foreach} {foreach key=row item=name from=$delivery_values} {$name.delivery_name} {/foreach} {$different_delivery} {$create_account} {$password1} {$password2} {$user_data_billing_id} {$user_data_delivery_id} {$description} {$delivery_date} {$delivery_time}