-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I'm receiving an undefined array key "id" warning when adding a product without attributes with edit orders. The warning is: PHP Warning: Undefined array key "id" in /admin/includes/init_includes/init_eo_sba.php on line 343.
I fixed by changing line 343 to: $product_options = isset($_POST['id']) ? $_POST['id'] : NULL;
My apologies if this has been reported before.
Dave
zc157c, php 8.0.22
Metadata
Metadata
Assignees
Labels
No labels