- This topic has 8 replies, 5 voices, and was last updated 5 years, 9 months ago by
Anonymous.
-
AuthorPosts
-
-
April 11, 2017 at 10:21 am #42764
Anonymous
InactiveJust wondering about an update because I am getting this error with USPS enabled.
Fatal error: Call to a member function get_id() on boolean in /home/public_html/wp-content/plugins/usps-woocommerce-shipping/includes/class-wf-legacy.php on line 96I get this error with FedEx enabled.
Fatal error: Call to undefined method wf_product::get_tax_class() in /home/echocall/public_html/wp-content/plugins/woocommerce/includes/class-wc-cart.php on line 778When I only have UPS enabled it works fine.
-
April 11, 2017 at 4:28 pm #42808
Anonymous
InactiveHi Rick,
We can see that you are getting 2 errors.
The second one is from WooCommerce.Can you please provide us the following info :
– WooCommerce version
– WordPress version
– USPS plugin version
– FedEx plugin version
– admin access
Once you provide us the info , we will be able to quickly fix this.
Just raise a ticket and share the details there. -
April 11, 2017 at 6:17 pm #42851
Anonymous
InactiveI submitted request to support.
I thought the wf_product was your error also. WF = wooforce? I told the woocommerce about it and they had no idea what wf_product was.
Fatal error: Call to undefined method wf_product::get_tax_class() in /home/echocall/public_html/wp-content/plugins/woocommerce/includes/class-wc-cart.php on line 778
-
April 13, 2017 at 12:37 pm #42981
Anonymous
InactiveHello Rick,
Please update your USPS/FedEx plugins to the latest version and let us know if the issue persist.
-
April 13, 2017 at 6:00 pm #43036
Anonymous
InactiveAll my wooforce plugins (FedEx, UPS, USPS) are already updated to the newest version. I can’t update them any further.
-
April 13, 2017 at 6:02 pm #43037
Anonymous
InactiveAlso there is a new woocommerce update do it? It’s the 3.0.2 my woocommerce now at the moment is 3.0.1
-
April 14, 2017 at 4:54 pm #43091
Anonymous
InactiveHi Rick,
Our “FedEx Shipping plugin with print label” works fine with both versions of WooCommerce i.e. 3.0.1 and 3.0.2
It does not make any difference if you update your WooCommerce version.Thank You,
Veeresh
Team XA -
April 25, 2017 at 8:23 pm #43934
Anonymous
InactiveHi,
I had the same problem as you Rick. I added the code below to file wp-content/plugins/fedex-woocommerce-shipping/includes/wf-deprecated-functions.php at line 184. I have the latest version of the Fedex plugin (2.8.1). The first tests looks like it’s working, but I would appreciate if there would be a new release where this problem is solved.
function get_tax_class($context){
return $this->item->get_tax_class($context);
} -
April 26, 2017 at 8:17 pm #44405
Anonymous
InactiveHello Jimmy,
Thank you for your suggestions.
We will try to fix this in our next release.Regards,
Veeresh
Team XA
-
-
AuthorPosts
- You must be logged in to reply to this topic.