WooCommerce Checkout Errors on Confirmation Screen

We are getting this error message on the confirmation screen once the order is submitted. Can you help with this?

Hi There,

It might be the default settings of Checkout Manager plugin didn’t set.

I updated the settings and the error messages disappeared.

Cheers!

Thank you but what do you mean by the default settings? As far as I know the plugin has three pages of settings for the checkout areas. These were all configured and work. So what did you end up doing specifically, and did you actually place a test order to ensure it worked? I didn’t see any orders in the system so just curious…

Hi There,

This is a know issue on Woocommerce 3.0 but has been fixed: https://wordpress.org/support/topic/woocommerce-3-0-notice/page/2/ since compatible woocommerce is now Version 3.1.1. Yes, this might be a previous settings issue that’s why when settings is resave the error disappear. Check the URL to understand the nature of the issue.

Whatever it is that thai did, did not work. I just assumed you actually fixed it but I should have known that without placing a test order, you didn’t verify at all that it was fixed. This issue is not fixed and still occurs. Please forward this thread to a more experienced support rep who is more familiar with the error and your Checkout Manager plugin. Thank you.

Hi There,

As these are notices and not errors they won’t effect the overall functionality itself, and you can hide the notices by replacing the wp_debug define in your wp-config.php with the following:

ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);

That will hide any notices and allow the site to work currently, we’ll then get these notices patched in the next release.

Thanks!

Thanks and my apologies for not realizing one of my devs turned on debugging in WP. I guess it’s good news that no debugging msgs showed up anywhere else.

You’re always welcome!