未捕获的TypeError:无法设置属性' specialTaxPrice'未定义的 未捕获的TypeError:无法读取属性' reloadPrice'未定义的
我在Catalog_view
页面中添加了 product_option.js ,但仍然会触发这些错误。
答案 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>