[EC-CUBE2]商品についての問合せ

商品についてのお問合せで本文にどの商品についての問合せなのかを記載する。

商品詳細ページ
問合せフォーム

上記2種類のテンプレートを編集します。

▼商品詳細ページ
/data/Smarty/templates/default/products/detail.tpl

<a href="<!--{$smarty.const.HTTPS_URL}-->contact/?product_id=<!--{$tpl_product_id}-->">このアイテムについて問い合わせる</a>

▼問合せフォーム
/data/Smarty/templates/default/contact/index.tpl

textareaタグの間に下記を追加。

<!--{if $smarty.get.product_id != ''}-->
商品番号:<!--{$smarty.get.product_id|escape}-->についての問合せ
<!--{/if}-->

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA