shop/maintype10.inc.php 에 품절 및 상품유형 아이콘 표시하기
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width=100% cellpadding=0 cellspacing=0 border=0>
<tr>
<?
for ($i=0; $row=sql_fetch_array($result); $i++) {
if ($i > 0 && $i % $list_mod == 0) {
echo "</tr>\n\n<tr>\n";
}
$sql2 = " select * from $g4[yc4_item_table] where it_id = '$row[it_id]' ";
$row2 = sql_fetch($sql2);
$href = "<a href='$g4[shop_path]/item.php?it_id=$row[it_id]' class=item>";
?>
<td width="<?=$td_width?>%" align=center valign=top>
<table width=98% cellpadding=1 cellspacing=0 border=0>
<tr><td height=5></td></tr>
<tr><td align=center><?=$href?><?=get_it_image($row[it_id]."_s", $img_width, $img_height)?></a></td></tr>
<!-- <tr><td align=center><?=$href?><?=stripslashes($row[it_name])?></a></td></tr> -->
<tr><td align=center><?=it_name_icon($row2)?></td></tr>
<!--시중가격<tr><td align=center><strike><?=display_amount($row[it_cust_amount])?></strike></td></tr>-->
<tr><td align=center><span class=amount><?=display_amount(get_amount($row), $row[it_tel_inq])?></span></td></tr>
</table></td>
<?
}
// 나머지 td 를 채운다.
if (($cnt = $i%$list_mod) != 0)
for ($k=$cnt; $k<$list_mod; $k++)
echo "<td> </td>\n";
?>
</tr>
</table>
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width=100% cellpadding=0 cellspacing=0 border=0>
<tr>
<?
for ($i=0; $row=sql_fetch_array($result); $i++) {
if ($i > 0 && $i % $list_mod == 0) {
echo "</tr>\n\n<tr>\n";
}
$sql2 = " select * from $g4[yc4_item_table] where it_id = '$row[it_id]' ";
$row2 = sql_fetch($sql2);
$href = "<a href='$g4[shop_path]/item.php?it_id=$row[it_id]' class=item>";
?>
<td width="<?=$td_width?>%" align=center valign=top>
<table width=98% cellpadding=1 cellspacing=0 border=0>
<tr><td height=5></td></tr>
<tr><td align=center><?=$href?><?=get_it_image($row[it_id]."_s", $img_width, $img_height)?></a></td></tr>
<!-- <tr><td align=center><?=$href?><?=stripslashes($row[it_name])?></a></td></tr> -->
<tr><td align=center><?=it_name_icon($row2)?></td></tr>
<!--시중가격<tr><td align=center><strike><?=display_amount($row[it_cust_amount])?></strike></td></tr>-->
<tr><td align=center><span class=amount><?=display_amount(get_amount($row), $row[it_tel_inq])?></span></td></tr>
</table></td>
<?
}
// 나머지 td 를 채운다.
if (($cnt = $i%$list_mod) != 0)
for ($k=$cnt; $k<$list_mod; $k++)
echo "<td> </td>\n";
?>
</tr>
</table>
댓글 1개
마포김사장
19년 전
00
게시판 목록
영카트4 팁자료실
영카트4와 관련된 팁과 자료를 공개하는 곳입니다.
영카트의 팁은 기본으로 제공하는 기능이 아니므로 고객지원의 대상이 아닙니다.
영카트의 팁은 기본으로 제공하는 기능이 아니므로 고객지원의 대상이 아닙니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 169 | 16년 전 | 751 | ||
| 168 | 16년 전 | 606 | ||
| 167 | 16년 전 | 289 | ||
| 166 |
|
16년 전 | 532 | |
| 165 | 16년 전 | 607 | ||
| 164 | 16년 전 | 855 | ||
| 163 | 16년 전 | 1403 | ||
| 162 | 16년 전 | 1544 | ||
| 161 | 16년 전 | 717 | ||
| 160 | 16년 전 | 1181 | ||
| 159 | 16년 전 | 524 | ||
| 158 | 16년 전 | 172 | ||
| 157 | 16년 전 | 330 | ||
| 156 |
honeypot
|
17년 전 | 295 | |
| 155 | 17년 전 | 222 | ||
| 154 |
|
16년 전 | 1952 | |
| 153 | 17년 전 | 1291 | ||
| 152 | 17년 전 | 238 | ||
| 151 |
|
17년 전 | 456 | |
| 150 |
|
17년 전 | 812 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기