흔한 오류는 아니지만 영카트 모바일 상품페이지 접속하셧을때 상품페이자가 안나와서 당황하시는분 계실겁니다 ㅠ
질문해도 답변안해주고 그냥지나가는 ..ㅠㅠ (나쁜사람들 ㅠㅠ)
mobile/shop/list.php
89번째 줄 ,
$sql = " select *
from {$g5['g5_shop_item_table']}
where ( ca_id like '$ca_id%' or ca_id2 like '$ca_id%' or ca_id3 like '$ca_id%' )
and it_use = '1'
and it_type1 = '1'
order by it_order, it_id desc
limit 0, $limit ";
에 it type을 설정해주는 쿼리문이 있습니다
사용하고싶으신 유형을 체크하셔셔
it type1 (히트상품)
it type2 (추천상품)
it type3(특별가)
it type4 (베스트)
lit type5 (할인) 으로 변경해주시면 됩니다
옆에 설정된 1은 출력순서입니다 ^^
it type을 제거해주시면 전체 상품이 출력되게 됩니다
질문해도 답변안해주고 그냥지나가는 ..ㅠㅠ (나쁜사람들 ㅠㅠ)
mobile/shop/list.php
89번째 줄 ,
$sql = " select *
from {$g5['g5_shop_item_table']}
where ( ca_id like '$ca_id%' or ca_id2 like '$ca_id%' or ca_id3 like '$ca_id%' )
and it_use = '1'
and it_type1 = '1'
order by it_order, it_id desc
limit 0, $limit ";
에 it type을 설정해주는 쿼리문이 있습니다
사용하고싶으신 유형을 체크하셔셔
it type1 (히트상품)
it type2 (추천상품)
it type3(특별가)
it type4 (베스트)
lit type5 (할인) 으로 변경해주시면 됩니다
옆에 설정된 1은 출력순서입니다 ^^
it type을 제거해주시면 전체 상품이 출력되게 됩니다
게시글 목록
| 번호 | 제목 |
|---|---|
| 507 | |
| 504 | |
| 502 | |
| 499 | |
| 495 | |
| 492 | |
| 485 | |
| 484 | |
| 481 | |
| 480 | |
| 478 | |
| 476 | |
| 467 | |
| 462 | |
| 459 | |
| 458 | |
| 457 | |
| 452 | |
| 444 | |
| 438 | |
| 437 | |
| 425 | |
| 423 | |
| 420 | |
| 417 | |
| 416 | |
| 415 | |
| 410 | |
| 407 | |
| 405 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기