【发布时间】:2016-05-02 17:02:38
【问题描述】:
我一直在使用 Magento 版本。 1.9.2.4 使用捆绑产品之前没有任何问题。 每次我去捆绑产品时,当列出选项产品价格时,页面就会停止。
使用 Firebug 说:
ReferenceError: bundle is not defined
bundle.reloadPrice();
Var bundle 没有被定义,因为 bundle.phtml 虽然被调用了却不能正常工作
getChildHtml('product_type_data'); ?>在我看到 $this->getJsonConfig() 嵌入到 view.phtml 时可以工作的问题之后:
JsonConfig 说:{"productId":"3125","priceFormat":{"pattern":"...etc,但在加载 bundle.phtml 时不会。
这里可以看到问题:http://www.mueblesbonitos.com/bundle1.html
我在论坛上搜索过,我看到了非常相似的问题,但我还没有找到解决方案。
【问题讨论】: