{extends "index.tpl"} {block "css-entry" append} {encore_entry_link_tags entry='cart'} {/block} {block content} {change_currency currency=$body.order->currency}
| {t}Datum objednání{/t} | {t}Stav objednávky{/t} |
|---|---|
| {$body.order.date_created|date_format:"%d.%m.%Y %H:%M"} |
{if $body.order.status_storno}
{t}Objednávka stornována{/t}
{else}
{if !$body.editable}
{$body.order.status_text}
{else}
Zpracování pozastaveno!
Čeká se na potvrzení změn {/if} {/if} |
{$body.order.note_user|escape:'htmlall'|nl2br nofilter}
{$body.order.noteAdmin}
| {$discount.name} | {$discount.totalPrice|format_price:"ceil=no;decimal=dynamic"} |
| {t}Celkem jste ušetřili{/t} | {$totalDiscounts|format_price:"ceil=no;decimal=dynamic"} |
{t}Cena bez DPH{/t}:
{$body.order.total_price_array.value_without_vat|format_price:"ceil=no;decimal=dynamic"}
{t}Cena celkem{/t}:
| {t}Datum{/t} | {t}Stav{/t} | {t}Poznámka{/t} |
|---|---|---|
| {$history.date|date_format:"%d.%m.%Y %H:%M:%S"} | {$view.orderInfo->getOrderStatus($history.id_status)} | {$history.comment nofilter} |