Cafe24新着情報

[PCデザイン] 割引コードのデザイン適用ガイド[韓国語ショップ] - HTML/CSS
2020-02-12
平素よりCafe24をご利用いただき、誠にありがとうございます。
割引コード機能を使用するためのデザイン適用方法についてご案内します。
以下の内容をご確認の上、デザインを修正してください。
■ PCデザイン > スマートデザイン
1. 位置 : 注文(order) > 注文書作成(orderform.html)
▼ 以下のように青色のソースを追加します。
## 上略 ## <tr class="sum txt14"> ## 下略 ## |
2. 位置 : 注文(order) > 注文情報確認(order_confirm_layer.html)
▼ 以下のように青色のソースを追加します。
## 上略 ## <tr id="{$confirm_total_coupon_price_area}"> ## 下略 ##
<th scope="row">쿠폰할인</th>
<td><span class="grid" id="{$confirm_total_coupon_price_id}"></span></td>
</tr>
<tr id="{$confirm_total_discountcode_price_area}">
<th scope="row">할인코드 적용</th>
<td>
<span id="{$confirm_total_discountcode_price_id}"></span>
<ul id="{$confirm_total_discountcode_price_info}" class="info">
</ul>
</td>
</tr>
<tr id="{$confirm_total_benefit_price_area}">
<th scope="row">추가할인금액</th>
<td>
<span class="gSpace20">{$price_unit_head}<span id="{$confirm_total_benefit_price_id}"></span>{$price_unit_tail}</span><a href="#none" onclick="{$total_benefit_layer_on}" class="btnNormal">내역보기</a>
</td>
</tr>
3. 位置 : 注文(order) > 注文完了(order_result.html)
▼ 以下のように青色のソースを追加します。
## 上略 ## {$price_unit_head}{$total_shipfeesale_price}{$price_unit_tail}</span></li> ## 下略 ##
<li class="{$discountcode_display|display}"><strong class="term">할인코드 적용</strong><span class="desc">{$price_unit_head}{$discountcode_price_view}{$price_unit_tail}</span></li>
</ul>
4. 位置 : マイページ(myshop) > 注文履歴(order) > 註文詳細内容(detail.html)
▼ 以下のように青色のソースを追加します。
## 上略 ## <tr class="{$total.total_coupon_price_display|display}">
## 下略 ## |
■ Mobileデザイン > スマートデザイン
1. 位置 : 注文書作成、注文情報確認、注文完了
- モバイルショップの場合シンプル注文書がすでに適用されているため、別途の修正を行わずに該当機能を使用することができます。
2. 位置 : マイページ(myshop) > 注文履歴(order) > 註文詳細内容(detail.html)
▼ 以下のように青色のソースを追加します。
## 上略 ## <td>{$total.price_unit_head}{$total.total_shipfeesale_price}{$total.price_unit_tail}</td> |
Cafe24では、より快適なネットショップ運営のため、持続的に機能アップデートを実施しております。