영카트 모바일 상품페이지 상품안나올때 ! 정보
영카트 모바일 상품페이지 상품안나올때 !본문
흔한 오류는 아니지만 영카트 모바일 상품페이지 접속하셧을때 상품페이자가 안나와서 당황하시는분 계실겁니다 ㅠ
질문해도 답변안해주고 그냥지나가는 ..ㅠㅠ (나쁜사람들 ㅠㅠ)
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을 제거해주시면 전체 상품이 출력되게 됩니다
추천
0
0
댓글 1개
오 감사용!