{@$extra_vars = unserialize($order_info->extra_vars)}
{$lang->order_number} | {$order_info->order_srl} |
---|---|
{$lang->order_date} | {zdate($order_info->regdate)} |
{$lang->purchaser_name} | {$order_info->purchaser_name} |
{$order_info->purchaser_email} |
{$key} | {implode(' ', $val)}{$val} |
---|---|
{$lang->recipient_name} | {$order_info->recipient_name} |
{$lang->cellphone} | {$order_info->recipient_cellphone} |
{$lang->telnum} | {$order_info->recipient_telnum} |
{$lang->address} | {$order_info->recipient_postcode} {implode(' ', unserialize($order_info->recipient_address))} |
{$lang->product} | {$lang->quantity} | {$lang->item_price} | {$lang->discount} | {$lang->amount} | |
---|---|---|---|---|---|
{$key+1} |
* {$val->item_name}
{$val->option_title} ({$val->printPrice($val->option_price)}원)
|
{$val->quantity} | {$val->formatMoney($val->price * $val->quantity)} | {$val->formatMoney($val->discount_amount)} {$val->discount_info} |
{$val->formatMoney($val->discounted_price)} |
합계 | {number_format($total_quantity)} | {$val->formatMoney($order_info->sum_price)} | {$val->formatMoney($order_info->total_discount_amount)} | {$val->formatMoney($order_info->total_discounted_price)} |
{$lang->tax_products} | {$lang->vat} | {$lang->taxfree_products} |
---|---|---|
{nproductItem::formatMoney($order_info->supply_amount)} | {nproductItem::formatMoney($order_info->vat)} | {nproductItem::formatMoney($order_info->taxfree_amount)} |
{$lang->total_order_amount} | {$lang->discount_amount} | {$lang->delivery_fee} | {$lang->payamount} | |||
---|---|---|---|---|---|---|
{nproductItem::formatMoney($order_info->sum_price)} | - | {nproductItem::formatMoney($order_info->total_discount_amount)} | + | {nproductItem::formatMoney($order_info->delivery_fee)}{$delivfee_inadvance} | = | {nproductItem::formatMoney($order_info->total_price)} |