I'm using views with eC products so I can have a grid view of my products. I've also got an rss feed set up for products so my customers can see when I add new items.
here's my issue:
if I leave products in my store published after they're sold, my store gets cluttered up with sold out items because I make OOAK beads.
if I unpublish sold out items, people clicking on the item in their rss reader will get a page not found error.
so, I want items to stay published, but not show up in the view, but I'm not sure how to set something up to check for inventory != 0.
the other thing I thought of is changing the product vocabulary term to something like "sold items" which is excluded from the view, which seems like the simplest way to do it.
but I'd like to know, how would you do it?