Prestashop themes – Modify CS Home Tab issue when using NIXXIS theme with MySQL
in TabClass.php, there is a function getFields which will return the fields use in one table. Unfortunately, the field id_tab used in table ps_cshometab auto-increament field. So once we return the fields as below. (the original does not comment the id_tab) MySQL will show error as below So, comment it and all works
Read More →