Is there a fix for the wishlist error?
Fatal error: Call to undefined method WooCommerce::show_messages() in /home/******/public_html/***********/wp-content/themes/woopress/woocommerce/wishlist.php on line 57
This topic has 15 replies, 5 voices, and was last updated 9 years, 12 months ago ago by Stan Russell
Is there a fix for the wishlist error?
Fatal error: Call to undefined method WooCommerce::show_messages() in /home/******/public_html/***********/wp-content/themes/woopress/woocommerce/wishlist.php on line 57
Hello,
The issue has been fixed.
Please check Wishlist page now.
Thank you.
Regards,
Eva Kemp.
How to Fix ?
Fatal error: Call to undefined method WooCommerce::show_messages() in /home/******/public_html/***********/wp-content/themes/woopress/woocommerce/wishlist.php on line 57
I also get this error, how to solve?
Fatal error: Call to undefined method WooCommerce::show_messages() in /web/htdocs/www.fiorinaedizioni.com/home/wp-content/themes/woopress/woocommerce/wishlist.php on line 58
Hello,
You need edit the file wp-content/themes/woopress/woocommerce/wishlist.php (line 58) and
replace $woocommerce->show_messages();
with wc_print_notices();
.
Thank you.
Regards,
Eva Kemp.
I made the change:
...
// Start wishlist page printing
//questa riga genera un errore: Call to undefined method WooCommerce::show_messages()
//$woocommerce->show_messages()
wc_print_notices();
?>
<div id="yith-wcwl-messages"></div>
...
Now do not get more error, but now, feeling the wish list, I realized that not cleared products… It is a problem related to that particular file (wishlist.php)? You want me to enclose the entire file?
greetings.
Hello,
Could you please clarify your last query with more details?
Also please provide us with wp-admin panel and FTP credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Please Help !
.com/wishlist/view/
404
OOPS! PAGE NOT FOUND
you can not remove products from wishlist.
Hello @rodolforizzo76,
You need disable Ajax “Add to cart” in Theme Options > Single Product Page.
We’ll fix this bug in the future update.
Sorry for inconveniences.
Regards,
Eva Kemp.
Hello @beer1137,
Please provide us with wp-admin panel credentials in Private Content.
Also try to resave permalinks settings in Settings > Permalinks and check Wishlist page again.
Thank you.
Regards,
Eva Kemp.
I did as you said but it still does not work…
Hello @rodolforizzo76,
Please remove the file wp-content/themes/woopress/woocommerce/wishlist.php and check Wishlist page after that.
Thank you.
Regards,
Eva Kemp.
Ok, so it works. Not a problem if file is missing wishlist.php?
thank you.
Hello rodolforizzo76,
you are right. There is not a problem.
Regards,
Stan Russell.
You must be logged in to reply to this topic.Log in/Sign up