쇼핑몰에서 채택완료
아래 상품진열인데요,,,
item_id 101-200까지만
최근등록순으로 뿌려줄수 없을까요?
다른거는 안타나타나게요.
list_mod >= 2) { // 1줄 이미지 : 2개 이상 if ($i%$this->list_mod == 0) $sct_last = 'sct_last'; // 줄 마지막 else if ($i%$this->list_mod == 1) $sct_last = 'sct_clear'; // 줄 첫번째 else $sct_last = ''; } else { // 1줄 이미지 : 1개 $sct_last = 'sct_clear'; }
if ($i == 1) { if ($this->css) { echo "
- css}\">\n";
} else {
echo "
- img_width}px\">\n";
echo "
\n";\n";if ($this->href) { echo "href}{$row['it_id']}\">\n"; }
if ($this->view_it_img) {
if(strpos($row[it_img1],'http') !==false){ echo "
";
} else {
echo get_it_image($row['it_id'], $this->img_width, $this->img_height, '', '', stripslashes($row['it_name']))."\n"; } }
if ($this->href) { echo "\n"; }
echo "
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_it_icon) { echo "
".item_icon($row)."\n"; }echo "
\n";
}
- \n";
}
}
echo "
if ($i > 1) echo "
if($i == 1) echo "
등록된 상품이 없습니다.
\n"; ?>답변 1개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인