Error on product update
-
When you try to update a product other than a Simple Product, I get an error:
Undefined array key "category_ids"I think the problem is in the WooMailerLiteResources trait on line 110:
$data = ($item instanceof WC_Product_Simple) ? $item->get_data() : get_object_vars($item);The get_object_vars function returns an empty array since the object attributes are protected.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Error on product update’ is closed to new replies.