サービス利用案内

当サイトは、Internet explorer 11以上、Chrome, Safari, Firefoxの最新ブラウザに最適化されています。
ご利用のブラウザバージョンをご確認のうえ、最新のものにアップデートしていただきますようお願いします。
各ブラウザの「インストール」ボタンをクリックすると、ブラウザの最新版をインストールできます。


お問い合わせの多いご質問とその回答をカテゴリ別にまとめました。

よくある質問

「お気に入り」ページにもポイント項目を表示したいです。

該当ページにデザインソースを追加してください。詳細内容は、以下をご参考ください。
「お気に入り」ページにポイントを表示

1. PCショップ
  1. 管理画面の「PCデザイン」へ移動、左上にある「デザイン編集」ボタンをクリックします。
  2. クリックすると開く「スマートデザイン編集ウィンドウ」の左下にある検索バーで「myshop/wish_list.html」と検索し、該当ファイルを開きます。
  3. 以下、青字のソースを追加後、ウィンドウの上部にある「保存」ボタンをクリックします。

<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. モバイルショップ
  1. 管理画面の「Mobileデザイン」へ移動、左上にある「デザイン編集」ボタンをクリックします。
  2. クリックすると開く「スマートデザイン編集ウィンドウ」の左下にある検索バーで「'myshop/wish_list.html」と検索し、該当ファイルを開きます。。
  3. 以下、青字のソースを追加後、ウィンドウの上部にある「保存」ボタンをクリックします。

## 中略 ##
                                    <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>


게시안함 삭제 수정 관리자게시



TOP