jbernwieser Posted May 2, 2014 Share Posted May 2, 2014 Hi there, I am trying to hide the product-id from my backoffice product page. By removing $this->fields_list['id_product'] = array( 'title' => $this->l('ID'), 'align' => 'center', 'class' => 'fixed-width-xs', 'type' => 'int' ); from my AdminProductsController.php I get a fatal error as the id is needed for further processes. That's why I want to hide the ID but I couldn't figure out how to do it. Does anybody have an idea how this can be achieved? Thanks a lot! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now