When a product is being created on an import, an unwanted PHP Notice is thrown:
--> PHP Notice: Undefined index: products_to_categories in C:\xampp\htdocs\zc156posm\gRoan-Dsw-Habit\includes\classes\dbio\DbIoHandler.php on line 924.
... due to the fact that the products_to_categories table's alias is not defined, since it's an additional table to be updated. Modify the Products import, setting the alias to be used in this condition.
When a product is being created on an import, an unwanted PHP Notice is thrown:
... due to the fact that the
products_to_categories
table's alias is not defined, since it's an additional table to be updated. Modify the Products import, setting the alias to be used in this condition.