Re: Re: Put CCK field in 'Product information' on product edit f

Posts: 59
Joined: 08/08/2007
Early adopter... addicted to alphas.Getting busy with the Ubercode.

Yeah, I know CCK through the browser doesn't know anything about it, but I'm trying to use hook_form to take that CCK field and move it to a new place. It just occured to me that maybe it would be better just to create the fields in the hook_form function. If I'm going to have to do work on it anyway, might as well just create it there.

Ok, I'll see if doing it that works.