t

오타입니다.

· 2014-03-23 (일) 15:21:19 · 1183 · 1
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개

알려주신 오타는 수정하겠습니다.
댓글을 작성하시려면 로그인이 필요합니다.

버그신고

4,191건

  문의게시판을 이용해 주세요 :) https://sir.kr/co_qa  

+
분류 제목 글쓴이 날짜
14-03-31
14-03-31
14-03-31
14-03-28
14-03-28
14-03-28
14-03-27
14-03-27
14-03-27
14-03-27
14-03-26
14-03-26
14-03-26
14-03-25
14-03-25
14-03-25
14-03-24
14-03-23
14-03-23
14-03-23