{* *}{strip} {* *} {if $emulator->accessibleOrder()} {* *}

Ваш заказ №{$order->order_id} {if $order->status == 0} принят {elseif $order->status == 1} в обработке {elseif $order->status == 2} выполнен {elseif $order->status == 3} аннулирован {else}, статус неизвестный{/if} {if !empty($order->payment_status)}, оплачен{/if}

{* *} {foreach $order->products as $item} {* *} {* *} {* *} {* *} {* *} {/foreach} {* *} {if !empty($order->discount_sum)} {/if} {* *} {if !empty($order->delivery_price)} {/if}
{name} {**} {**} {inputValue from='item->variant_name'} {**} {**} {if !empty($order->payment_status) && !empty($item->download)} скачать файл {/if} {$helper->priceForScreen($item->price)} {sign} {$amount = ($item->quantity < 0) ? $item->quantity * -1 : $item->quantity} × {$amount} {$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}
{* *}

Детали заказа

{if !empty($order->compound_name)} {/if} {if !empty($order->email)} {/if} {if !empty($order->phone)} {/if} {if !empty($order->compound_address)} {/if} {if !empty($order->comment)} {/if}
Дата заказа {date item=$order->date time=TRUE}
Имя {inputValue from='order->compound_name'}
Email {inputValue from='order->email'}
Телефон {inputValue from='order->phone'}
Адрес доставки {inputValue from='order->compound_address'}
Комментарий {$order->comment|escape|nl2br}


{* *} {if empty($order->payment_status)} {if !empty($PaymentMethods)}

Способы оплаты

{/if} {/if} {* *} {$title = 'Ваш заказ' scope=global} {$description = '' scope=global} {$keywords = '' scope=global} {$canonical = '' scope=global} {$meta = '' scope=global} {else} {include 'missing_template.htm'} {/if} {/strip}