MockoB Posted January 9, 2018 Posted January 9, 2018 I know it is not the right forum but I know I will get more help here than the right one ... I want to remove order ID column from the fields list in the orders list in back office. I am commenting next lines: 'id_order' => array( 'title' => $this->l('ID'), 'align' => 'center', 'width' => 25 ), in AdminOrdersController.php file and the column disappears but when I try to enter any order there is an error: May someone advice me if it is possible to hide that column? Thanks
wakabayashi Posted January 9, 2018 Posted January 9, 2018 @mdekker I wanted to suggest the same. I tried it out. It breaks the design somehow. The list is no more using the full width then.
MockoB Posted January 9, 2018 Author Posted January 9, 2018 I will try your suggestions first thing in the morning. Thank you very much! I wonder why I didn't receive any email notifications about the answers in the topic ...
MockoB Posted January 10, 2018 Author Posted January 10, 2018 Ok, i did the above. There is already class hidden in PS 1.5 and I added another class with display: none property, but when I refresh the page in back office the id numbers are gone but all the columns are one position left. For example the ID title is still there but below it is the reference number etc. So it actually doesn't remove the entire column, the code removes just the ID numbers in the column. About the email notifications, I received them all but it was after my post. May be something with my email provider caused the delay.
wakabayashi Posted February 4, 2018 Posted February 4, 2018 Nope. I triet that back then. Couldn't make it work 100% cleanly. I have no idea about 1.5. I startet PS development with 1.6...
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