我遇到了以下问题:在检查自定义选项时,价格未更新(固定价格:+400)。
我收到此错误:
TypeError: Product.OptionsPrice is not a constructor
TypeError: optionsPrice is undefined
相关问题: 自定义选项未更新价格-JS错误
我遇到了以下问题:在检查自定义选项时,价格未更新(固定价格:+400)。
我收到此错误:
TypeError: Product.OptionsPrice is not a constructor
TypeError: optionsPrice is undefined
相关问题: 自定义选项未更新价格-JS错误
Answers:
升级到magento 1.9.3之后,发生在我身上。
在我的自定义主题中,缺少product_options.js调用。
您需要添加
<action method="addJs"><script>varien/product_options.js</script></action>
检查rwd主题中的catalog.xml和configurableswatches.xml以供参考。您还需要复制
\skin\frontend\rwd\default\js\configurableswatches\configurable-swatch-prices.js
至
\skin\frontend\yourTheme\default\js\configurableswatches\
希望可以帮到您
'idSuffix' => ''
与 'idSuffix' => '_clone'
在app \代码\核心\法师\目录\辅助\产品\型号\ Composite.php线130