From 6f03f01709d4a853ff9438706031f413cd2819f7 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 25 Jun 2013 14:37:10 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=B5=EC=85=98=20=EB=AA=A8=EB=91=90=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C=EC=8B=9C=20=EC=9E=A5=EB=B0=94=EA=B5=AC?= =?UTF-8?q?=EB=8B=88=EC=97=90=EC=84=9C=20=EC=82=AD=EC=A0=9C=EB=90=98?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/cartupdate.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/shop/cartupdate.php b/shop/cartupdate.php index 85f1d5297..64b23c894 100644 --- a/shop/cartupdate.php +++ b/shop/cartupdate.php @@ -145,10 +145,10 @@ else if ($act == "optionmod") // 장바구니에서 옵션변경 $option_count = count($_POST['io_id']); - if($option_count) { - if($_POST['io_type'][0] != 0) - alert('상품의 선택옵션을 선택해 주십시오.'); + if($_POST['io_type'][0] != 0) + alert('상품의 선택옵션을 선택해 주십시오.'); + if($option_count) { for($i=0; $i