메인에서 최신등록순 상품출력
<section class="sct_wrap">
<header>
<h2><a href="#">최신등록</a></h2>
<p class="sct_wrap_hdesc"><?php echo $config['cf_title']; ?> 최신등록 상품</p>
</header>
<?php
//---------------- 여기부터
$skin_file = G5_SHOP_SKIN_PATH .'/main.50.skin.php'; //스킨명(기존 것을 사용하거나 새로이 만들거나)
$item_mod = 5; //한줄당 갯수
$item_rows = 3; //줄 수
$item_width= 120; //이미지 가로
$item_height = 120; //이미지 세로
$order_by = "it_update_time desc"; // 최신등록순
$list = new item_list($skin_file, $item_mod , $item_rows , $item_width, $item_height);
$list->set_order_by($order_by);
//---------- 여기까지
$list->set_view('it_img', true);
$list->set_view('it_id', true);
$list->set_view('it_name', true);
$list->set_view('it_basic', true);
$list->set_view('it_cust_price', true);
$list->set_view('it_price', true);
$list->set_view('it_icon', true);
$list->set_view('sns', true);
echo $list->run();
?>
</section>
<header>
<h2><a href="#">최신등록</a></h2>
<p class="sct_wrap_hdesc"><?php echo $config['cf_title']; ?> 최신등록 상품</p>
</header>
<?php
//---------------- 여기부터
$skin_file = G5_SHOP_SKIN_PATH .'/main.50.skin.php'; //스킨명(기존 것을 사용하거나 새로이 만들거나)
$item_mod = 5; //한줄당 갯수
$item_rows = 3; //줄 수
$item_width= 120; //이미지 가로
$item_height = 120; //이미지 세로
$order_by = "it_update_time desc"; // 최신등록순
$list = new item_list($skin_file, $item_mod , $item_rows , $item_width, $item_height);
$list->set_order_by($order_by);
//---------- 여기까지
$list->set_view('it_img', true);
$list->set_view('it_id', true);
$list->set_view('it_name', true);
$list->set_view('it_basic', true);
$list->set_view('it_cust_price', true);
$list->set_view('it_price', true);
$list->set_view('it_icon', true);
$list->set_view('sns', true);
echo $list->run();
?>
</section>
댓글 7개
11년 전
좋은 팁 감사합니다.
혹시 스킨/한줄당갯수/줄수/이미지가로/이미지세로 이런 옵션 빼고 단순히 최근등록순으로 나열하게 하려면 무얼 빼면 좋을까요?
혹시 스킨/한줄당갯수/줄수/이미지가로/이미지세로 이런 옵션 빼고 단순히 최근등록순으로 나열하게 하려면 무얼 빼면 좋을까요?
10년 전
폴더 경로를 어떻게 찾아야되는지요?
9년 전
감사합니다.
YeChanDo
8년 전
감사합니다.
areufree
8년 전
네 감사합니다.
카테고리를 지정하려면 어떻게 추가를 해야할까요?
카테고리를 지정하려면 어떻게 추가를 해야할까요?
8년 전
<--여기까지 다음줄에 카테고리 값을 넣어주면 됩니다
$list->set_category('10');
$list->set_category('10');
그리운달나라
5년 전
메인에서 최신등록순 상품출력
게시판 목록
영카트5 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 281 | 6년 전 | 3661 | ||
| 280 | 6년 전 | 3252 | ||
| 279 | 6년 전 | 2355 | ||
| 278 | 6년 전 | 4786 | ||
| 277 | 6년 전 | 2954 | ||
| 276 |
개나리43
|
6년 전 | 6074 | |
| 275 | 6년 전 | 2894 | ||
| 274 |
|
6년 전 | 2953 | |
| 273 | 6년 전 | 2803 | ||
| 272 |
v푸른하늘v
|
6년 전 | 2984 | |
| 271 | 6년 전 | 2678 | ||
| 270 | 6년 전 | 1930 | ||
| 269 | 6년 전 | 2950 | ||
| 268 | 6년 전 | 2524 | ||
| 267 | 6년 전 | 3322 | ||
| 266 | 6년 전 | 4420 | ||
| 265 | 6년 전 | 9240 | ||
| 264 | 6년 전 | 3963 | ||
| 263 | 6년 전 | 3854 | ||
| 262 | 6년 전 | 4381 | ||
| 261 | 6년 전 | 4050 | ||
| 260 | 6년 전 | 4973 | ||
| 259 | 6년 전 | 5607 | ||
| 258 | 6년 전 | 3042 | ||
| 257 |
아자소프트
|
6년 전 | 2726 | |
| 256 | 6년 전 | 4473 | ||
| 255 | 6년 전 | 4106 | ||
| 254 | 7년 전 | 3412 | ||
| 253 | 7년 전 | 5639 | ||
| 252 | 7년 전 | 3691 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기