From 5da6b371743822b9ee19f51ad2cdfce275a438ca Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 24 Mar 2014 13:09:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95=20-=20?= =?UTF-8?q?=EC=B0=B8=EC=97=86=EB=8B=A4=EB=8B=98=20=EC=A0=9C=EB=B3=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderinquiryview.php | 2 +- mobile/skin/shop/basic/itemuse.skin.php | 2 +- shop/orderinquiryview.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile/shop/orderinquiryview.php b/mobile/shop/orderinquiryview.php index 142c77618..1cebec519 100644 --- a/mobile/shop/orderinquiryview.php +++ b/mobile/shop/orderinquiryview.php @@ -308,7 +308,7 @@ include_once(G5_MSHOP_PATH.'/_head.php'); if($od['od_settle_case'] == '신용카드') { ?> - 영수증 출력 + 영수증 출력 diff --git a/mobile/skin/shop/basic/itemuse.skin.php b/mobile/skin/shop/basic/itemuse.skin.php index bfae12dca..741548c00 100644 --- a/mobile/skin/shop/basic/itemuse.skin.php +++ b/mobile/skin/shop/basic/itemuse.skin.php @@ -95,7 +95,7 @@ $(function(){ $con.slideDown( function() { // 이미지 리사이즈 - $con.viewimageresize(); + $con.viewimageresize2(); } ); } diff --git a/shop/orderinquiryview.php b/shop/orderinquiryview.php index f4ef62e65..34d270572 100644 --- a/shop/orderinquiryview.php +++ b/shop/orderinquiryview.php @@ -76,7 +76,7 @@ if(openwin != null) { for($i=0; $row=sql_fetch_array($result); $i++) { $image = get_it_image($row['it_id'], 70, 70); - $sql = " select ct_id, it_name, ct_option, ct_qty, ct_price, ct_point, ct_status, io_type, io_price, ct_send_cost + $sql = " select ct_id, it_name, ct_option, ct_qty, ct_price, ct_point, ct_status, io_type, io_price from {$g5['g5_shop_cart_table']} where od_id = '$od_id' and it_id = '{$row['it_id']}' @@ -332,7 +332,7 @@ if(openwin != null) { if($od['od_settle_case'] == '신용카드') { ?> - 영수증 출력 + 영수증 출력