Top > 商品詳細 > 案内など情報を追加

商品詳細ページに送料など、情報を追加する

お客様が安心するように商品詳細ページに送料だとか手数料だとかが書いてあると便利。
こんな感じ。 赤枠の部分を追加します。

cube/data/Smarty/templates/default/detail.tpl
217行目ぐらいの

<!--▼サブコメントここから--> の前に、次をコードを割り込ませます。

<!--▲送料・支払い方法-->
<table width="85%" height="163" border="2" align="left" cellpadding="10" bordercolor="#339999">
<tr>
<td><blockquote>
<p>  <img src="http://www.tokihouse.com/guild/image/about-souryou.png" width="40" height="23" align="absmiddle"><font color="#666666" size="-1">  <a href="http://www.tokihouse.com/quick/abouts/souryou.html" target="_blank">送料</a>はこちら<br>
  1万円以上のお買上げで送料</font><font color="#FF0000">無料</font></p>
<p><br>  <img src="http://www.tokihouse.com/guild/image/about-pay.gif" width="80" height="23"><br>
  ・<font color="#666666" size="-1">郵便局・銀行振り込み(前払い)<br>
  ・代引き(現金のみ・クレジットカード利用不可)</font><a href="http://www.tokihouse.com/guild/abouts/daibiki.html" target="_blank">代引手数料</a>お客様負担
    </p>
</blockquote></td>
</tr>
</table>
<!--▲送料・支払い方法ここまで-->

い部分は自分の環境に合わせて直してください。http://~というURLで表記しないと正しくリンクしません。
これは一例ですので、このようにしなくてはいけないというわけではありません。どこにhtmlを追加させるか間違わなければ問題はありませません。


 

開くウィンドウのサイズを固定してしまう、ならこんな↓。

<!--▲送料・支払い方法-->
<table width="85%" height="163" border="2" align="left" cellpadding="10" bordercolor="#339999">
<tr>
<td><blockquote>
<p>  <img src="http://www.tokihouse.com/guild/image/about-souryou.png" width="40" height="23"
align="absmiddle"><font color="#666666" size="-1">

 <a href="javascript:void(0)" onClick="window.open('http://www.tokihouse.com/quick/data/Smarty/templates/default/abouts/
souryou.html','sub','width=600,height=600,scrollbars=yes')">送料</a>はこちら<br>

  1万円以上のお買上げで送料</font><font color="#FF0000">無料</font></p>
<p><br>  <img src="http://www.tokihouse.com/guild/image/about-pay.gif" width="80" height="23"><br>
  ・<font color="#666666" size="-1">郵便局・銀行振り込み(前払い)<br>
  ・代引き(現金のみ・クレジットカード利用不可)</font> <a href="javascript:void(0)" onClick="window.open('http://www.tokihouse.com/quick/data/Smarty/templates/default/abouts/daibiki.html','sub',
'width=600,height=500,scrollbars=yes')">代引手数料</a>お客様負担
    </p>
</blockquote></td>
</tr>
</table>
<!--▲送料・支払い方法ここまで-->