{__ text="Zamówienie numer"}: {$number}
{__ text="Data złożenia zamówienia"}: {$created_at}
{$user_content_head}
{if $create_account == 1}
{__ text="Dane dostępowe do konta"}:
{__ text="Login"}: {$username}
{__ text="Hasło"}: {$password}
{/if}
{if $create_account == 0}
{__ text="Użytkownik"}:
{$username}
{/if}
{__ text="Dane bilingowe"}:
{if $billing_company != ""}
{$billing_company}
{/if}
{if $vat_nr != ""}
{__ text="NIP"}: {$vat_nr}
{/if}
{if $billing_full_name != ""}
{$billing_full_name}
{/if}
{$billing_address}
{if $billing_address_more != ""}
{$billing_address_more}
{/if}
{if $billing_address_region != ""}
{$billing_address_region}
{/if}
{$billing_code_town}
{if $billing_country != ""}
{$billing_country}
{/if}
{$billing_full_phone}
{__ text="Dane dostawy"}:
{if $delivery_company != ""}
{$delivery_company}
{/if}
{if $delivery_full_name != ""}
{$delivery_full_name}
{/if}
{$delivery_address}
{if $delivery_address_more != ""}
{$delivery_address_more}
{/if}
{if $delivery_address_region != ""}
{$delivery_address_region}
{/if}
{$delivery_code_town}
{if $delivery_country != ""}
{$delivery_country}
{/if}
{$delivery_full_phone}
|
{__ text="Kod"}
|
{__ text="Nazwa"}
|
{__ text="Netto"}
|
{__ text="VAT"}
|
{__ text="Brutto"}
|
{__ text="Sztuk"}
|
{__ text="Kwota"}
|
{foreach key=row item=product from=$results}
|
{$product.code}
|
{$product.name}
|
{$product.netto}
|
{$product.vat} %
|
{$product.brutto}
|
{$product.quantity}
|
{$product.total_amount}
|
{/foreach}
{if $paid}
{__ text="Razem"}
{$total_amount}
{__ text="Zapłacono"}
{$paid}
{/if}
{__ text="Łączna kwota do zapłaty"}
{$final_total_amount}
{__ text="Płatność"}: {$payment_name}
{__ text="Dostawy"}: {$delivery_name}
{if $delivery_date != "-- :"}
{__ text="Termin dostawy"}: {$delivery_date}
{/if}
{__ text="Koszt"}: {$delivery_cost}
{if $comment != ""}
{__ text="Uwagi do zamówienia"}:
{$comment}
{/if}
{$order_submit}
{$order_submit_text}
{$user_content_foot}
{$trusted_shop_rating}