Jump to content

[SOLVED] Change availability text (in stock, out of stock)


Recommended Posts

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

  • 1 month later...
  • 5 months later...

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.

 

select.jpg

Link to comment
Share on other sites

  • 7 months later...
  • 11 months later...
×
×
  • Create New...