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