오타입니다.
PC버전용 파일과 모바일용 파일을 비교하다가 몇가지 보이길래요...
1. mobile/shop/orderinquiryview.php 파일 192번째줄 '</form>' 태그 삭제
<form>이 없는데 종료 태그는 있네요.
2. mobile/shop/wishlist.php 파일 하단 '</form>' 태그 추가
종료 태그가 없습니다.
3. mobile/skin/shop/basic/item.use.skin.php 파일
$con.viewimageresize(); => $con.viewimageresize2(); 수정?
4. shop/orderinquiryview.php 파일 sql 문에서 'ct_send_cost' 제외
상단 sql문에서 'ct_send_cost' 를 불러오네요.
$sql = " select ct_id, it_name, ct_option, ct_qty, ct_price, ct_point, ct_status, io_type, io_price, ct_send_cost
from {$g5['g5_shop_cart_table']}
where od_id = '$od_id'
and it_id = '{$row['it_id']}'
order by io_type asc, ct_id asc ";
$res = sql_query($sql);
1. mobile/shop/orderinquiryview.php 파일 192번째줄 '</form>' 태그 삭제
<form>이 없는데 종료 태그는 있네요.
2. mobile/shop/wishlist.php 파일 하단 '</form>' 태그 추가
종료 태그가 없습니다.
3. mobile/skin/shop/basic/item.use.skin.php 파일
$con.viewimageresize(); => $con.viewimageresize2(); 수정?
4. shop/orderinquiryview.php 파일 sql 문에서 'ct_send_cost' 제외
상단 sql문에서 'ct_send_cost' 를 불러오네요.
$sql = " select ct_id, it_name, ct_option, ct_qty, ct_price, ct_point, ct_status, io_type, io_price, ct_send_cost
from {$g5['g5_shop_cart_table']}
where od_id = '$od_id'
and it_id = '{$row['it_id']}'
order by io_type asc, ct_id asc ";
$res = sql_query($sql);
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 1개