Re: Re: Adding extra fields to the product
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)

@cway: if you're adding this with hook_form_alter(), you can change its positioning using weights. If it's simply a field to enter in a year, I'd recommend the CCK module to ya.
@ystanley: in order to avoid an outright dependency on CCK, these default product fields are handled separately as you've found out. However, instead of hacking the core module, you can instead write a custom module that uses hook_form_alter() to reorganize and adjust what fields are displayed to the user.