{@
$start_date=$cart_info->start_date;
$stay_length=$cart_info->stayLength[$i];
$opt_srl=$cart_info->options_srl[$i];
}
| {$cart_info->room_title[$i]} |
{@
$daysToWeek=array('일','월','화','수','목','금','토');
$swsekDay=$daysToWeek[date("w", strtotime($start_date))];
$end_date=date("Y-m-d", strtotime($start_date." + ".$stay_length." day"));
$ewsekDay=$daysToWeek[date("w", strtotime($end_date))];
$oModuleModel = getModel('module');
$pointMD_config = $oModuleModel->getModuleConfig('point');
}
{$start_date}({$swsekDay}) ~ {$end_date}({$ewsekDay}) {$stay_length}박{(int)$stay_length+1}일 |
{$cart_info->user_count[$i]}명 |
{@
$opt_title=explode(",",$cart_info->options_title[$i]);
$opt_count=explode(",",$cart_info->options_count[$i]);
$opt_amount=explode(",",$cart_info->options_amount[$i]);
}
- {$opt_title[$j]}x{$opt_count[$j]}
|
{number_format($cart_info->room_all_amount[$i])}원 |