gaspas Posted February 14, 2014 Share Posted February 14, 2014 (edited) Hi, We have a script that update prices, stock and a more few values, but that values on BO keeps the old values...It seems that there's no database synchronization. Should I change product data update or set some field to warn prestashop about this changes?Thanks UPDATEI find the problemhttp://www.prestashop.com/forums/topic/252957-solved-updated-minimal-quantity-field-through-database-changes-not-shown/But my doubt now is, should I update only table ps_product_shop or both? Edited February 14, 2014 by gaspas (see edit history) Link to comment Share on other sites More sharing options...
prestashopninja Posted February 14, 2014 Share Posted February 14, 2014 Please see Vekia's response to this topic: http://www.prestashop.com/forums/topic/224957-difference-between-ps-product-and-ps-product-shop/ 1 Link to comment Share on other sites More sharing options...
gaspas Posted February 14, 2014 Author Share Posted February 14, 2014 (edited) Thanks, now I understand the reason for the 2 tables.But I still have the doubt if I should update both tables or just ps_product_shop.I believe I should update both, but I have huge quantity of products about 80.000 and run the script to update values in both tables will be the double of the work.. update...For what I see I could only update http://www.prestashop.com/forums/topic/271652-difference-between-the-two-tables-shop/ ps_product_shophttp://www.prestashop.com/forums/topic/265318-query-sql-update/ Edited February 14, 2014 by gaspas (see edit history) Link to comment Share on other sites More sharing options...
prestashopninja Posted February 14, 2014 Share Posted February 14, 2014 Unfortunately you must update both as many existing methods and modules still check ps_product table. Link to comment Share on other sites More sharing options...
gaspas Posted February 14, 2014 Author Share Posted February 14, 2014 OK, I get it,Thanks @prestashopninja SOLVED Link to comment Share on other sites More sharing options...
Recommended Posts