@@ -576,28 +561,6 @@ $(function(){
- '$it_id'
- order by ca_id, it_name ";
- $result = sql_query($sql);
- for ($i=0; $row=sql_fetch_array($result); $i++)
- {
- $sql2 = " select ca_name from $g4[shop_category_table] where ca_id = '$row[ca_id]' ";
- $row2 = sql_fetch($sql2);
-
- // 김선용 2006.10
- if(file_exists("{$g4['path']}/data/item/{$row['it_id']}_s"))
- $it_image = "{$row['it_id']}_s";
- else
- $it_image = "";
-
- echo "$row2[ca_name] : ".cut_str(get_text(strip_tags($row[it_name])),30);
- }
- */
- ?>
현재 활성화 된 상품
@@ -713,7 +676,7 @@ $(function(){
- :
+ :
'$it_id'
@@ -26,7 +26,7 @@ for($i=0;$row=sql_fetch_array($result);$i++) {
else
$it_image = "";
- $options .= "$ca_name : $it_name \n";
+ $options .= "$ca_name : $it_name \n";
}
echo $options;
diff --git a/adm/shop_admin/itemformupdate.php b/adm/shop_admin/itemformupdate.php
index e183123a5..f3d031498 100644
--- a/adm/shop_admin/itemformupdate.php
+++ b/adm/shop_admin/itemformupdate.php
@@ -401,10 +401,8 @@ $sql_common = " ca_id = '$ca_id',
it_explan = '$it_explan',
it_explan_html = '$it_explan_html',
it_mobile_explan = '$it_mobile_explan',
- it_cust_amount = '$it_cust_amount',
- it_amount = '$it_amount',
- it_amount2 = '$it_amount2',
- it_amount3 = '$it_amount3',
+ it_cust_price = '$it_cust_price',
+ it_price = '$it_price',
it_point = '$it_point',
it_sell_email = '$it_sell_email',
it_use = '$it_use',
diff --git a/adm/shop_admin/iteminfo.php b/adm/shop_admin/iteminfo.php
index 6d8c0a663..4ae8015e2 100644
--- a/adm/shop_admin/iteminfo.php
+++ b/adm/shop_admin/iteminfo.php
@@ -6,9 +6,10 @@ $it_id = trim($_POST['it_id']);
$gubun = $_POST['gubun'] ? $_POST['gubun'] : 'wear';
if($it['it_id'])
$it_id = $it['it_id'];
-
-$sql = " select it_id, it_info_gubun, it_info_value from {$g4['shop_item_table']} where it_id = '$it_id' ";
-$it = sql_fetch($sql);
+else {
+ $sql = " select it_id, it_info_gubun, it_info_value from {$g4['shop_item_table']} where it_id = '$it_id' ";
+ $it = sql_fetch($sql);
+}
if(!$_POST['gubun'] && $it['it_info_gubun'])
$gubun = $it['it_info_gubun'];
diff --git a/adm/shop_admin/itemlist.php b/adm/shop_admin/itemlist.php
index c710434a7..fc1ae0e30 100644
--- a/adm/shop_admin/itemlist.php
+++ b/adm/shop_admin/itemlist.php
@@ -147,16 +147,14 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
상품코드 순 정렬
분류 및 상품명 순 정렬
- 비회원가격 순 정렬
- 회원가격 순 정렬
- 특별가격 순 정렬
+ 판매가격 순 정렬
+ 시중가격 순 정렬
순서 순 정렬
판매 순 정렬
조회 순 정렬
관리
- 시중가격 순 정렬
포인트 순 정렬
재고 순 정렬
@@ -183,9 +181,8 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
" required class="frm_input frm_sit_title required" size="30">
-
-
-
+
+
value="1">
@@ -197,7 +194,6 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌