메인에서 최신등록순 상품출력
<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 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 251 | 7년 전 | 4743 | ||
| 250 | 7년 전 | 3977 | ||
| 249 | 7년 전 | 3455 | ||
| 248 | 7년 전 | 4953 | ||
| 247 | 7년 전 | 3105 | ||
| 246 | 7년 전 | 6126 | ||
| 245 |
|
7년 전 | 3137 | |
| 244 | 7년 전 | 6854 | ||
| 243 | 7년 전 | 3329 | ||
| 242 |
|
7년 전 | 4052 | |
| 241 |
세르반데스
|
7년 전 | 5798 | |
| 240 | 7년 전 | 8038 | ||
| 239 | 7년 전 | 3872 | ||
| 238 | 7년 전 | 3819 | ||
| 237 |
|
7년 전 | 3946 | |
| 236 | 7년 전 | 5535 | ||
| 235 |
아생연후살타
|
7년 전 | 4508 | |
| 234 | 7년 전 | 5168 | ||
| 233 | 7년 전 | 3749 | ||
| 232 | 7년 전 | 3735 | ||
| 231 | 7년 전 | 3567 | ||
| 230 |
인아이디어
|
7년 전 | 7280 | |
| 229 | 7년 전 | 4383 | ||
| 228 | 7년 전 | 5126 | ||
| 227 | 7년 전 | 3396 | ||
| 226 | 7년 전 | 4263 | ||
| 225 | 7년 전 | 4983 | ||
| 224 | 7년 전 | 3518 | ||
| 223 | 7년 전 | 5088 | ||
| 222 | 7년 전 | 10613 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기