From 7b9ba04f9380f31eef1d165012dea849bf6de87f Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 2 May 2013 11:38:15 +0900 Subject: [PATCH] =?UTF-8?q?#106=20=EC=97=90=20=EB=94=B0=EB=A5=B8=20?= =?UTF-8?q?=EC=95=84=EC=9D=B4=EC=BD=98=20=EC=B6=9C=EB=A0=A5=20=ED=95=A8?= =?UTF-8?q?=EC=88=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/shop.lib.php | 28 ++++++++++++++++++++++++++++ shop/maintype10.inc.php | 3 +++ 2 files changed, 31 insertions(+) diff --git a/lib/shop.lib.php b/lib/shop.lib.php index 2d64305ab..5f9d12fff 100644 --- a/lib/shop.lib.php +++ b/lib/shop.lib.php @@ -705,6 +705,34 @@ function display_relation_item($it_id, $width, $height, $rows=3) return $str; } + +// 상품이미지에 유형 아이콘 출력 +function display_item_icon($it) +{ + $icon = ''; + + if($it['it_gallery'] || $it['it_type1'] || $it['it_type2'] || $it['it_type3'] || $it['it_type4'] || $it['it_type5']) { + if($it['it_gallery']) // sold out + $icon .= ''; + + if($it['it_type1']) + $icon .= ''; + + if($it['it_type2']) + $icon .= ''; + + if($it['it_type3']) + $icon .= ''; + + if($it['it_type4']) + $icon .= ''; + + if($it['it_type5']) + $icon .= ''; + } + + return $icon; +} //============================================================================== // 쇼핑몰 함수 모음 끝 //============================================================================== diff --git a/shop/maintype10.inc.php b/shop/maintype10.inc.php index 2f2ef97cf..d4311bf62 100644 --- a/shop/maintype10.inc.php +++ b/shop/maintype10.inc.php @@ -21,6 +21,9 @@ for ($i=0; $row=sql_fetch_array($result); $i++) { 트위터에 공유 구글플러스에 공유 + 0) echo '';