[ic] Hiding certain products

Dennis Chen interchange-users@icdevgroup.org
Tue Mar 4 14:49:00 2003


 
> I have some products I do not want to show up in the shopping 
> cart.. Ie. a
> wooden pallet.  We keep track of them with our database but 
> we do not sell
> them.  How do I make it so that interchange displays only the 
> products that
> we do want the customer to see and not every item in that 
> catagory on that
> page.  At this point.. removing a catagory is out of the 
> picture.  Products
> change all the time so I need something along the lines of 
> adding another
> field with a value of "no web" or something of that nature.

Adding an extra field "visible" in the products table is what I did 
ie. visible=Y will light up the product and visible=N will do the opposite.
I then added "sf=visible/se=Y" to all our search tags.  

hope that helped.
Dennis