商品についてのお問合せで本文にどの商品についての問合せなのかを記載する。
商品詳細ページ
問合せフォーム
上記2種類のテンプレートを編集します。
▼商品詳細ページ
/data/Smarty/templates/default/products/detail.tpl
1 |
<a href="<!--{$smarty.const.HTTPS_URL}-->contact/?product_id=<!--{$tpl_product_id}-->">このアイテムについて問い合わせる</a> |
▼問合せフォーム
/data/Smarty/templates/default/contact/index.tpl
textareaタグの間に下記を追加。
1 2 3 |
<!--{if $smarty.get.product_id != ''}--> 商品番号:<!--{$smarty.get.product_id|escape}-->についての問合せ <!--{/if}--> |