我在 Magento 商店中制作了 Bundle 产品。但我在产品页面上收到错误消息。
致命错误:在第 285 行的 ..../app/code/core/Mage/Tax/Model/Calculation.php 中调用非对象的成员函数 getCountryId()
第 285 行:
|| (($shippingAddress === false || is_null($shippingAddress) || !$shippingAddress->getCountryId())
我真的不知道出了什么问题,谷歌没有给我答案。
有谁能帮助我吗?