byronyasgur
byronyasgur

Reputation: 4747

error with magento checkout

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(
)
)

Upvotes: 0

Views: 1062

Answers (1)

Mark Shust at M.academy
Mark Shust at M.academy

Reputation: 6429

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.

Upvotes: 1

Related Questions