Jump to content

How to update Default: Allow orders


cktoh

Recommended Posts

Hi , 

 

I would like set Default: Allow orders  as selected value for all the products in my online shop. I just enable the stock management in prestashop, and found that half of my products is defaulted to "deny order" and another half is defaulted to Default: Allow orders . 

 

Is there any way to update the table column to solve this issue?

kindly please provide guidance sql guidance update these column.denyorder.png

 

version : PrestaShop™ 1.5.6.0

Link to comment
Share on other sites

  • 2 years later...
  • 4 months later...

Hello, i have been dealing with this issue for almost a month. Does anyone know if there any functionality somewhere that would trigger a product to switch value for out_of_stock from 2 to 0 ?

 

There are two tables, I spent a lot of time with this issue

 

UPDATE `ps_product`

SET `out_of_stock` = 2;

UPDATE `ps_stock_available`

SET `out_of_stock` = 2;

  • Like 2
Link to comment
Share on other sites

  • 3 months later...
  • 3 years later...

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...