diff --git a/shop/orderinquiryview.php b/shop/orderinquiryview.php index 49a68ae7d..5114ad67c 100644 --- a/shop/orderinquiryview.php +++ b/shop/orderinquiryview.php @@ -117,12 +117,16 @@ if(openwin != null) { $sell_amount = $opt_price * $opt['ct_qty']; $point = $opt['ct_point'] * $opt['ct_qty']; + + $disabled = ''; + if($opt['ct_status'] == '취소' || $opt['ct_status'] == '반품' || $opt['ct_status'] == '품절') + $disabled = ' disabled="disabled"'; ?>