Drupal formfiler module as an alternative
Adding extra fields to the product (19 replies) Sun, 02/17/2008 - 11:22
- Hi, guys! Please tell me how (09/21/2009 - 18:14)
- Product Installation service as extra (07/29/2009 - 12:08)
- Re: Product Installation service as extra (09/01/2009 - 12:57)
- A website where people can buy information (09/16/2008 - 09:03)
- Drupal formfiler module as an alternative (05/15/2008 - 15:51)
- Re: Adding extra fields to the product (03/20/2008 - 10:20)
- Re: Re: Adding extra fields to the product (03/20/2008 - 12:37)
- hook_form_alter() (03/20/2008 - 17:42)
- Re: hook_form_alter() (04/07/2008 - 19:51)
- Re: Re: hook_form_alter() (04/11/2008 - 17:34)
- Re: hook_form_alter() (04/07/2008 - 19:51)
- hook_form_alter() (03/20/2008 - 17:42)
- Re: Re: Adding extra fields to the product (03/20/2008 - 12:37)
- CCK fields (03/06/2008 - 21:50)
- Re: CCK fields (03/07/2008 - 08:46)
- Re: Re: CCK fields (03/20/2008 - 17:45)
- Re: CCK fields (03/07/2008 - 08:46)
- The magical and wondrous CCK (02/18/2008 - 09:11)
- Re: The magical and wondrous CCK (12/28/2009 - 22:09)
- add field to product (03/19/2008 - 19:05)
- Re: add field to product (03/20/2008 - 08:02)
- Re: Re: add field to product (03/20/2008 - 11:58)
- Re: add field to product (03/20/2008 - 08:02)
- Re: The magical and wondrous CCK (02/19/2008 - 14:17)

Just for anyone else who stumbles on this thread...
I've recently the formfilter module and it seems to work quite well. It allows you to hide form elements for every form through the UI, instead of creating a module just to use hook_form_alter. Since each product class is a different node type, each will have it's own form which can be controlled by formfilter. Not what you need if your doing any heavy modifications to forms, but great for just hiding a few fields.
http://drupal.org/project/formfilter