Zákazník:
{$order.invoice_name} {$order.invoice_surname}
{$order.invoice_firm}
{$order.invoice_street}
{$order.invoice_zip} {$order.invoice_city}
{$order.invoice_country}
Telefon: {$order.invoice_phone}
Email: {$order.invoice_email}
IČO: {$order.invoice_ico}
DIČ: {$order.invoice_dic}
Dodací údaje:
{$order.delivery_name} {$order.delivery_surname}
{$order.delivery_firm}
{$order.delivery_street}
{$order.delivery_zip} {$order.delivery_city}
{$order.delivery_country}
Způsob doručení:
{$order.delivery_type}
{$deliveryData = $order->getData('delivery_data')}
{$deliveryType = $order->getDeliveryType()}
{if $deliveryData && $deliveryType}
{$deliveryType->getDelivery()->printDeliveryInfo() nofilter}
{/if}
Poznámka zákazníka:
{$order.note_user}
{/if}| Ks | Produkt | Kód | {if $dbcfg.prod_subtract_from_store == "Y"}Pohyb skladu | {/if}Cena | ||
|---|---|---|---|---|---|---|
| {$item.pieces} |
{block "product-title"}
{if $item.id_product}
{$item.descr}
{else}
{$item.descr}
{/if}
{if $item.note} {if !empty($item.product) && method_exists($item.product, 'printNote')}({$item.product->printNote($item.note)}){/if}{/if} {/block} |
{$item.code}{if !$item.code}{$item.ean}{/if} | {if $dbcfg.prod_subtract_from_store == "Y"}{floatval($item.in_store) + $item.pieces} | -> | {strip} {$item.in_store} {if {$item.id_product} && ({find_module name="products_suppliers"} || {find_module name="orders_of_suppliers"})} {foreach from=$item.suppliers item=supplier key=key} / {$supplier.in_store} {/foreach} {/if} {/strip} | {/if}{$item.total_price.value_with_vat_no_rounding|format_price:"ceil=no;decimal=dynamic"} |
| Kusů celkem | {$totalPieces} |
| Cena celkem | {$order.total_price_array.value_with_vat_no_rounding|format_price:"ceil=no"} |