goodeit wrote:Ryan recently

Joined: 03/19/2008
Juice: 188
goodeit wrote:

Ryan recently showed me http://drupal.org/project/formfilter which allows complete customization of many forms on your site. It's great for hiding things like dimensions, weight, etc (Fields that we do not use).

Also, webmasterkai has contributed a module that auto-fills the SKU based on selectable tokens (and gives the option to hide the sku field altogether). http://www.ubercart.org/contrib/4307

Form filter does not seem to be able to hide fields that are 'required'. I tried hiding the SKU field, but it still showed up even in the 'preview filtered form' view. It worked for fields that are not required.

As for autosku, it does hide the field in the product edit page, but it needs to generate an sku at the same time. I had [nid] as the token pattern for this and for some reason, the nid always got printed on the product's view page, although the SKU field itself was hidden on the edit page. I had to reluctantly disable the module.

Update: Okay, got it just now. You have to turn off 'Model' in the product settings display (http://domain.com/admin/store/settings/products/edit/fields) for the nid generated by AutoSKU not to show in the product view page.

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