#340 품절 상품 구매버튼 보이지 않도록 수정
This commit is contained in:
@ -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]");
|
||||
|
||||
Reference in New Issue
Block a user