I'm getting acquainted with reading and writing from the Prestashop database. I am trying to get an INSERT statement to work.
$result should be true or false here, but instead it's a null value and nothing is written to the database.
The command itself, if I run it from the phpmyadmin interface, works just fine.
The docs mention using _DB_PREFIX_ but I'm not sure what the point of that is, and if I have to remove the 'ps_' just to re-add it with the prefix variable?
EDIT: updated opening post as the site blocking the SQL quote made it too confusing.