diff --git a/shop/cart.php b/shop/cart.php
index 556140bd1..89331029f 100644
--- a/shop/cart.php
+++ b/shop/cart.php
@@ -52,7 +52,10 @@ include_once('./_head.php');
판매가 |
소계 |
포인트 |
- |
+
+
+
+ |
@@ -128,7 +131,10 @@ include_once('./_head.php');
|
|
|
- |
+
+
+
+ |
포인트
';
+ echo ' | ';
else if ($s_page == 'orderinquiryview.php')
echo '상태 | ';
?>
@@ -167,7 +167,7 @@ for ($i=0; $row=mysql_fetch_array($result); $i++)
';
+ echo ' | ';
else if ($s_page == 'orderinquiryview.php')
echo ''.$row['ct_status'].' | ';
?>
diff --git a/shop/orderform.php b/shop/orderform.php
index 5acbfa595..e8523df8e 100644
--- a/shop/orderform.php
+++ b/shop/orderform.php
@@ -923,7 +923,7 @@ $(function() {
});
$(".cp_apply").live("click", function() {
- var $el = $(this).closest("li");
+ var $el = $(this).closest("tr");
var cp_id = $el.find("input[name='f_cp_id[]']").val();
var amount = $el.find("input[name='f_cp_amt[]']").val();
var subj = $el.find("input[name='f_cp_subj[]']").val();
diff --git a/shop/orderinquiry.sub.php b/shop/orderinquiry.sub.php
index 46d242668..2da599b76 100644
--- a/shop/orderinquiry.sub.php
+++ b/shop/orderinquiry.sub.php
@@ -50,7 +50,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
}
if ($i == 0)
- echo '| 주문 내역이 없습니다. |
';
+ echo '| 주문 내역이 없습니다. |
';
?>