선택옵션에서 중복선택 체크 안되던 오류 수정

This commit is contained in:
chicpro
2013-01-31 14:33:38 +09:00
parent 875b64203d
commit 3bf7eeacb2

View File

@ -944,7 +944,7 @@ function optionDisplay()
optioncontent += "<input type=\"hidden\" name=\"opt_id[]\" value=\""+ opt_id + "\" />";
optioncontent += "<input type=\"hidden\" name=\"ct_option[]\" value=\""+ option + "\" />";
optioncontent += "<input type=\"hidden\" name=\"ct_amount[]\" value=\"" + data.amount + "\" />";
optioncontent += "<span class=\"option-stock>" + data.qty + "</span>";
optioncontent += "<span class=\"option-stock\">" + data.qty + "</span>";
optioncontent += "<span class=\"selected-option\">" + option + "</span>";
optioncontent += "<span class=\"option-price\"> (+" + number_format(String(data.amount)) + "원)</span>";
optioncontent += "<span class=\"item-count\"> <input type=\"text\" name=\"ct_qty[]\" value=\"1\" maxlength=\"4\" /></span>";