@@ -250,17 +250,17 @@ function form_check(act) {
}
else if (act == "alldelete")
{
f.act.value = act;
- f.action = "/cartupdate.php";
+ f.action = "/cartupdate.php";
f.submit();
}
else if (act == "allupdate")
@@ -293,7 +293,7 @@ function form_check(act) {
}
}
f.act.value = act;
- f.action = "/cartupdate.php";
+ f.action = "/cartupdate.php";
f.submit();
}
diff --git a/mobile/shop/item.php b/mobile/shop/item.php
index 195bf3c6c..f8834bc79 100644
--- a/mobile/shop/item.php
+++ b/mobile/shop/item.php
@@ -141,7 +141,7 @@ function pg_anchor($anc_id) {
if (G4_HTTPS_DOMAIN)
$action_url = G4_HTTPS_DOMAIN.'/'.G4_SHOP_DIR.'/cartupdate.php';
else
- $action_url = G4_MSHOP_URL.'/cartupdate.php';
+ $action_url = G4_SHOP_URL.'/cartupdate.php';
?>
diff --git a/mobile/shop/itemqa.inc.php b/mobile/shop/itemqa.inc.php
new file mode 100644
index 000000000..95616d0be
--- /dev/null
+++ b/mobile/shop/itemqa.inc.php
@@ -0,0 +1,240 @@
+
+
+
+ 등록된 상품문의
+
+ ";
+ //if ($row[iq_answer]) $qa .= " ";
+ //$qa = "$qa";
+
+ $iq_stats = '';
+ $iq_answer = '';
+ $iq_flag = 0;
+ if ($row['iq_answer'])
+ {
+ $iq_answer = conv_content($row['iq_answer'],0);
+ $iq_stats = '답변완료';
+ } else {
+ $iq_stats = '답변전';
+ $iq_answer = '답변이 등록되지 않았습니다.';
+ $iq_flag = 1;
+ }
+
+ if ($i == 0) echo '';
+ ?>
+
+
+ .
+
+ 작성자
+
+ 작성일
+
+ 상태
+
+
+
+
+
+ 문의내용
+
+
+
+ 답변
+
+
+
+
+
+
+
+
+
+
+ 수정
+ 삭제
+
+
+
+
+
+
+
+
+
+ = 0) echo ' ';
+
+ if (!$i) echo '상품문의가 없습니다.
';
+ ?>
+
+
+
+ 상품문의 쓰기
+
+
+
+
+
+
+
diff --git a/mobile/shop/itemqaupdate.php b/mobile/shop/itemqaupdate.php
new file mode 100644
index 000000000..c4d31d50c
--- /dev/null
+++ b/mobile/shop/itemqaupdate.php
@@ -0,0 +1,112 @@
+
diff --git a/mobile/shop/itemuse.inc.php b/mobile/shop/itemuse.inc.php
new file mode 100644
index 000000000..b3bf0ce40
--- /dev/null
+++ b/mobile/shop/itemuse.inc.php
@@ -0,0 +1,217 @@
+
+
+
+
+
+ 번호
+ 제목
+ 작성자
+ 작성일
+ 평점
+
+
+]+>#iS", "g4_thumb", $is_content);
+
+ $thumb = new g4_thumb(G4_DATA_PATH.'/itemuse', 500);
+ $is_content = $thumb->run($is_content);
+
+ $is_time = substr($row['is_time'], 2, 14);
+?>
+
+
+ .
+
+ 작성자
+
+ 작성일
+
+ 상태
+
+
+
+
+
+ 문의내용
+
+
+
+ 답변
+
+
+
+
+
+
+
+
+
+
+ 수정
+ 삭제
+
+
+
+
+
+
+
+
+ 번
+
+
+
+
+
+
+
+
+
+
+
+
+
수정
+
삭제
+
+
+
+
+
+
+
+ 패스워드
+
+
+
+
+
+
+
+
+
+
+
+
+}
+
+if (!$i)
+{
+ echo '등록된 사용후기가 없습니다. ';
+}
+?>
+
+
+
+
+
사용후기 쓰기 새 창
+
+
\ No newline at end of file
diff --git a/mobile/shop/largeimage.php b/mobile/shop/largeimage.php
new file mode 100644
index 000000000..dac761183
--- /dev/null
+++ b/mobile/shop/largeimage.php
@@ -0,0 +1,66 @@
+
+
+
+
상품 이미지 새 창 보기
+
+
+
+ ';
+ if (file_exists(G4_DATA_PATH."/item/{$it_id}_l{$i}")) {
+ $id = $it_id.'_l'.$i;
+ ?>
+
+ 1) echo '';
+ ?>
+
+
+ 창닫기
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mobile/shop/listcategory.inc.php b/mobile/shop/listcategory.inc.php
new file mode 100644
index 000000000..990f59d5e
--- /dev/null
+++ b/mobile/shop/listcategory.inc.php
@@ -0,0 +1,34 @@
+
'.$row['ca_name'].' ('.$row2['cnt'].') ';
+ $exists = true;
+}
+
+if ($exists) {
+?>
+
+
+
+
\ No newline at end of file
diff --git a/mobile/shop/listcategory2.inc.php b/mobile/shop/listcategory2.inc.php
new file mode 100644
index 000000000..46937e398
--- /dev/null
+++ b/mobile/shop/listcategory2.inc.php
@@ -0,0 +1,68 @@
+';
+ if ($cnt) {
+ $str .= '
'.$row['ca_name'].' ';
+ $sql2 = " select ca_id, ca_name from {$g4['shop_category_table']}
+ where ca_id like '{$row['ca_id']}%'
+ and ca_use = '1'
+ and length(ca_id) = $len4 order by ca_id ";
+ $result2 = sql_query($sql2);
+ $k=0;
+ while ($row2=sql_fetch_array($result2)) {
+ $str .= '
'.$row2['ca_name'].' ';
+ $k++;
+ }
+ } else {
+ $str .= '
'.$row['ca_name'].' ';
+ }
+ $str .= '';
+ $exists = true;
+ }
+}
+
+
+if ($exists) {
+?>
+
+
+
+
\ No newline at end of file
diff --git a/mobile/shop/listcategory3.inc.php b/mobile/shop/listcategory3.inc.php
new file mode 100644
index 000000000..66ac2c89c
--- /dev/null
+++ b/mobile/shop/listcategory3.inc.php
@@ -0,0 +1,32 @@
+
'.$row['ca_name'].' ';
+ $exists = true;
+}
+
+if ($exists) {
+?>
+
+
+
+
\ No newline at end of file
diff --git a/shop/cartsub.inc.php b/shop/cartsub.inc.php
index 0f3d892b9..e7893c931 100644
--- a/shop/cartsub.inc.php
+++ b/shop/cartsub.inc.php
@@ -220,7 +220,7 @@ if ($tot_amount > 0) {
-
쇼핑 계속하기
+
쇼핑 계속하기
장바구니의 상품을 주문하시려면 주문하기 를 클릭하세요. 비우기 는 장바구니의 상품을 모두 비웁니다.