영카트 질문입니다. 채택완료
영카트에서 가격조회하면
http://ballpenbang.0pe.kr/shop/search.php?qsort=it_price&qorder=asc&qcaid=&qname=1&qexplan=1&qid=1&qfrom=300&qto=1000&q">http://ballpenbang.0pe.kr/shop/search.php?qsort=it_price&qorder=asc&qcaid=&qname=1&qexplan=1&qid=1&qfrom=300&qto=1000&q=
이렇게 뜨는데요
http://ballpenbang.0pe.kr">http://ballpenbang.0pe.kr
이걸 분류관리에서
가격대별 1000원 미만
3000원미만
이런식으로 가격대별로 만들어서 클릭하면 바로 넘어가게
하고싶은데어떻게 해야하나요
고수님들 도와주세요
답변 1개
1000원 미만, 3000원 미만을 다른 문자 혹은 숫자로 정하고 그걸 변환하면 되겠네요
즉
1000원 미만일때 파라미터 1
3000원 미만일때 파라미터 2
넘겨서
if ( 1일때)
$where[] = " a.it_price between '1' and '1000' ";
if ( 2일때)
$where[] = " a.it_price between '1' and '3000' ";
이런식으로..
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인