Hi,
Thanks!
I prepared a fix for this issue that will be released later today.
The new enhanced ecommerce implementation has this bug.
Cheers,
Thomas
Hi herka,
A fix for this issue has been release, could you check if it is solved on your site as well?
Thanks,
Thomas
Hello,
We still have this very same warning on the latest version, circa lines 34, 67, 218, 262, 371, 383 of woocommerce.php
Hi,
Please post the exact error message so that I can investigate.
Also please check that you are using the latest version of the plugin.
Cheers,
Thomas
Hi there,
Here is a screenshot: http://i.imgur.com/vU6KKo5.png
We are using the latest version proposed by WordPress (0.8.2).
I “workedaround” by adding “is_array($xxx)” in the if clause surounding the issues. Example:
if ( is_array($_product_cats) && count( $_product_cats ) > 0 ) {
$product_cat = array_pop( $_product_cats );
$product_cat = $product_cat->name;
} else {
$product_cat = "";
}
Hi,
Thanks for your post.
I am sorry for the late reply, I and my agency is now deep into the XMas season and I was not able to allocate resources for the plugin.
My plan is to go through every suggestion and bug report again in January and release a new version at around the beginning of January.
Cheers,
Thomas
In my case, the error was because my product did not had a category specified within Woocommerce.
Once all my products had or belong to a cateogory, the error went away!
My 2 cents 🙂