racemaniac Posted July 3, 2021 Share Posted July 3, 2021 (edited) Wie weet wat de veldnaam is( database field binnen ps_product ) in de database zodat ik deze eventueel handmatig kan updaten of via een SQL query ( in PHPMyAdmin) tnx Edited July 4, 2021 by racemaniac Solved (see edit history) Link to comment Share on other sites More sharing options...
racemaniac Posted July 4, 2021 Author Share Posted July 4, 2021 Tnx, ik ga ermee aan de slag 3 hours ago, Crezzur said: Dit kan je terugvinden in tabel ps_stock_available 0: Bestellingen niet toestaan1: Bestellingen toestaan2: 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now