商品説明ページに通貨一覧を表示したいのですが。どうやってやるの?
header.tpl()からコードをコピーしてproduct.tplに貼り付けましたが、エラーが発生します。
注意:未定義の変数:60行目のC:\ xampp \ htdocs \ mysite.com \ catalog \ view \ theme \ mytheme \ template \ product\product.tplの通貨。
product.tplに次のコードを追加してみました。
<?php include(DIR_APPLICATION.'\view\theme\mytheme\template\module\currency.tpl');
しかし、それもうまくいきませんでした。これを機能させたいので助けてください。