Woocommerce error

Hello, every time a purchase is completed I receive the following error in the billing address.

I hope your help

Notice : id ha sido llamada de forma incorrecta . Order properties should not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(’/themes/x/page.php’), x_get_view, X_View_Router::render, include(’/themes/x/framework/views/renew/wp-page.php’), x_get_view, X_View_Router::render, include(’/themes/x/framework/views/renew/content-page.php’), x_get_view, X_View_Router::render, include(’/themes/x/framework/views/global/_content.php’), x_get_view, X_View_Router::render, include(’/themes/x/framework/views/global/_content-the-content.php’), the_content, apply_filters(‘the_content’), WP_Hook->apply_filters, do_shortcode, preg_replace_callback, do_shortcode_tag, WC_Shortcodes::checkout, WC_Shortcodes::shortcode_wrapper, 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 in /home/n1000400/public_html/uy/wp-includes/functions.php on line 5167

Hello Fernando,

Thanks for writing in! You are seeing a PHP Notice. your debug mode might have been enabled. To get rid of this notices, kindly disable the Debug Mode. You can do this by opening wp-config.php and adding

define('WP_DEBUG', false);

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

When you revisit the completed order page, you should no longer be seeing any of those notices. If this is not helping, provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/docs/getting-support

Regards.

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