WPIntell

Source evidence

Error on tracking page

Track Orders for WooCommerce – Multi Carrier WooCommerce Shipping · support · 2024-07-27T08:22:00+00:00

questionsentiment
highseverity
0.82relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 28 rows with source links

14.3% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

24 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
europk resolved
Fatal error : Uncaught Error: Call to a member function get_id() on bool in /mnt/customers/customers-1fnhwg/eb58602f-c629-42ff-affd-c71086ccdc60/wp-content/wp-content/plugins/track-orders-for-woocommerce/template/wps-track-order-myaccount-page-template1.php on line 319 I get that error when I try to open the tracking page. This is for a test order. Hello , Thank you for using our plugin, Please make sure you are updated to the latest version of our plugin and if possible then please share a short video of the whole scenario so that we can replicate the same in order to debug the issue Thank you I was on the latest version, it still won’t work. Hello, It seems that the $product variable is returning false or get the object in that and to tackle this , please add below line in replace to line no. 319: $productdata = ($product = wc_get_product($product->get_id())) ? $product : null; We will also fix this in our next update Thank you

Comments

3 shown
WP Swings 2024-07-29T06:31:00+00:00

Hello , Thank you for using our plugin, Please make sure you are updated to the latest version of our plugin and if possible then please share a short video of the whole scenario so that we can replicate the same in order to debug the issue Thank you

europk 2024-07-29T07:52:00+00:00

I was on the latest version, it still won’t work.

WP Swings 2024-07-29T12:25:00+00:00

Hello, It seems that the $product variable is returning false or get the object in that and to tackle this , please add below line in replace to line no. 319: $productdata = ($product = wc_get_product($product->get_id())) ? $product : null; We will also fix this in our next update Thank you