'; $a2 = ''; $image = rb_it_image($row['it_id'], 80, 80); $it_name = $a1 . stripslashes($row['it_name']) . $a2; $it_options = print_item_options($row['it_id'], $s_cart_id); if($it_options) { if(isset($rb_item_res['res_is']) && $rb_item_res['res_is'] == 1) { if(isset($resv['ct_types']) && $resv['ct_types'] == 1) { $mod_options = ''; } else { $mod_options = '
'; } } else { $mod_options = '
'; } $it_name .= '
'.$it_options.'
'; } // 배송비 switch($row['ct_send_cost']) { case 1: $ct_send_cost = '착불'; break; case 2: $ct_send_cost = '무료'; break; default: $ct_send_cost = '선불'; break; } // 조건부무료 if($row['it_sc_type'] == 2) { $sendcost = get_item_sendcost($row['it_id'], $sum['price'], $sum['qty'], $s_cart_id); if($sendcost == 0) $ct_send_cost = '무료'; } if(isset($rb_item_res['res_is']) && $rb_item_res['res_is'] == 1) { if(isset($resv['ct_types']) && $resv['ct_types'] == 1) { $ct_send_cost = '-'; } } $point = $sum['point']; $sell_price = $sum['price']; ?> '; } else { // 배송비 계산 $send_cost = get_sendcost($s_cart_id, 0); } ?>
상품명 총수량 상품금액 포인트 배송비 소계
장바구니에 담긴 상품이 없습니다.
0 || $send_cost > 0) { ?>
  • 배송비
  • 포인트
  • 총계 가격