We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing $item->product_id to $item['product_id'] in woocommerce.php:296 and woocommerce.php:301 fixes this problem:
PHP message: PHP Notice: Trying to get property of non-object in {path}/web/app/plugins/segmentio/integrations/ecommerce/woocommerce.php on line 296
PHP message: PHP Notice: Trying to get property of non-object in {path}/web/app/plugins/segmentio/integrations/ecommerce/woocommerce.php on line 301
The text was updated successfully, but these errors were encountered:
The correct way to fix this would be to use the new get_id() method on the product object, I believe.
Sorry, something went wrong.
No branches or pull requests
Changing $item->product_id to $item['product_id'] in woocommerce.php:296 and woocommerce.php:301 fixes this problem:
PHP message: PHP Notice: Trying to get property of non-object in {path}/web/app/plugins/segmentio/integrations/ecommerce/woocommerce.php on line 296
PHP message: PHP Notice: Trying to get property of non-object in {path}/web/app/plugins/segmentio/integrations/ecommerce/woocommerce.php on line 301
The text was updated successfully, but these errors were encountered: