Palido Posted March 19, 2014 Share Posted March 19, 2014 Hi, is it possible to change the availability text "in stock" "out of stock" for all articles at once? Regards, Palido Link to comment Share on other sites More sharing options...
vekia Posted March 19, 2014 Share Posted March 19, 2014 you can do it with mysql query for example: Update ps_product_lang SET available_now='new text for in stock', available_later='new text for out of stock' WHERE id_lang='2' where id_lang is an ID number of language you want to change. Link to comment Share on other sites More sharing options...
Palido Posted March 19, 2014 Author Share Posted March 19, 2014 Where do i find the ID of my language (german)? Link to comment Share on other sites More sharing options...
vekia Posted March 20, 2014 Share Posted March 20, 2014 for each shop id is different, you have to check it on your own go to localization > languages you can find id here: Link to comment Share on other sites More sharing options...
Palido Posted May 6, 2014 Author Share Posted May 6, 2014 it worked - thanks 1 Link to comment Share on other sites More sharing options...
vekia Posted May 6, 2014 Share Posted May 6, 2014 thank you for confirmation, even after one month it's worth to know that everytihng is okay i marked topic as solved. with regards, Milos Link to comment Share on other sites More sharing options...
mojweb Posted October 25, 2014 Share Posted October 25, 2014 you can do it with mysql query for example: Update ps_product_lang SET available_now='new text for in stock', available_later='new text for out of stock' WHERE id_lang='2' where id_lang is an ID number of language you want to change. Its not working. Link to comment Share on other sites More sharing options...
guilhermebarbeiro Posted June 17, 2015 Share Posted June 17, 2015 Have another method to change this text? Link to comment Share on other sites More sharing options...
davidanna23 Posted May 20, 2016 Share Posted May 20, 2016 In Prestashop 1.6.1.4 doesn't Work. Error: "SELECT does not exist". Please help me. Link to comment Share on other sites More sharing options...
Recommended Posts