Jump to content

Set the "displayed text when back-ordering is allowed" in DB - where?


Recommended Posts

It's the available_later column in the ps_product_lang table.

 

You can use an SQL query like the following to update them all at once:

UPDATE `ps_product_lang` SET `available_later` = 'In stock' WHERE `id_lang` = 1

Change ps_ to your database prefix, 'In stock' to your new translation and 1 to the appropriate language ID for your translation.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...