在安装我的插件时,我想在产品详细页面源中包含一段javascript代码。如何实现。
答案 0 :(得分:0)
如果您想添加javascript代码,请在目录
中的view.phtml
中实现代码
app\design\frontend\youtheme\youtheme\template\catalog\product\view.phtml
答案 1 :(得分:0)
在模块文件路径中添加以下代码:app / design / frontend / yourtheme / yourtheme / layout / modulename.xml然后将你的js文件添加到skin文件夹中,它将在你的产品视图页面标题中调用
<catalog_product_view>
<reference name="head">
<action method="addItem"><type>skin_js</type><name>js/yourjsfile.js</name></action>
</reference>
<catalog_product_view>