| 객실 | {$room_info->cate_title} - {$room_info->title} |
| 예약일 | {$order_info->start_date} {$order_info->weekDay}요일 |
| 일정 | {$order_info->stayLength}박{($order_info->stayLength+1)}일 |
| 인원 | {($room_info->basic_user+$order_info->user_over_count)}명 |
{@ $i=0;}
|
옵션 {($i+1)}) {@ $idx_count="sel_options_count_".$order_info->sel_options[$i] }
{@ $idx_title="set_options_title_".$order_info->sel_options[$i] }
{@ $idx_amount="set_options_amount_".$order_info->sel_options[$i] }
{$order_post[$idx_title]} x {$order_post[$idx_count]} = {number_format($order_post[$idx_amount])}원
|
{@ $i++;}