{set layout="one_column_layout"}
{__ text="Zweryfikuj poprawność informacji zawartych w zamówieniu."}
{__ 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."}
{$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}{$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="Kod"} | {__ text="Nazwa"} | {__ text="Netto"} | {__ text="VAT"} | {__ text="Brutto"} | {__ text="Ilość"} | {__ text="J.m."} | {__ text="Suma"} |
|---|---|---|---|---|---|---|---|
| {$error} | {/foreach}|||||||
| {$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} |