Jump to content

Database veld naam van wanneer product niet op voorraad instelleing ( Solved)


racemaniac

Recommended Posts

Dit kan je terugvinden in tabel ps_stock_available

0: Bestellingen niet toestaan
1: Bestellingen toestaan
2: Standaard (in of uitgeschakeld) zoals ingesteld op Productvoorkeuren-pagina

 

UPDATE '._DB_PREFIX_.'stock_available SET out_of_stock = 0
WHERE id_product = '#id_product' AND id_product_attribute = '#id_product_attribute'

 

Edited by Crezzur (see edit history)
Link to comment
Share on other sites

Tnx,   ik ga ermee aan de slag

 

 

3 hours ago, Crezzur said:

Dit kan je terugvinden in tabel ps_stock_available

0: Bestellingen niet toestaan
1: Bestellingen toestaan
2: Standaard (in of uitgeschakeld) zoals ingesteld op Productvoorkeuren-pagina

 

UPDATE '._DB_PREFIX_.'stock_available SET out_of_stock = 0, quantity = 0,
WHERE id_product = '#id_product' AND id_product_attribute = '#id_product_attribute'

 

 

Link to comment
Share on other sites

  • racemaniac changed the title to Database veld naam van wanneer product niet op voorraad instelleing ( Solved)

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