Gesamten Bestand auf Null setzen (Produkte)[SQL]
Ändern Sie das Präfix jos_ in das Präfix, das Sie verwenden.
-- zero all of the stock (products)
UPDATE jos_phocacart_products SET stock = '0';
Ändern Sie das Präfix jos_ in das Präfix, das Sie verwenden.
-- zero all of the stock (products)
UPDATE jos_phocacart_products SET stock = '0';