Help Center

카페24 소식

[주문/배송] 마이페이지 실결제금액 표기가능하도록 기능개선

2014-01-15


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

PC쇼핑몰 및 모바일쇼핑몰의 마이쇼핑 메뉴의 주문내역조회 및 주문상세내역 페이지에서
실결제금액을 표기할 수 있도록 기능이 개선되었습니다.

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



■ 적용일자 : 2014-01-15 (수)

■ 업데이트 내용


- 여러 개의 품목을 주문할 경우, 마이쇼핑 메뉴의 주문내역조회 및 주문상세내역 페이지에서
실결제금액을 확인 할 수 있습니다.
- PC쇼핑몰 및 모바일쇼핑몰에서 동일하게 확인 가능합니다.


1. PC쇼핑몰에 적용

1)  어드민 > 디자인 > HTML디자인설정 > 마이쇼핑화면 > 주문내역조회 > 주문내역(c_3) > 편집 > HTML편집
- 아래와 같이 파란색 HTML소스를 추가합니다.

 <tr bgcolor="{{$tab_array.c_3.bgcolor}}">
                <td bgcolor="{{$tab_array.c_3.td_fgcolor}}">
                  <table cellpadding="0" cellspacing="1" width="100%" border="0">
                    <tr align="center" height="30" bgcolor="{{$tab_array.c_3.th_bgcolor}}">
                      <td class="txt_pro" height="28">주문일자</td>
                      <td class="txt_pro">주문번호</td>
                      <td class="txt_pro">주문상품</td>
                      <td class="txt_pro">주문금액</td>
                      <td class="txt_pro">총 주문금액<br>(총 실결제금액)</td>
                      <td class="txt_pro">주문처리상태</td>
                    </tr>
      {{$c_3_u1}}
           </table>
                </td>
              </tr> <tr>
  <td height="{{$lbanner_top}}"></td>
  <td width="{{$lbanner_left}}" rowspan="2"></td>
 </tr>


2) 어드민 > 디자인 > HTML디자인설정 > 마이쇼핑화면 >주문내역조회 > 주문내역(c_3) > 편집 >
    HTML편집 > 주문내역(반복되는 행) {u1} > 편집
- 아래와 같이 파란색 HTML소스를 추가합니다.

 <td width=350 align='left'>  {{$orders.product_name}}(총 {{$orders.product_count}}개 품목)</td>
      <td align=right width=120>{{$f_price_unit.unit[1]}}{{$orders.order_total_price}}{{$f_price_unit.unit[2]}}  </td>
      <td align=right width=120>{{$f_price_unit.unit[1]}}{{$orders.total_price}}{{$f_price_unit.unit[2]}}  <br>({{$f_price_unit.unit[1]}}{{$orders.settle_price}}{{$f_price_unit.unit[2]}})  </td>


3) 어드민 > 디자인 > HTML디자인설정 > 마이쇼핑화면 > 주문상세내역 > 주문내역 상세보기(c_3) >
   주문내역 상세보기 > 편집 > HTML편집
- 아래와 같이 파란색 HTML소스를 추가합니다.

 <td height="50" align="right">
        상품구매금액: {{$f_price_unit.unit[1]}}{{$order_product_total_price}}{{$f_price_unit.unit[2]}}{{$total_option_price}}
        +
        배송비 : {{$f_price_unit.unit[1]}}{{$ship_fee}}{{$f_price_unit.unit[2]}}
        <br>
        <span class="font14_title"> 총 주문합계:</span>
        <span class="font12_price"> {{$f_price_unit.unit[1]}}{{$order_total_price}}{{$f_price_unit.unit[2]}} </span><br>
        (총 실결제금액 : {{$f_price_unit.unit[1]}}{{$total_price}}{{$f_price_unit.unit[2]}})</span>
</td>


▼ PC쇼핑몰 > 마이쇼핑 > 주문내역조회 화면



▼ PC쇼핑몰 > 마이쇼핑 > 주문내역조회 > 주문상세내역 화면



2. 모바일 쇼핑몰에 적용

1) 어드민 > 모바일쇼핑몰 >디자인스킨관리 > HTML편집 > 페이지리스트 > 마이쇼핑관련화면 >
    주문내역조회 > 주문목록{{$sOrdersList}} > 편집
- 아래와 같이 빨간색 HTML소스를 수정하고, 파란색 HTML소스를 추가합니다.

 <div class="order">
            <h3>
                <span class="date" title="주문날짜">{{$o_ord_date}}</span>
                <span class="number" title="주문번호"><a href="/Mobilef/Mypage/Order/Detail.php?order_id={{$o_ord_no}}">{{$o_ord_no}}</a></span>
            </h3>
            <ul>
                <li class="product">주문상품: <a href="/Mobilef/Mypage/Order/Detail.php?order_id={{$o_ord_no}}">{{$op_prd_name}} (총 {{$op_prd_cnt}}개 품목)</a></li>
                <li>주문금액: <strong class="txtEm">{{$o_real_total_price}}</strong></li>
                <li>실결제금액: <strong class="txtEm">{{$o_total_price}}</strong></li>
                <li>주문처리상태: {{$o_ord_status}}</li>
            </ul>
        </div>


2) 어드민 > 모바일쇼핑몰 >디자인스킨관리 > HTML편집 > 페이지리스트 > 마이쇼핑관련화면 >
   주문상세내역 > 상품목록(반복) {sOrdPrdInfo} > 편집
- 아래와 같이 파란색 HTML소스를 추가합니다.

 <div class="gTotalPrice">
                <p>상품구매금액 {{$order_product_total_price}} + 배송비{{$ship_fee}} = <strong class="txtEm">총 주문합계 : {{$order_total_price}}</strong></p>(총 실결제금액 {{$total_price}})
</div>

3) 어드민 > 모바일쇼핑몰 >디자인스킨관리 > HTML편집 > 페이지리스트 > 마이쇼핑관련화면 >
   주문상세정보 전체보기 >  > 편집
- 아래와 같이 파란색 HTML소스를 추가합니다.

 <div class="gTotalPrice">
                <p>상품구매금액 {{$order_product_total_price}} + 배송비{{$ship_fee}} = <strong class="txtEm">총 주문합계 : {{$order_total_price}}</strong></p>(총 실결제금액 {{$total_price}})
</div>


▼ 모바일쇼핑몰 > 마이쇼핑 > 주문내역조회 화면


▼ 모바일쇼핑몰 > 마이쇼핑 > 주문내역조회 > 주문상세내역 화면


▼ 모바일쇼핑몰 > 마이쇼핑 > 주문내역조회 > 주문상세내역 > 전체보기 화면

 


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

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