{@ $cl_result_view_css=$sCssPath."result_view.css"} {@ Context::loadFile(array($cl_result_view_css))} {@ $oModuleModel = getModel('module'); $pointMD_config = $oModuleModel->getModuleConfig('point'); switch($info->status) : case 0: $status_str = "입금 대기"; break; case 1: $status_str = "예약 완료"; break; case 2: $status_str = "취소 대기"; break; default: $status_str = "취소 완료"; endswitch; }
| 예약 번호 | {$info->keynum} * 예약번호는 메모해두세요. | |
|---|---|---|
| 예약 상태 | {$status_str} | |
| 입금 계좌 | {$pay_set->account_info} ({number_format($info->total_amount)}원) | |
| 예약자 이름 | {$info->order_name} | |
| 연락처 | {$info->order_tel} | |
| 이메일 | {$info->order_mail} | |
| 메모 | {nl2br($info->memo)} | |
| {$yeyak_config->room_name} | {$info->cate_title} {$info->room_title} |
|---|---|
| 예약일 | {zdate($info->start_date, $format = 'Y-m-d')} |
| 일정 | {$info->stay_length}박 {$info->stay_length+1}일 {@ $days=stripslashes($info->days); $days= unserialize($days); } {$days[$i]['day']} - {$days[$i]['upDescA'][$j]} {number_format($days[$i]['totalAmount'])}원 |
| 인원 | 기본 : {$info->user_count}명 / 추가 : {$info->user_over_count }명 추가 비용 : {number_format($info->user_over_amount)}원 |
| 옵션 |
{@ continue; }
{$options_title[$i]} x {$options_count[$i]} ( {number_format($options_amount[$i])}원 ) 합계:{number_format($info->options_all_amount)}원 |
| {$pointMD_config->point_name} 사용 | -{number_format($info->use_point)} {$pointMD_config->point_name}(-{number_format($info->use_point_amount)}원) |
| 결제 금액 | {number_format($info->total_amount)}원 |
| 적립 예정 {$pointMD_config->point_name} |
{$add_point[$i]['title']} : {number_format($add_point[$i]['point'])} {$pointMD_config->point_name} |