Byla přijata objednávka {$order->order_no}

{block "order-info"}

Zákazník:


Dodací údaje:


Způsob doručení:


{$order.delivery_type} {$deliveryData = $order->getData('delivery_data')} {$deliveryType = $order->getDeliveryType()} {if $deliveryData && $deliveryType}
{$deliveryType->getDelivery()->printDeliveryInfo() nofilter} {/if}

{$tmp = $order->fetchNotes()}
{if $order.note_user != "" }

Poznámka zákazníka:


{$order.note_user}

{/if}
{/block} {block "items-table"} {if $dbcfg.prod_subtract_from_store == "Y"} {/if} {$totalPieces = 0} {$tmp = $order->fetchItems()} {$order->fetchItemsSuppliers()} {foreach $order.items as $item} {if $item.note['item_type'] != 'delivery'} {$totalPieces = $totalPieces + $item.pieces} {/if} {if $dbcfg.prod_subtract_from_store == "Y"} {/if} {/foreach}
Ks Produkt KódPohyb skladuCena
{$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} {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} {$item.total_price.value_with_vat_no_rounding|format_price:"ceil=no;decimal=dynamic"}
{/block} {block "price-box"} {if $totalPieces} {/if}
Kusů celkem {$totalPieces}
Cena celkem {$order.total_price_array.value_with_vat_no_rounding|format_price:"ceil=no"}
{/block}