Hi,
Is it possible to remove(hide) the List price, Cost and other production information fields from being displayed in the product add form?
Thanks.
-david
|
Ubercart |
|
|
|
||
|
Sun, 07/27/2008 - 18:05
Hi, Is it possible to remove(hide) the List price, Cost and other production information fields from being displayed in the product add form? Thanks. -david
Re: Remove Production Information Fields
Yes, it is possible by making a quick module that implement the hook_form_alter function. In that function you can get the form array before and alter it before his generation. So you can remove the field you don't want to this array. There is a module that allow to hide forms like that, it's formfilter, if he don't do what you want, go to solution #1 ^^ |
|