메인 상품종류 중 삼원온스파(온수매트) (http://ibaropia.co.kr/shop.php) 의
-모던심플(싱글)
-덴트서클(싱글)
-레드체크(싱글)
위의 세 제품이 품절이 되어
'인기'아이콘을 '품절'아이콘으로 변경해야 하는데 어떻게 처리해야 하는지 도움을 부탁드립니다.
댓글 1개
shop/maintype11.inc.php 를
$icon = "shop/img/new.gif";
$qty = get_it_stock_qty($row[it_id]);
if ($qty < 1) {
$icon = "shop/img/icon_pumjul.gif";
}
?>
<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]."_l1", $img_width, $img_height)?></a></td></tr>
<tr><td align=center><?=$href?><?=stripslashes($row[it_name])?></a><img src="<?=$icon;?>"></td></tr>
위와 같이 수정하여 처리해 드렸습니다.
$icon = "shop/img/new.gif";
$qty = get_it_stock_qty($row[it_id]);
if ($qty < 1) {
$icon = "shop/img/icon_pumjul.gif";
}
?>
<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]."_l1", $img_width, $img_height)?></a></td></tr>
<tr><td align=center><?=$href?><?=stripslashes($row[it_name])?></a><img src="<?=$icon;?>"></td></tr>
위와 같이 수정하여 처리해 드렸습니다.
게시글 목록
| 번호 | 제목 |
|---|---|
| 56008 | |
| 56006 | |
| 55990 | |
| 55994 | |
| 55996 | |
| 55987 | |
| 55981 | |
| 55976 | |
| 55973 | |
| 55968 | |
| 55967 | |
| 55966 | |
| 55963 | |
| 55959 | |
| 55956 | |
| 55951 | |
| 55949 | |
| 55948 | |
| 55946 | |
| 55944 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기