Re: Re: Adding extra fields to the product

Joined: 08/07/2007
Juice: 15046

@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.

Adding extra fields to the product By: sajt (19 replies) Sun, 02/17/2008 - 11:22