This topic has 4 replies, 2 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp
Hello,
I am receiving the following error on my broken checkout page (http://dev.eskell.com/checkout/):
Fatal error: Call to undefined method WooCommerce::show_messages() in /home/kelwhi9/dev_eskell.com/wp-content/themes/blanco/woocommerce/checkout/form-checkout.php on line 3
I recently did all of the updates to WordPress, Woocommerce, etc. as well as updated to the 3.0 version of Blanco. Any thoughts?
Thank you in advance for your help!
-Maria
Hello,
Edit the file via FTP wp-content/themes/blanco/woocommerce/checkout/form-checkout.php on line 3
and replace $woocommerce->show_messages();
with wc_print_notices();
.
Thank you.
Regards,
Eva Kemp.
Thank you very much for your help. That worked!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Call to undefined method WooCommerce::show_messages /checkout/form-checkout.php’' has been successfully resolved, and the topic is now closed for further responses