[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Inventory compare in search results
Hello,
I've been setting up an inventory system lately. I have all the
decrementing working off the report.html page but I can't get a product to
not display in the search results if it is out of inventory.
http://www.minivend.com/minivend/minivend-list/1998-old/0447.html
This page refers to a way to go to the next in a loop if the inventory shows
zero on the browse.html.
I want to do the same thing, only with the search results page.
[loop-next][calc]return 1 if [loop-data inventory quantity] <
1[/calc][/loop-next]
This doesn't work because the search results apparently aren't a "loop".
Any ideas?
Thanks,
Russ