BKAS Posted October 7, 2014 Share Posted October 7, 2014 Hello, some months ago with the 1.5 version I decided to disable my multistore option and run a unique shop. I realized that internally on the database both shops were still present, and it generated different problems on the system: most of them were related to the id_shop value in some tables, there were inconsistency, the value was not updated by some processes while others required it, and I had to find on the database where to put the shop value to make things work. Last month I decided to upgrade to Prestashop 1.6.0.9 and I have found many problems with search module, stock, and errors appearirng in BackOffice. For example, I could not update product quantities, the system said something related to shop groups. To solve it I modified the ps_shop_group table putting the group as deleted and no active. This way I can maintain my stock. But with those values on the table, the search index does not update automatically, and the process of including new products or rebuilding the index fails with an SQL error, related to the id_shop value. If I change the table ps_shop_group values to active and not deleted, both processes work again. I fear that I will have to do this trick to change and keep values on stock and indexes. Is there some solution or tutorial to completely disable multistore internally on the system? thanks, Joe Link to comment Share on other sites More sharing options...
jcasanova Posted October 7, 2014 Share Posted October 7, 2014 really sucks, I have multishop and combinations csv not working .... Link to comment Share on other sites More sharing options...
Recommended Posts