{* order is placed *}
{$smarty.const.STRING_ORDER_PLACED}
{* if $order_is_placed ne 0 *} {if $order}
{$smarty.const.Your_order_number}: {$orderer[0]}

{if $orderer.cust_phone} {/if}
{$smarty.const.ORDER_ORDERER}: {$orderer.cust_firstname} {$orderer.cust_lastname}
{$smarty.const.ORDER_PHONE}: {$orderer.cust_phone}
{$smarty.const.ORDER_EMAIL}: {$orderer.cust_email}
{$smarty.const.ORDER_ADRESS}: {$orderer.cust_city}
{$orderer.cust_address}

{section name=i loop=$order} {/section} {if $orderer.comment} {/if} {if $orderer.manager} {/if} {if $payment_list} {/if}
{$smarty.const.ADMIN_PRODUCT_NAME} {$smarty.const.TABLE_PRODUCT_QUANTITY} {$smarty.const.ADMIN_PRODUCT_PRICE} {$smarty.const.TABLE_PRODUCT_SUMM}
{$order[i][0]} {$order[i][2]} {$order[i][1]} {$order[i][4]}

{$smarty.const.TABLE_TOTAL}:
 
{$orderer.total}
 
{$smarty.const.CUSTOMER_COMMENT}
{$orderer.comment}
 
{$smarty.const.ADMIN_MANAGER_NAME_MAIL}: {$orderer.manager}

{$smarty.const.EMAIL_OUR_MANAGER_WILL_CONTACT_YOU}

{$smarty.const.STRING_PAYMENT_SELECT}
 
{$smarty.const.STRING_GO_PAYMENTS}
{else} {$smarty.const.CART_EMPTY} {/if}