{@$extra_vars = unserialize($order_info->extra_vars)}

주문확인서

[주문자정보]

주문번호 {$order_info->order_srl}
주문일시 {zdate($order_info->regdate)}
주문자명 {$order_info->purchaser_name}
E-mail {$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}
E-mail {$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))}
요청사항 상품관련 ...
배송관련 ...

[주문상품 정보]

{@$total_quantity=0} {@$total_quantity+=$val->quantity}
* 표시 상품은 부가세 면세품목입니다.
  주문내역 수량 상품가격 할인 금액
{$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)}
{@$delivfee_inadvance = ($order_info->delivfee_inadvance == 'Y') ? '(선결제)' : '(착불)'}
총주문금액 할인액 배송비 결제금액
{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)}