shall-ee Posted February 20, 2009 Share Posted February 20, 2009 Hey guys,does anyone know how i can edit the options in the "Add new product" Admin Tab?I don´t need the fields: Supplier Reference, Reference, Pre-Tax Price, etc.Have been looking at admin/tabs etc. but didn´t find anything.thx in advance! Link to comment Share on other sites More sharing options...
dmmctba Posted February 23, 2009 Share Posted February 23, 2009 That would be nice, I need to make some fields go away too! Link to comment Share on other sites More sharing options...
Scubasjl Posted March 17, 2009 Share Posted March 17, 2009 Anything yet? Link to comment Share on other sites More sharing options...
rocky Posted March 18, 2009 Share Posted March 18, 2009 Unfortunately, there is no easy way to do this. You have to mess around with the code to do it.Search for the label in admin/tabs/AdminProducts.php. There will be one for the 1. Info tab and one for the 3. Combinations tab. For each of them, add style="display: none;" to the appropriate cells to hide them. It is better to do this, rather than delete, because some items like Pre-tax Retail Price are required and will cause an error when deleted.As an example, to remove the Pre-tax Retail Price, change: '.$this->l('Pre-tax retail price:').' to: '.$this->l('Pre-tax retail price:').' The others are a little more difficult, but can be done in a similar way. Link to comment Share on other sites More sharing options...
Recommended Posts