Plugin Support
Ross V. a11n
(@rossviviano)
Automattic Happiness Engineer
Hi there,
> I would like to know if there is a way to increase / decrease stock levels with csv importer rather than replace the current levels?
Sure. You can do this with the built-in WooCommerce CSV importer. After heading to WooCommerce–> Products–> Import, make sure to tick the ‘Update existing products’ box. This guide goes over the process in more detail.
http://cld.wthms.co/6bIXFq
Best,
Ross
Thanks Ross – yes i am aware of the process of uploading a csv file, but my problem is specifically that the ‘stock’ column REPLACES the existing stock level rather than INCREASING it which is what i need to do.
Example – i have 17 packets in stock already of product A, and 13 of product B and 7 of product C.
I have packed up 25 more packets of each product and want to update the stock through csv, to get the correct stock level i have to manually calculate: 17+25, 13+25, 7+25 which seems extremely inefficient and if someone buys something while im calculating, the levels will be incorrect. I want to be able to just INCREASE the stock of each by 25.
Does that make sense? Do you know if this is possible?
Cheers
Fred
con
(@conschneider)
Engineer
Hello there,
I have packed up 25 more packets of each product and want to update the stock through csv, to get the correct stock level i have to manually calculate: 17+25, 13+25, 7+25 which seems extremely inefficient and if someone buys something while im calculating, the levels will be incorrect. I want to be able to just INCREASE the stock of each by 25.
Does that make sense? Do you know if this is possible?
Totally makes sense, but I have not come across any stock manager that does this. You will have to do the math for now and set stock values instead of wanting to increase them.
But then again, CSV sheets can do that math for you if your cells have a SUM function instead of a set value. That maybe makes it a bit more convenient: http://cld.wthms.co/wuJSlG
I am marking this as resolved, but feel free to follow up or open a new thread anytime.
Kind regards,