Magento Bundle产品详细信息页面有javascript错误

时间:2018-01-22 07:06:04

标签: javascript magento

  

未捕获的TypeError:无法设置属性' specialTaxPrice'未定义的   未捕获的TypeError:无法读取属性' reloadPrice'未定义的

我在Catalog_view页面中添加了 product_option.js ,但仍然会触发这些错误。

1 个答案:

答案 0 :(得分:0)

两个方法specialTaxPrice和reloadPrice应该来自

/skin/frontend/base/default/js/bundle.js

检查您的产品页面和xml布局发生了什么。通常会附加此文件。请参阅bundle.xml

<label>Catalog Product View (Bundle)</label>
<reference name="head">
    <action method="addItem"><type>skin_js</type><name>js/bundle.js</name></action>
</reference>