{* *}{strip} {* *} {include 'common/breadcrumbs.htm' path=['account'=>'Кабинет', 'Заказ']} {* *}
Детали заказа | |
---|---|
Дата | {echoVar from='order->date_date'} в {echoVar from='order->date_time'} |
Имя | {inputValue from='order->compound_name'} |
{inputValue from='order->email'} | |
Телефон | {inputValue from='order->phone'} |
Адрес доставки | {inputValue from='order->compound_address'} |
Комментарий | {$order->comment|escape|nl2br} |
Ваш заказ | ||
---|---|---|
{name} {inputValue from='item->variant_name'} | {$amount = ($item->quantity < 0) ? $item->quantity * -1 : $item->quantity} | {$helper->priceForScreen($item->price * $amount)} {sign} |
Скидка | {$helper->priceForScreen($order->discount_sum)} {sign} | |
{inputValue from='order->delivery_method'} | {$helper->priceForScreen($order->delivery_price)} {sign} | |
итого: |
{$helper->priceForScreen($order->total_amount)} {sign} |
{plainText from='item->description'}
{/if} {if !empty($item->payment_button)}