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)

I am using CCK to add additonal fields to the product content type. I realised that the SKU, list price, cost, and sell price are not CCK fields and therefore not manageable by CCK. I am wondering what is the best way of manipulating of the SKU field such that I am able to place the SKU field under another fieldset along with other CCK fields. Can this be done using alter form hook or do I really need to hack into the uc_product.module?