Woocommerce and Theme Issue

For the site nebraskalawstore.com we are receiving these errors after checkout. Can you take a look?

Notice: woocommerce_order_items_table is deprecated since version 3.0.0! Use woocommerce_order_details_after_order_table_items instead. in /www/wp-includes/functions.php on line 4091

Notice: status was called incorrectly. Order properties should not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(’/themes/x/template-blank-4.php’), x_get_view, X_View_Router::render, include(’/themes/x/framework/views/ethos/template-blank-4.php’), the_content, apply_filters(‘the_content’), WP_Hook->apply_filters, call_user_func_array, Cornerstone_Shortcode_Preserver->restore_shortcodes, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, x_shortcode_raw_content, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, WC_Shortcodes::checkout, WC_Shortcodes::shortcode_wrapper, call_user_func, WC_Shortcode_Checkout::output, WC_Shortcode_Checkout::order_received, wc_get_template, include(’/plugins/woocommerce/templates/checkout/thankyou.php’), do_action(‘woocommerce_thankyou’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WC_ShippingEasy_Integration->shipping_place_order, WC_A in /www/wp-includes/functions.php on line 4148

We are receiving this issue at the top of the page. Notice: is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /www/wp-includes/functions.php on line 4148

Hi rkassebaum,

Our theme does not have a compatibility issue with Woocommerce. This must be a problem on your environment which you need to follow the steps below to troubleshoot:

  1. Ensure everything is up to date according to our version compatibility list here. Please follow the best practices when updating your theme and plugins. Click here for more information.
  2. Make sure that you have the compatible version of the Woocommerce plugin mentioned here.
  3. Test for a plugin conflict. You can do this by deactivating all third-party plugins, and see if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
  4. Remove custom CSS and Javascript from the options and/or Child Theme and test the case.
  5. If you’re using a CDN, please clear the CDN’s cache and disable optimization services.

Thank you.

This notice shows up when we active the woocommerce pickup plus plugin. Any suggestions how to fix the issue?

Notice: is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /www/wp-includes/functions.php on line 4148

Hello There,

You are seeing PHP notices. Usually this appears when a variable is unset or null. To get rid of this, please disable Debug mode. You can do this by opening wp-config.php and adding define( 'WP_DEBUG' , false ); just above /* That's all, stop editing! Happy blogging. */

For example:

define('WP_DEBUG', false);

/* That's all, stop editing! Happy blogging. */

When you revisit the page, you should no longer be see ing the notices.

Please let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.