안녕하세요, 카페24 운영도우미 입니다.
PC쇼핑몰의 기능인 주문수량 확인기준 및 구매주문 단위 확인기준 기능이
모바일쇼핑몰 장바구니에서 적용, 체크되도록 업그레이드 되었습니다.
자세한 내용은 아래를 참조해 주세요.
■ 적용일자 : 2013-05-22 (수)
■ 업데이트 내용
아래의 기능안내 및 적용방법을 확인하신 후 모바일쇼핑몰에 적용하여 사용하시기 바랍니다.
1. 주문수량 확인기준, 구매주문단위 확인기중 설정 안내
'쇼핑몰어드민 > 상품/재고' 메뉴의 상품상세등록 화면 혹은 등록된 상품의 상품수정 화면에서
주문수량 확인기준 및 구매주문 단위 확인기준을 아래 안내 표를 참고하시어 설정합니다.
해당 설정 내용대로 모바일쇼핑몰의 장바구니에서 수량 수정 및 상품주문 시
주문수량 확인기준, 구매주문 단위 확인기준 체크가 적용됩니다.
단, 모바일쇼핑몰 디자인 모드가 HTML 모드인 경우, 아래의 안내대로 소스를 수정하셔야 적용됩니다.
▼ 상품상세정보 화면

1) 주문수량 확인기준
예시> '최소주문수량 - 3개 / 최대주문수량 - 6개 / 색상옵션 - 빨강, 파랑, 검정' 인 경우
① 상품기준 : 주문수량 개수만 체크
빨강 | 파랑 | 검정 | 구매가능여부 | 설명 |
1개 | 1개 | 1개 | 구매가능 | 개수만 체크하므로 구매가능 |
3개 | 0개 | 0개 | 구매가능 | 개수만 체크하므로 구매가능 |
2개 | 0개 | 0개 | 구매불가 | 최소주문수량이 2이상 이므로 구매불가 |
2개 | 2개 | 6개 | 구매불가 | 최대주문수량이 6이하 이므로 구매불가 |
② 품목기준 : 품목(옵션)을 기준으로 주문수량 개수 체크
빨강 | 파랑 | 검정 | 구매가능여부 | 설명 |
3개 | 3개 | 3개 | 구매가능 | 품목(옵션)별 개수 체크하므로 구매가능 |
6개 | 6개 | 6개 | 구매가능 | 품목(옵션)별 개수 체크하므로 구매가능 |
6개 | 2개 | 6개 | 구매불가 | ‘파랑’품목(옵션)이 2개이므로 구매불가 |
6개 | 3개 | 8개 | 구매불가 | ‘검정’품목(옵션)이 8개이므로 구매불가 |
2) 구매주문단위 확인기준
예시> '구매주문단위 3개 / 색상옵션 빨강, 파랑, 검정' 인 경우
① 상품기준 : 구매주문단위 개수만 체크
빨강 | 파랑 | 검정 | 구매가능여부 | 설명 |
1개 | 1개 | 1개 | 구매가능 | 개수만 체크하므로 3개 구매 가능 |
3개 | 0개 | 0개 | 구매가능 | 개수만 체크하므로 3개 구매 가능 |
2개 | 0개 | 0개 | 구매불가 | 구매주문단위가 3이므로 구매불가 |
2개 | 2개 | 1개 | 구매불가 | 구매주문단위가 3이므로 구매불가 |
② 품목기준 : 품목(옵션)을 기준으로 구매단위 개수 체크
빨강 | 파랑 | 검정 | 구매가능여부 | 설명 |
3개 | 0개 | 0개 | 구매가능 | 품목(옵션)개수를 체크하므로 구매가능 |
3개 | 3개 | 0개 | 구매가능 | 품목(옵션)개수를 체크하므로 구매가능 |
3개 | 2개 | 0개 | 구매불가 | ‘파랑’품목(옵션)이 2개이므로 구매불가 |
3개 | 3개 | 1개 | 구매불가 | ‘검정’품목(옵션)이 1개이므로 구매불가 |
2. HTML 수정 방법
- 위치 : 쇼핑몰어드민 > 모바일쇼핑몰 > HTML편집 > 페이지리스트 > 장바구니> 상품목록
- 아래 소스내용에서 빨간색 코드 삭제, 파란색 코드 추가 합니다.
<tr> <td colspan="2"> <div style="position:relative"> {{$aBasketPrd.sOptLayer}} </div> </td> </tr> <tr> <th style="text-align:left;border-top:1px dotted #A1A1A3;"> {{$sPrdHidden}} <input type="hidden" name="buyCnt_{{$aBasketPrd.prd_item_code}}" id="buyCnt_{{$aBasketPrd.prd_item_code}}" value="{{$aBasketPrd.buy_cnt}}" /> <input type="hidden" name="buyMin_{{$aBasketPrd.prd_item_code}}" id="buyMin_{{$aBasketPrd.prd_item_code}}" value="{{$aBasketPrd.buy_min}}" /> <input type="hidden" name="buyMax_{{$aBasketPrd.prd_item_code}}" id="buyMax_{{$aBasketPrd.prd_item_code}}" value="{{$aBasketPrd.buy_max}}" /> <input type="hidden" name="buyCntType_{{$aBasketPrd.prd_item_code}}" id="buyCntType_{{$aBasketPrd.prd_item_code}}" value="{{$aBasketPrd.buy_cnt_type}}" /> <input type="hidden" name="buyLimitType_{{$aBasketPrd.prd_item_code}}" id="buyLimitType_{{$aBasketPrd.prd_item_code}}" value="{{$aBasketPrd.buy_limit_type}}" /> <input type="hidden" name="prdNo_{{$aBasketPrd.prd_item_code}}" id="prdNo_{{$aBasketPrd.prd_item_code}}" value="{{$aBasketPrd.product_no}}" /> <input type="hidden" name="prdName_{{$aBasketPrd.prd_item_code}}" id="prdName_{{$aBasketPrd.prd_item_code}}" value="{{$aBasketPrd.product_name}}" /> <p style="padding:5px 0 10px;margin:0"> <input type="checkbox" name="{{$sPrdCheckName}}" class="abs7" value="{{$sPrdCheckValue}}" onclick="{{$basketPrdCheckBoxClick}}" /><a href="/Mobilef/Prd/View.php?product_no={{$aBasketPrd.product_no}}"><img src="{{$aBasketPrd.image_tiny}}" onerror="this.src='http://img.cafe24.com/images/ec_front_m/common/product_22.gif';" class="iborder_02" width="85" height="85" alt="" style="border:0;margin-left:10px;"/></a> </p> </th> <td style="position:relative;border-top:1px dotted #A1A1A3;"> <div style="position:relative"> <h2 class="fs14"> <span onclick="javascript:location.href='/Mobilef/Prd/View.php?product_no={{$aBasketPrd.product_no}}';" style="font-size:12px;">{{$aBasketPrd.product_name}}</span></h2> {{if $aBasketPrd.opt_str neq ''}} <p class="emerald" style="margin:0 0 10px;color:#1C1C1C">{{$aBasketPrd.opt_str}}</p> {{/if}} {{if $aBasketPrd.add_options neq ''}} <p class="emerald" style="margin:0 0 10px;color:#1C1C1C">{{$aBasketPrd.add_options}}<p> {{/if}} <p class="button"><a class="tButton type1" href="#none" style="display:{{$aBasketPrd.option_disp}}" onclick="{{$basketPrdOpenOptionLayer}}" rel="{{$aBasketPrd.prd_item_code}}"><span>옵션변경</span>< /a></p> <p style="margin-top:10px"><strong>합계 </strong> <span class="ver" style="font-size:12px;color:#1C1C1C !important;font-family:'굴림';"> {{$aBasketPrd.product_price}}</span> {{$aBasketPrd.ship_type}} </p> <p style="position:absolute;right:3px;top:3px;cursor:pointer;"><a href="#none" onclick="{{$sSetDelete}}"><img src="http://file.ecmtest208.cafe24.com/Design/migration/img/btn_delete.png" width="21" height="20" alt="삭제" class="m" /></p> <p>{{$aBasketPrd.snsPromoteBtn}}</p> </div> </td> </tr> <tr> <td colspan="2" class="line_03" style="border:0;padding:0;margin:0"> <p style="text-align:center;background:#DFDFE0;margin:0;padding:5px 0 0 0"><img src="http://file.ecmtest208.cafe24.com/Design/migration/img/btn_categoryOpener.png" alt="더보기" width="14" height="14" style="line-height:20px;vertical-align:middle;cursor:pointer;border:none;" onclick="basketInfo(this,'no_{{$iPrdCount}}')"></p> <ul id="no_{{$iPrdCount}}" style="display: block;padding:0 15px 5px;background:#F5F5F6;font-size:11px;line-height:26px;font-family:'굴림 ';color:#1C1C1C; text-align:left;display:none;"> <li style="overflow:hidden;padding:0 0 0 8px;background:url('http://file.ecmtest208.cafe24.com/Design/migration/img/bg_rowType2Th.png') 0 7px no-repeat;background-size:3px 7px; "> <strong>판매가</strong> <span><em class="ver">{{$aBasketPrd.product_price}}{{$sAddOptPrice}}</em></span> </li> <li style="overflow:hidden;padding:0 0 0 8px;background:url('http://file.ecmtest208.cafe24.com/Design/migration/img/bg_rowType2Th.png') 0 7px no-repeat;background-size:3px 7px; "> <strong>수량</strong> <span><input size="2" Onkeyup="{{$setNumberFormat}}"; maxlength="4" name="{{$sQuantityName}}" id="{{ $sQuantityName}}" id="prdQte_{{$aBasketPrd.prd_item_code}}" class="box_02 m r" style="width:135px;text-align:left;font-weight:normal;height:16px;padding:3px;border:1px solid #9D9DB0;border-radius:2px;font-size:12px;font-family:'굴림';" value="{{$aBasketPrd.quantity}}" type="number" autocomplete="off"> <a href="#none" onclick="{{$sSetUpdate}}"style="border:1px solid #BCBCBC;color:#666;background:#F1F1F1;display:inline-block;border-radius:2px;font-size:11px;line-height:18px;"><span class="m" style="vertical-aign:middle;display:block;height:16px;padding:2px 7px;" >수정</span></a></span> </li> </ul> </td> </tr> |
▼ 주문수량 확인기준 체크 적용화면
▼ 구매주문단위 확인기준 체크 적용화면

카페24 는 쇼핑몰 운영을 보다 편리하고 쉽게 할 수 있도록 기능 업데이트를 지속적으로 진행하고 있습니다.
더 좋은 서비스가 되기 위해 노력하겠습니다. 끊임없는 애정과 관심 부탁 드립니다.
궁금하신 사항은 언제든지 고객지원센터 1:1게시판으로 문의해주세요. [문의하기]