{% Meno}: | {$customer["first_name"]} {$customer["last_name"]} |
---|---|
{% Ulica, číslo domu/vchodu}: | {$customer["street"]} |
{% Mesto}: | {$customer["city"]} |
{% PSČ}: | {$customer["postal_code"]} |
{% Krajina}: | {$customer["country_name"]} |
{% Telefónne číslo}: | {$customer["phone"]} |
E-mail: | {$customer["email"]} |
{% Meno}: | {$deliveryAddress["first_name"]} {$deliveryAddress["last_name"]} |
---|---|
{% Ulica, číslo domu/vchodu}: | {$deliveryAddress["street"]} |
{% Mesto}: | {$deliveryAddress["city"]} |
{% PSČ}: | {$deliveryAddress["postal_code"]} |
{% Krajina}: | {$deliveryAddress["country_name"]} |
{% Telefónne číslo}: | {$deliveryAddress["phone"]} |
E-mail: | {$deliveryAddress["email"]} |
{$deliveryMethod["name"]} +{$deliveryMethod['price']|price}
{$paymentMethod["name"]} +{$paymentMethod['price']|price}
{% Produkt} | {% Množstvo} | {% Spolu} |
---|---|---|
{$cartProduct['name']} | {$cartProduct['amount']} ks | {$cartProduct['model']->getPrice($withVat, $cartProduct['amount'], $wholesale, true) * $cartProduct['amount']|price} |
{% Poštovné} | {$deliveryMethod['price'] |price} | |
{% Úhrada} | {$paymentMethod['price'] |price} | |
{% Spolu} | {$cart->getPrice($withVat) + $deliveryMethod['price'] + $paymentMethod['price'] |price} |