Re: Removing SKU on product edit page

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15422
Re: Removing SKU on product edit page

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 (48 replies) Tue, 12/11/2007 - 23:12