我有1.8.1安裝,並與捆綁產品有問題。當您添加或處理項目時,價格不會改變。我收到js錯誤,價格不會更新。可能有人幫助讓我知道我已經配置錯誤 我得到這些錯誤:Magento 1.8.1捆綁產品價格不更新
Uncaught ReferenceError: taxCalcMethod is not defined Uncaught TypeError: Cannot call method 'reloadPrice' of undefined
以下是錯誤代碼
<script>
document.observe("dom:loaded", function() {
bundle.reloadPrice();
});
</script>
需要安裝不同的主題? – vbak