Hi,
I use a tag “to pack” to tag those orders that are yet to be packed. Is there a way I can get a count of these orders? I.e. get a count of number of orders with the specific tag?
Hi,
I use a tag “to pack” to tag those orders that are yet to be packed. Is there a way I can get a count of these orders? I.e. get a count of number of orders with the specific tag?
You could do this:
Filter orders by that tag on your orders detail page
Export all those orders to csv
Open the csv and check the last number and subtract 1 (to account for the header row)
If you do this often, save the url after you filter by tag, you can use that as a shortcut in the future.