Plugin Support
Doug – a11n
(@dougaitken)
Automattic Happiness Engineer
Hey @tushov
This isn’t available via the admin area but it is possible to filter those products using a CSV export.
Using the core WooCommerce Importer/Exporter tool, you can export a list of all products. I’d recommend using a few columns such as ID
, SKU
, and Name
so you know which products they are. Also include the Backorders allowed?
column.
Once exported, sort the Backorders allowed?
for notify
– this would then be the list of products that you are looking for.
I hope this helps, have a great day!
Thanks,
Thread Starter
Leonid
(@tushov)
There are 22 thousand products in the database of the site!
Our manager will constantly pump in CSV-format and manually process the goods – horror!
Is it really impossible to add the ability to filter products by this attribute (Backorders allowed? = notify) in the admin panel?
Really for so many years nobody needed such a simple function?
Thread Starter
Leonid
(@tushov)
I solved the problem for myself – by creating my own plugin. I don’t understand why this is not in WooCommerce itself?
If anyone else needs to solve the same problem – here is my plugin: https://github.com/enshtein/Woo-Filter-By-Backorders
-
This reply was modified 2 years, 1 month ago by
Leonid.