Help Center

카페24 소식

[모바일쇼핑몰] 모바일쇼핑몰 전용 할인가 적용기능 추가

2013-04-30


안녕하세요, 카페24 운영도우미 입니다.

PC쇼핑몰의 상품가격을 모바일쇼핑몰에서 가격 할인을 할 수 있도록 기능이 업그레이드 되었습니다.
업그레이드 된 기능을 적용하는 방법을 안내해드립니다.

자세한 내용은 아래를 참조해 주세요.



■ 적용일자 : 2013-04-29 (월)

■ 업데이트 내용

모바일쇼핑몰에서만 적용이 가능한 '모바일 할인' 설정 기능이 추가되었습니다.
아래의 안내에 따라 최근 본 상품 html 및 javascript 파일을 수정하시면 모바일쇼핑몰 할인 가격이
적용되어 상품가격에 반영되어 표시됩니다.

1) 상품등록/수정 페이지에 모바일 할인 설정
'쇼핑몰어드민 > 상품관리 > 분류별 상품관리 > 상품수정 팝업 > 가격할인 설정' 화면으로 이동하신 후
할인기준 설정을 '상품별 할인 적용함'으로 선택 및 하단의 모바일 할인을 설정합니다.

▼ 모바일 할인 설정화면



2) HTML 수정

① 상품(product) > 상품상세(detail.html)

[수정 전]

<h3>{$name}</h3>
<p class="prdImg" module="product_image"><img src="{$big_img}" width="265" height="265"></p>
<p class="price"><strong class="sale">판매가 <span id="span_product_price_text" class="{$product_price_class}">{$product_price}</span>{$txt_product_price}</strong></p>
<div class="mileage">
<h4>적립금</h4>
<ul>


[수정 후]

<h3>{$name}</h3>
<p class="prdImg" module="product_image"><img src="{$big_img}" width="265" height="265"></p>
<p class="price"><strong class="sale">판매가 <span id="span_product_price_text" class="{$product_price_class}">{$product_price}</span>{$txt_product_price}</strong></p>
<!-- 이부분 추가 -->
<p class="price" id="span_product_price_mobile_p_line"><strong class="sale">모바일판매가 <span id="span_product_price_mobile_text" class="{$product_price_class}">{$product_price_mobile}</span>{$txt_product_price_mobile}</strong></p>
<!-- //이부분 추가 -->
<div class="mileage">
<h4>적립금</h4>
<ul>



② 주문(order) > 주문서작성(orderform.html)

[수정 전]

<th scope="row"><span>추가할인금액</span></th>
    <td>{$price_unit_head}{$total_add_sale_price}{$price_unit_tail}</td>
</tr>
<tr class="{$member_sale_display|display}">
    <th scope="row"><span>회원할인금액</span></th>
    <td>{$price_unit_head}{$total_member_sale_price}{$price_unit_tail}</td>
</tr>


[수정 후]

<th scope="row"><span>추가할인금액</span></th>
    <td>{$price_unit_head}{$total_add_sale_price}{$price_unit_tail}</td>
</tr>
<!-- 이부분 추가 -->
<tr id='add_sale_mobile_display' class="{$add_sale_mobile_display|display}">
    <th scope="row"><span>모바일 할인금액</span></th>
    <td>{$price_unit_head}{$total_add_sale_mobile_price}{$price_unit_tail}</td>
</tr>
<!-- //이부분 추가 -->
<tr class="{$member_sale_display|display}">
    <th scope="row"><span>회원할인금액</span></th>
    <td>{$price_unit_head}{$total_member_sale_price}{$price_unit_tail}</td>
</tr>



▼ 모바일쇼핑몰 적용화면


- 어드민에서 설정한 모바일 할인금액을 상품가격에서 할인하여 모바일판매가로 상품상세화면에 표시됩니다.




카페24 는 쇼핑몰 운영을 보다 편리하고 쉽게 할 수 있도록 기능 업데이트를 지속적으로 진행하고 있습니다.
더 좋은 서비스가 되기 위해 노력하겠습니다. 끊임없는 애정과 관심 부탁 드립니다.

궁금하신 사항은 언제든지 고객지원센터 1:1게시판으로 문의해주세요. [문의하기]