This topic has 2 replies, 2 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp
Hello,
I have the latest version of the theme and woocommerce. Are they compatible?
On My Account page i get the following error:
Fatal error: Call to undefined method WooCommerce::show_messages() in /wp-content/themes/blanco/woocommerce/myaccount/my-account.php on line 9
Here is a page I’m getting this at:
http://ntcdistributing.com/my-account/
Hello,
You need edit the file wp-content/themes/blanco/woocommerce/myaccount/my-account.php on line 9 via FTP and replace $woocommerce->show_messages();
with wc_print_notices();
.
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up