cubecart / v6

CubeCart Version 6
https://cubecart.com
71 stars 59 forks source link

Code Check: Undefined Array Key #3531

Closed bhsmither closed 3 months ago

bhsmither commented 3 months ago

As per PHP8:

In products.index.inc.php, near line 216, when processing POST['option_add'], the matrix_include, set_enabled, and absolute_price keys are not present if those checkboxes are not checked when saving the form. (Maybe not for set_enabled - that's a weird checkbox.)

Suggest doing the same as was done for option_negative and option_default.