Hi,
I have added a custom bool field to products and it properly displays if it is true or false in the back office.
But as the title says, I now need to edit it so it can switch between true and false.
I've already added it in db, classes/Product.php, and controllers/AdminProductsController.php.
I probably need something in AdminProductsController.php but don't know what it is.
Thanks in advance.