#340 품절 상품 구매버튼 보이지 않도록 수정

This commit is contained in:
chicpro
2013-11-27 14:24:40 +09:00
parent 82b294b54f
commit 7df97ae592
6 changed files with 260 additions and 144 deletions

View File

@ -405,6 +405,10 @@ function same_option_check(val)
function price_calculate()
{
var it_price = parseInt($("input#it_price").val());
if(isNaN(it_price))
return;
var $el_prc = $("input.io_price");
var $el_qty = $("input[name^=ct_qty]");
var $el_type = $("input[name^=io_type]");