Hi,
I need to set all stock and booked to zero , but keeping the products.
Any ideas please?
Many thanks
VirtueMart 3.4.2 joomla 3.9.0
If you have access to mysql it is a simple update to the product tab
yes I do, could you explain more please?
Many thanks
UPDATE `#__virtuemart_products` SET `product_in_stock`= 0,`product_ordered`= 0
thanks guys, all done :D