답변 1개
채택된 답변
+20 포인트
4년 전
/theme/basic/shop/index.php에 보시면
<script>
//히트상품
$(function(){
$('#idx_hit .smt_40').owlCarousel({
loop:true,
nav:true,
autoplay:true,
autoplayHoverPause:true,
responsive:{
1000:{items:5}
}
})
});
</script>
이 부분이 있습니다
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인