{@$extra_vars = unserialize($order_info->extra_vars)}
주문번호 | {$order_info->order_srl} |
---|---|
주문일시 | {zdate($order_info->regdate)} |
주문자명 | {$order_info->purchaser_name} |
{$order_info->purchaser_email} |
{$key} | {implode(' ', $val)}{$val} |
---|---|
이름 | {$order_info->recipient_name} |
휴대전화 | {$order_info->recipient_cellphone} |
전화번호 | {$order_info->recipient_telnum} |
주소 | {$order_info->recipient_postcode} {implode(' ', unserialize($order_info->recipient_address))} |
주문번호 | {$order_info->order_srl} | 주문일시 | {zdate($order_info->regdate)} |
---|---|---|---|
주문자명 | {$order_info->purchaser_name} | 전화번호 | {$order_info->purchaser_telnum} |
{$order_info->purchaser_email} | 휴대전화 | {$order_info->purchaser_cellphone} |
이름 | {$order_info->recipient_name} | 전화번호 | {$order_info->recipient_telnum} |
---|---|---|---|
휴대전화 | {$order_info->recipient_cellphone} | ||
주소 | {$order_info->recipient_postcode} {implode(' ', unserialize($order_info->recipient_address))} |
요청사항 | 상품관련 | ... |
---|---|---|
배송관련 | ... |
주문내역 | 수량 | 상품가격 | 할인 | 금액 | |
---|---|---|---|---|---|
{$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)} |
과세물품 | 부가세 | 면세물품 |
---|---|---|
{nstoreItem::formatMoney($order_info->supply_amount)} | {nstoreItem::formatMoney($order_info->vat)} | {nstoreItem::formatMoney($order_info->taxfree_amount)} |
총주문금액 | 할인액 | 배송비 | 결제금액 | |||
---|---|---|---|---|---|---|
{nstoreItem::formatMoney($order_info->sum_price)} | - | {nstoreItem::formatMoney($order_info->total_discount_amount)} | + | {nstoreItem::formatMoney($order_info->delivery_fee)}{$delivfee_inadvance} | = | {nstoreItem::formatMoney($order_info->total_price)} |