답변 1개
채택된 답변
+20 포인트
11년 전
lib/shop.lib.php
에서
class item_list
{
~~
}
이부분을 복사해서
class item_list_new
{
~~
// 노출순서
protected $order_by = "it_datetime, it_order, it_id desc";
~~
}
으로 수정하시고
출력함수에서
<!-- 최신상품 시작 { -->
<section class="sct_wrap">
<header>
<h2><a href="<?php echo G5_SHOP_URL; ?>/listtype.php?type=3">최신상품</a></h2>
<p class="sct_wrap_hdesc"><?php echo $config['cf_title']; ?> 최신상품 모음</p>
</header>
<?php
$list = new item_list_new();
로 수정해 보세요..
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인