ysco Posted May 18, 2014 Share Posted May 18, 2014 (edited) Hello all, Can someone point me in the right direction. How do i change the stock message for all products at once in BO with prestashop 1.6.x ? I found in the database the following table ps_product_lang and there you have the "available_now" row but how can i add the text line " In stock now " for available_now ?? so that all products will receive this text at once. Thanks. Best regards, ysco.. Edited May 18, 2014 by ysco (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 18, 2014 Share Posted May 18, 2014 you can run this simple sql query update ps_product_lang set available_now = 'In stock now' Link to comment Share on other sites More sharing options...
ysco Posted May 18, 2014 Author Share Posted May 18, 2014 Hello Vekia, That did the trick, it is so easy when you have the knowledge like you have . Thanks for the fast solution. Regards, ysco.. Link to comment Share on other sites More sharing options...
Recommended Posts