I need some guidance
Removing SKU on product edit page (38 replies) Tue, 12/11/2007 - 22:12
- Re: Removing SKU on product edit page (04/15/2009 - 11:49)
- Re: Removing SKU on product edit page (03/11/2009 - 03:03)
- Re: Re: Removing SKU on product edit page (03/19/2009 - 03:08)
- I need more help (10/06/2008 - 11:18)
- Re: Removing SKU on product edit page (12/12/2007 - 10:04)
- Re: Re: Removing SKU on product edit page (12/12/2007 - 13:26)
- Re: Re: Re: Removing SKU on product edit page (12/12/2007 - 23:56)
- Product Power Tools (10/10/2009 - 17:33)
- Is this working on D6.9? (03/06/2009 - 12:31)
- Re: Is this working on D6.9? (03/06/2009 - 17:42)
- Re: Re: Is this working on D6.9? (03/06/2009 - 22:18)
- Re: Re: Re: Is this working on D6.9? (03/07/2009 - 00:46)
- Re: Re: Re: Re: Is this working on D6.9? (03/08/2009 - 04:35)
- Re: Re: Re: Is this working on D6.9? (03/07/2009 - 00:46)
- Re: Re: Is this working on D6.9? (03/06/2009 - 22:18)
- Re: Is this working on D6.9? (03/06/2009 - 17:42)
- Can't get this to work... (01/28/2009 - 04:29)
- Re: Can't get this to work... (02/22/2009 - 12:29)
- Re: Re: Can't get this to work... (02/22/2009 - 18:01)
- Re: Can't get this to work... (02/22/2009 - 12:29)
- Re: Re: Re: Re: Removing SKU on product edit page (02/13/2008 - 08:40)
- remove weight and dimensions (02/15/2008 - 07:04)
- Re: remove weight and dimensions (02/15/2008 - 08:59)
- Re: Re: remove weight and dimensions (03/12/2008 - 08:12)
- awesome! (08/12/2008 - 08:38)
- Re: awesome! (08/12/2008 - 10:39)
- goodeit wrote:Ryan recently (10/23/2008 - 02:25)
- I need some guidance (09/25/2008 - 02:20)
- Re: I need some guidance (09/25/2008 - 08:52)
- Re: Re: I need some guidance (09/25/2008 - 16:37)
- Re: Re: Re: I need some guidance (09/25/2008 - 16:49)
- Re: Re: Re: Re: I need some guidance (09/30/2008 - 11:47)
- Re: Re: Re: Re: Re: I need some guidance (09/30/2008 - 20:10)
- I used coder, now what? (10/08/2008 - 21:13)
- Re: I used coder, now what? (10/09/2008 - 11:58)
- Weird,
Glad you got it (10/09/2008 - 14:39)
- Re: Weird, Glad you got it (10/09/2008 - 14:48)
- Weird,
Glad you got it (10/09/2008 - 14:39)
- Re: I used coder, now what? (10/09/2008 - 11:58)
- Re: Re: Re: Re: Re: Re: I need some guidance (10/01/2008 - 16:24)
- I used coder, now what? (10/08/2008 - 21:13)
- Re: Re: Re: Re: Re: I need some guidance (09/30/2008 - 20:10)
- Re: Re: Re: Re: I need some guidance (09/30/2008 - 11:47)
- Re: Re: Re: I need some guidance (09/25/2008 - 16:49)
- Re: Re: I need some guidance (09/25/2008 - 16:37)
- Re: I need some guidance (09/25/2008 - 08:52)
- Re: awesome! (08/12/2008 - 10:39)
- awesome! (08/12/2008 - 08:38)
- Re: Re: remove weight and dimensions (03/12/2008 - 08:12)
- Re: remove weight and dimensions (02/15/2008 - 08:59)
- remove weight and dimensions (02/15/2008 - 07:04)
- Re: Re: Re: Re: Removing SKU on product edit page (12/13/2007 - 12:43)
- Re: Re: Re: Removing SKU on product edit page (12/12/2007 - 23:56)
- Re: Re: Removing SKU on product edit page (12/12/2007 - 12:42)
- Re: Re: Re: Removing SKU on product edit page (06/09/2008 - 13:06)
- Re: Re: Removing SKU on product edit page (12/12/2007 - 13:26)
- Re: Removing SKU on product edit page (12/12/2007 - 00:42)

Hi All, I wanted to disable the SKU on my install too becuase I hope to convert my install into a catalogue. I don't need to sell things. Anyway, I took the code and updated the .info file to match the requirements for 6.4 on drupal. THat worked. Now I can't find the Forum id the product_node_form doesn't work anymore but I don't know why.
I got this: It is prudent to test for your form_id. This would serve to eliminate a number of difficult to debug errors. If you do not the name of your form, view the form source in the browser. It should look something like:
<input type="hidden" name="edit[form_id]" id="edit-mypage-node-form" value="mypage_node_form" />from molecular sciences.org but it doesn't work. this is what the browser shows for the input type on the sku field:
<div class="form-item" id="edit-model-wrapper"><label for="edit-model">SKU: <span class="form-required" title="This field is required.">*</span></label>
<input type="text" maxlength="128" name="model" id="edit-model" size="32" value="" class="form-text required" />
<div class="description">Product SKU/model.</div>
</div>
So, I am a little confused as to how to determine form id.
Can someone clarify?
Thanks,
raspberryheaven