메인화면 상품 진열 채택완료
영카트5 인덱스에 위사진 그누컨덴츠처럼 상품진열 페이지 좌우쪽에 화살표 버튼을 달고 싶은데요.
이기능을 삽입할려면 어떻게 하면 되나요??? ㅠㅠ
그누컨덴츠가 디자인은 훨씬 좋아보여서요.
아래는 영카트 main.30.skin.php 소스입니다.
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 add_stylesheet('', 0);
/* 상품리스트가 일정 시간마다 좌로 롤링되는 스킨 롤링되기 위해서는 상품이 2줄 이상이어야 함 */ ?>
css) { echo "
- \n";
}
if ($i>1 && $i%$this->list_mod == 1) { echo "
- ";
}
- img_width}px\">\n";
if ($this->href) { echo "
\n"; }if ($this->view_it_icon) { echo "
".item_icon($row)."\n"; }if ($this->view_it_id) { echo "
<".stripslashes($row['it_id']).">\n"; }if ($this->href) { echo "
\n"; }if ($this->view_it_basic && $row['it_basic']) { echo "
".stripslashes($row['it_basic'])."\n"; }if ($this->view_it_cust_price || $this->view_it_price) {
echo "
\n";\n";if ($this->view_it_cust_price && $row['it_cust_price']) { echo "
".display_price($row['it_cust_price'])."\n"; }if ($this->view_it_price) { echo display_price(get_price($row), $row['it_tel_inq'])."\n"; }
echo "
}
if ($this->view_sns) { $sns_top = $this->img_height + 10; $sns_url = G5_SHOP_URL.'/item.php?it_id='.$row['it_id']; $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); echo "
"; echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb_s.png'); echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt_s.png'); echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo_s.png'); echo "\n"; }echo "
\n";
}
echo "
if ($i > 1) { echo "
if($i == 1) echo "
등록된 상품이 없습니다.
\n"; ?>
답변을 작성하려면 로그인이 필요합니다.
로그인