Cafe24新着情報

[Mobileデザイン] 「決済手数料」への名称変更をデザインに適用する方法(日本語) - HTML

2020-06-15


平素よりCafe24をご利用いただき、誠にありがとうございます。


この度の「決済手数料」への名称変更をデザインに適用する方法をご案内します。


詳細は以下の内容をご確認ください。




Mobileデザイン - スマートデザイン編集ウィンドウ(デザイン編集)


1) 位置 : order > order_result.html


以下のように赤色のソースコードを削除し、青色のソースコードを追加します。

##上略##

                         <tr class="{$defer_commission_display|display}">
                            <th scope="row">後払い手数料</th>
                            <th scope="row">決済手数料</th>
                            <td class="right">+{$price_unit_head}{$defer_commission}{$price_unit_tail}</td>
                        </tr>

##下略##



2) 位置 : myshop > order > detail.html


以下のように青色の部分を追加します。

#上略##

                                 <tr>
                                    <th scope="row">地域別送料</th>
                                    <td>{$total.price_unit_head}{$total.total_local_ship_fee}{$total.price_unit_tail}</td>
                                </tr>
                                <tr class="{$total.total_defer_commission_display|display}">
                                    <th scope="row">決済手数料</th>
                                    <td>{$total.price_unit_head}{$total.total_defer_commission}{$total.price_unit_tail}</td>
                                </tr>
                                <tr class="{$total.total_admin_amount_display|display}">
                                    <th scope="row">運営者入力金額</th>
                                    <td>{$total.price_unit_head}{$total.total_admin_amount}{$total.price_unit_tail}</td>
                                </tr>

##下略##






Cafe24では、より快適なネットショップ運営のため、持続的に機能アップデートを実施しております。
今後ともお客様にご満足いただけるサービスを目指し、最善を尽くしてまいります。
引き続き、ご愛顧のほどよろしくお願い申し上げます。
ご不便・ご不明な点等ございましたら、092-517-9981またはお問い合わせまで、お気軽にお問い合わせください。