該当ページにデザインソースを追加してください。詳細内容は、以下をご参考ください。
「お気に入り」ページにポイントを表示
1. PCショップ
1. PCショップ
- 管理画面の「デザイン(PC/Mobile)>Myデザイン>PC(タブ)」へ移動し、該当デザインの[編集]ボタンをクリックします。
- クリックすると開く「スマートデザイン編集ウィンドウ」の左下にある検索バーで「myshop/wish_list.html」と検索し、該当ファイルを開きます。
- 以下、青字のソースを追加後、ウィンドウの上部にある「保存」ボタンをクリックします。
<col style="width:auto" /> <col style="width:180px" /> <col style="width:160px" /> <col style="width:160px" /> <col style="width:110px" /> </colgroup> <thead> <th scope="col">画像</th> <th scope="col">商品情報</th> <th scope="col">販売価格</th> <th scope="col">{$mileage_name}</th> <th scope="col">小計</th> <th scope="col">選択</th> </tr> ## 中略 ## </ul> </td> <td class="price right"><strong class="{$discount}">{$product_price}<br />{$product_tax_type_text}</strong><br /><strong class="{$product_sale_price_display|display}">{$product_sale_price}</strong></td> <td><span class="txtInfo">{$mileage_list}</span></td> <td class="price right">{$sum_price}</td> <td class="button"> <a href="#none" onclick="{$act_order}" class="btnSubmit {$disp_order|display}">注文する</a> ## 中略 ## </ul> </td> <td class="price right"><strong class="{$discount}">{$product_price}<br />{$product_tax_type_text}</strong><br /><strong class="{$product_sale_price_display|display}">{$product_sale_price}</strong></td> <td><span class="txtInfo">{$mileage_list}</span></td> <td class="price right">{$sum_price}</td> <td class="button"> <a href="#none" onclick="{$act_order}" class="btnSubmit {$disp_order|display}">注文する</a>
2. モバイルショップ
- 管理画面の「デザイン(PC/Mobile)>Myデザイン>モバイル(タブ)」へ移動し、該当デザインの[編集]ボタンをクリックします。
- クリックすると開く「スマートデザイン編集ウィンドウ」の左下にある検索バーで「'myshop/wish_list.html」と検索し、該当ファイルを開きます。
- 以下、青字のソースを追加後、ウィンドウの上部にある「保存」ボタンをクリックします。
## 中略 ## <div class="description"> <strong class="prdName" title="商品名">{$product_name_link}</strong> <ul class="info"> <li title="ポイント">{$mileage_list}</li> <li class="price"> <strong class="{$discount}" title="販売価格">{$product_price}{$product_tax_type_text}</strong> <strong class="{$product_sale_price_display|display}" title="割引販売額">{$product_sale_price}</strong> <div class="description"> <strong class="prdName" title="商品名">{$product_name_link}</strong> <ul class="info"> <li title="ポイント">{$mileage_list}</li> <li class="price"> <strong class="{$discount}" title="販売価格">{$product_price}{$product_tax_type_text}</strong> <strong class="{$product_sale_price_display|display}" title="割引販売額">{$product_sale_price}</strong>