[ic] hiding a product in the product data table

Tobias Henle interchange-users@interchange.redhat.com
Tue Aug 21 09:57:01 2001


Tobias Henle wrote:
> 
> Hi,
> 
> is there any function to hide a product in the product datatable?
> 
> -tobias henle
> _______________________________________________
> interchange-users mailing list
> interchange-users@interchange.redhat.com
> http://interchange.redhat.com/mailman/listinfo/interchange-users

sorry i have found a solution (but it smells like a workaround ;()

i have added a field "aviallable" to the products table and to each
search the option 

	<INPUT TYPE=hidden NAME=mv_search_field VALUE=available>
	<INPUT TYPE=hidden NAME=mv_column_op VALUE=eq>
	<INPUT TYPE=hidden NAME=mv_searchspec VALUE=1> or <INPUT TYPE=hidden
NAME=mv_value VALUE=1>

or

	tf=available/va=1/op=eq

but i think it would be a nice feature if it is included in the standart
configuration!?

-toby

ps. does anybody know how to add an expretion to every search, like
tf=available/va=1/op=eq so that i can use the Intechange tags corse i am
to lazy to edit every bage