Re: Removing SKU on product edit page

Joined: 08/07/2007
Juice: 15046

Hmm.. for the product edit page, there actually isn't an option for this... but you can do a few tricks. You can use JS to put in some placeholder text (maybe just a space?) and CSS to hide that field based on its ID. You could also make a small module to make the field not required or remove it from the form altogether using Drupal's hook_form_alter().

Removing SKU on product edit page By: jag (38 replies) Tue, 12/11/2007 - 22:12