답변 2개
채택된 답변
+20 포인트
위토즈소프트
2019-03-12 (화) 15:54:32
/js/shop.js 파일에서 add_sel_option 함수 부분
opt += "<div><input type=\"text\" name=\"ct_qty["+item_code+"][]\" value=\"1\" class=\"frm_input\" size=\"5\">";
를
opt += "<div><input type=\"text\" name=\"ct_qty["+item_code+"][]\" value=\"20\" class=\"frm_input\" size=\"5\">";
로 변경해보세요.
eyekiss
2019-03-11 (월) 19:08:00
/lib/shop.lib.php 파일에서
get_item_supply 함수를 수정해야 합니다.
직접 수정이 어려우시면 제작의뢰를 하셔야할듯 하네요..
답변을 작성하려면 로그인이 필요합니다.