Upgrade
The error disappears when I choose a category in the FAQ detail.
The default category (Default – no category filters) generate an error because the value is “-1”. In Woocommerce there isn’t “uncategorized” category.
Hi there!
I’ve the same error when I update each FAQ post.
This is my test configuration:
WordPress 4.8
Twenty Fifteen theme
Plugin activated: WooCommerce 3.1.1 and WooCommerce Product FAQs 3.0.3
Thanks
-
This reply was modified 8 years, 9 months ago by Simone Nalato. Reason: More specifications
There is my workaround to resolve this bug.
In functions.php:
function yit_get_product_id( $product ) {
return $product->get_id();
}
Hi,
I get the same error when I use the shortcode [yith_wcwl_add_to_wishlist].
I’m using Woocommerce 3.1.0.
Thanks
Simone