error with magento checkout

2019-09-08 22:25发布

问题:

I have this error when I try to checkout on magento. Can anyone help me with it ?

Invalid method Mage_Checkout_Block_Onepage_Billing::isTaxvatEnabled(Array(
)
)

回答1:

It appears that you have a corrupt Magento filesystem. I would recommend downloading a fresh zip file from www.magentocommerce.com and unzipping it over your base install to make sure you are on a fresh base of Magento. Then clear the cache and see if that fixes it. The file app/code/core/Mage/Checkout/Block/Onepage/Billing.html should contain an isTaxvatEnabled function.



标签: magento