Help Center

카페24 소식

[스마트디자인] 적립금 사용에 대한 표기와 최종 실결제 금액 문구 추가

2012-12-18


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

마이쇼핑 > 주문 상세 내역 화면에서
적립금 사용 내역 및 실결제 금액 문구가 추가 되었습니다.


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



[HTML 수정하기]

 

 - 수정파일:  /myshop/order/detail.html


1. 적립금 사용내역 추가

  1)
수정 전
    <tfoot>
    <tr>
        <td colspan="9"><strong class="type">[ 기본 배송 ]</strong> 상품구매금액 <strong>{$basic.product_price}</strong> + 배송비 <strong>{$basic.ship_fee}</strong> + 특수지역배송비 <strong>{$basic.special_ship_fee}</strong> = <strong class="total">합계 : {$basic.total_price}</strong></td>
    </tr>
    </tfoot>

  2) 수정 후

    <tfoot>
    <tr>
        <td colspan="9"><strong class="type">[ 기본 배송 ]</strong> 상품구매금액 <strong>{$basic.product_price}</strong> + 배송비 <strong>{$basic.ship_fee}</strong> + 특수지역배송비 <strong>{$basic.special_ship_fee}</strong>{$basic.mileage_use} = <strong class="total">합계 : {$basic.total_price}</strong></td>
    </tr>
    </tfoot>


2. 실결제액 문구추가 및 최종 실결제금액 추가


  1) 수정 전

    <table border="1" summary="" class="boardProduct">
        <tfoot>
            <tr>
                <td colspan="9" class="totalPrice">상품구매금액 <strong>{$total.product_price}</strong> + 배송비 <strong>{$total.ship_fee}<span class="{$total_insurance_display|display}">(보험료:{$total.total_insurance_price})</span></strong> = <strong class="total">총 주문합계 : {$total.total_price}</strong></td>
            </tr>
        <tfoot>
    </table>

  2) 수정 후

    <table border="1" summary="" class="boardProduct">
        <tfoot>
            <tr>
                <td colspan="9" class="totalPrice">상품구매금액 <strong>{$total.product_price}</strong> + 배송비 <strong>{$total.ship_fee}<span class="{$total_insurance_display|display}">(보험료:{$total.total_insurance_price})</span></strong> = {$total.msg}<strong class="total">총 주문합계 : {$total.real_total_price}</strong></td>
            </tr>
        <tfoot>
    </table>

 

 

▼ 화면1. 주문 상품 정보 적용 예시화면




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

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