{extends Layout} {block content}
{% Meno a priezvisko} | {$customer['full_name']} |
---|---|
{% Ulica, číslo domu/vchodu} | {$customer['street']} |
{% Mesto} | {$customer['city']} |
{% PSČ} | {$customer['postal_code']} |
{$customer['email']} | |
{% Telefónne číslo} | {$customer['phone']} |
{$order['note']}{/if}
{% Kód} | {% Názov} | {% Množstvo} | {% Cena/kus} | {% Cena} | |
---|---|---|---|---|---|
{$product['product_code']} |
{$product['name']} {$product|tags} |
{$product['amount']} | {$product['final_price']|price} | {$product['final_price'] * $product['amount']|price} | |
{% Balné a poštovné} | {$deliveryPrice|price} | ||||
{% Zľava} | {$discount|price} | ||||
{% Cena spolu} | {$cart->finalPrice + $deliveryPrice - $discount|price} |