Help Center
카페24 소식
[주문/배송] 모바일쇼핑몰 옵션있는 상품 더보기 기능 개선
2013-05-22
안녕하세요, 카페24 운영도우미 입니다.
장바구니, 주문서 작성 페이지에서 같은 상품의 서로 다른 품목(옵션)이 존재하는 경우
각 품목의 '더보기' 터치 시 최상위의 품목만 접기/펼치기 되는 현상이 있었습니다.
현재는 해당 부분이 개선되어 아래와 같이 안내 드립니다.
자세한 내용은 아래를 참고해주세요.
■ 적용일자 : 2013-05-22 (수)
■ 업데이트 내용
<ul>
아래의 경우와 같이 해당 품목이 아닌 최상단 품목의 내용이 보였던 부분이 개선되었습니다.
템플릿 모드는 자동으로 적용되며, HTML 모드는 아래의 안내를 확인하시어 HTML을 수정해주시면 됩니다.
- 위치 : 쇼핑몰어드민 > 모바일쇼핑몰 > HTML편집 > 페이지리스트 > 주문서작성 > 주문상품목록
- 파란색 소스를 추가합니다.
<li>
<p class="name">
<a href="#none" onclick="location.href='/Mobilef/Prd/View.php?product_no={{$aBasketPrd.product_no}}'">{{$product_name}}</a>
</p>
<p class="option" style="display:{{$sOptDisplay}};">
{{$opt_str}} {{$option_add}}
</p>
<p class="total"><span>합계</span> {{$product_price}}{{$sAddOptPrice}}</p>
<p class="more"><img src="http://file.ecmtest208.cafe24.com/Design/migration/img/btn_categoryOpener.png" alt="더보기" onclick="basketInfo(this,'no_{{$product_no}}_{{$sItemCode}}')" /></p>
<ul id="no_{{$product_no}}_{{$sItemCode}}" style="display:none;">
<li>
<span class="title">판매가</span>
<span class="price">{{$product_price}}{{$sAddOptPrice}}</span>
</li>
<li>
<span class="title">수량</span>
<input size="2" readonly Onkeyup="{{$setNumberFormat}}"; maxlength="4" name="{{$sQuantityName}}" id="{{$sQuantityName}}" type="text" class="fText" value="{{$quantity}}" style="width:50px;" /> 개
</li>
</ul>
</li>
{{$couponSelectBoxPerPrdTr}}
</ul>
▼ 주문서 적용화면