상품후기페이지 드롭다운되는 부분을 기본게시판 형태로 변경하고 싶은데요 채택완료
http://theme.sir.kr/youngcart5/shop/itemuselist.php">http://theme.sir.kr/youngcart5/shop/itemuselist.php
이 테마처럼 영카트가 기본적으로 후기나 문의가 드롭다운 되는 형식이더라구요..
기본 게시판형식으로 변경을 하고싶은데..

위의 이미지처럼 변경하고 싶은데..
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('', 0);
?>
$thumbnail_width = 500;
for ($i=0; $row=sql_fetch_array($result); $i++) { $num = $total_count - ($page - 1) * $rows - $i; $star = get_star($row['is_score']);
$is_content = get_view_thumbnail(conv_content($row['is_content'], 1), $thumbnail_width);
$row2 = sql_fetch(" select it_name from {$g5['g5_shop_item_table']} where it_id = '{$row['it_id']}' "); $it_href = G5_SHOP_URL."/item.php?it_id={$row['it_id']}";
if ($i == 0) echo ' ?>
if ($i > 0) echo ''; if ($i == 0) echo ' 자료가 없습니다. ?>';

$(function(){
// 사용후기 더보기
$(".sps_con_btn button").click(function(){
var $con = $(this).parent().prev();
if($con.is(":visible")) {
$con.slideUp();
$(this).text("보기");
} else {
$(".sps_con_btn button").text("보기");
$("div[id^=sps_con]:visible").hide();
$con.slideDown(
function() {
// 이미지 리사이즈
$con.viewimageresize2();
}
);
$(this).text("닫기");
}
});
});
위의 형태로 되어있는걸 어떻게 테이블코드로 변경을 하고.. 상세페이지도 해야할까요..ㅠㅠㅠㅠ
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인