Help Center

카페24 소식

[스마트디자인] 해외배송 모듈기능 추가 > 주문서

2012-04-19


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

해외배송 서비스는 안전하고 빠르며 저렴하게 ‘픽업’부터 ‘배송완료’까지
전자동 시스템으로 이용하실 수 있는 서비스로 주문서, 나의 주문 내역 상세 페이지에
모듈기능이 추가되었습니다.

아래에서는 주문서 적용방법을 안내해드립니다.



1. 제목 : 해외배송 모듈기능 추가 > 주문서

2. 업데이트 내용

  1) 해외배송 사용 설정
     '쇼핑몰어드민 > 상점관리 > 배송/반품설정 > 국내배송/해외배송' 페이지에서 '사용'을 선택합니다.

      [해외배송 서비스 메뉴얼 보기]

  2) HTML 수정
    표준스킨에서는 아래와 같이 수정해주시면 됩니다.

    - 수정파일 : /order/orderfom.html

 

   ① 164줄

[수정 전]


<td colspan="9">상품구매금액 <strong>{$oversea_total_product_price}<span class="{$oversea_total_option_price_display|display}"> (+{$oversea_total_option_price})</span></strong> + 배송비 <strong>{$oversea_total_delv_price}</strong> + 보험료 <strong>{$oversea_insurance_price}</strong> = 합계 <strong class="total">{$price_unit_head}{$oversea_total_price}{$price_unit_tail}</strong></td>


[수정 후]

<td colspan="9">상품구매금액 <strong>{$oversea_total_product_price}<span class="{$oversea_total_option_price_display|display}"> (+{$oversea_total_option_price})</span></strong> + 배송비 <strong><span id="{$f_list_delv_price_id}">{$oversea_total_delv_price}</span></strong> + 보험료 <strong><span id="{$f_list_insurance_price_id}">{$oversea_insurance_price}</span></strong> = 합계 <strong class="total">{$price_unit_head}<span id="{$f_list_total_price_id}">{$oversea_total_price}</span>{$price_unit_tail}</strong></td>



   ② 224줄

[수정 전]


    <li class="{$f_delv_price_display|display}"><strong>배송비</strong> <span>{$price_unit_head}{$total_f_ship_fee}{$price_unit_tail} + [보험료] {$price_unit_head}{$insurance}{$price_unit_tail}</span></li>

    <li class="total"><strong>결제예정금액</strong> <span>{$price_unit_head}{$total_order_price}{$price_unit_tail}</span></li>

</ul>


[수정 후]

 

    <li class="{$f_delv_price_display|display}"><strong>배송비</strong> <span>{$price_unit_head}<em id="{$f_delv_price_id}">{$total_f_ship_fee}</em>{$price_unit_tail} + [보험료]    {$price_unit_head}<em id="{$f_insurance_price_id}">{$insurance}</em>{$price_unit_tail}</span></li>

    <li class="total"><strong>결제예정금액</strong> <span>{$price_unit_head}<em id="{$f_total_price_id}">{$total_order_price}</em>{$price_unit_tail}</span></li>

</ul>

<p id="{$f_delv_display_id}" class="ship {$f_delv_display|display}">총 주문합계 금액은 해외배송비가 미포함된 금액입니다.</p>



   ③ 371줄 배송 메세지와 해외배송료

[수정 전]


<tr>

    <th scope="row">배송메시지</th>

    <td>

        <span class="{$fmessage_autosave_display|display}"><label>{$form.fmessage_autosave}{$fmessage_autosave_board}자동저장</label></span><br />

        {$form.fmessage}<br />

        배송메세지란에는 배송시 참고할 사항이 있으면 적어주십시오.<br />

        게시글은 비밀글로 저장되며 비밀번호(주문번호 뒷자리)로 저장됩니다.

    </td>

</tr>

<tr scope="row">

    <th>해외배송료</th>

    <td>{$form.f_ship_fee} + [보험료] : {$price_unit_head}{$form.f_total_ship_fee}{$price_unit_tail}</td>

</tr>

[수정 후]


<tr>

    <th scope="row">배송메시지</th>

    <td>

        {$form.fmessage}<br />

        <span class="{$fmessage_autosave_display|display}"><label>{$form.fmessage_autosave}{$fmessage_autosave_board}자동저장</label><br />

        배송메세지란에는 배송시 참고할 사항이 있으면 적어주십시오.<br />

        게시글은 비밀글로 저장되며 비밀번호(주문번호 뒷자리)로 저장됩니다.</span>

    </td>

</tr>

<tr scope="row">

    <th>해외배송료</th>

    <td>

        <strong>{$price_unit_head}<span id="{$f_addr_delv_price_id}">{$form.f_ship_fee}</span>{$price_unit_tail} + [보험료] : {$price_unit_head}<span id="{$f_addr_insurance_price_id}"></span>             {$price_unit_tail}</strong><br />

        배송비에는 관세 및 세금 등의 각종 비용은 포함되어 있지 않습니다.<br />

        상품수령 시 고객님이 추가로 지불하셔야 합니다.<br />

'        해외배송 보험료' 는 해외배송시 문제가 발생했을 경우,<br />

        이에 해당하는 우편요금을 배상규정에 따라 배상해 주는 서비스입니다.<br />

    </td>

</tr>



  3) CSS 수정
    - 수정파일 : /css/module/order/orderform.css

    - 72번째 줄 추가 되었습니다.


.xans-order-form #totalOrder li em { font-style:normal; }

.xans-order-form #totalOrder li.total strong { padding:4px 0 0;}

.xans-order-form #totalOrder li.total span { color:#fff799; font-size:2.0em; }

.xans-order-form #totalOrder p.ship { clear:both; text-align:right; }



   ▼ 적용화면1. 쇼핑몰 상품상세 페이지

  

   ▼ 적용화면2. 쇼핑몰 장바구니 페이지
   

   ▼ 적용화면3. 쇼핑몰 주문서작성 페이지
    

  


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

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