avsof
avsof
solved by my code: add this: https://github.com/ThingEngineer/PHP-MySQLi-Database-Class/pull/954
You have to update the class file Mysqli.php like per my mod: https://github.com/ThingEngineer/PHP-MySQLi-Database-Class/pull/954
solved null insert instead of empty: https://github.com/ThingEngineer/PHP-MySQLi-Database-Class/pull/954
// Modified by Enrico Bisco // IF Inserted a value 'null' or NULL is insert a 'NULL' value not an empty string
https://github.com/ThingEngineer/PHP-MySQLi-Database-Class/pull/954
solved
null value are not mantained by the class You can add my mods: https://github.com/ThingEngineer/PHP-MySQLi-Database-Class/pull/954
Here? https://github.com/ThingEngineer/PHP-MySQLi-Database-Class/blob/master/readme.md#insert-data I am not able to find that. Anyway w my mod you can send a raw insert query with ('') or ('null') when a html form input is...
Updating quantity in multishop is adding a row with shop_id = 0 instead of 1 (the main shop id is 1)
Hi Aurerita Just use the API on multi shop with postman and that's it. It is not working the update of the quantity in the right place (quantity should be...