hegos Posted October 31, 2011 Share Posted October 31, 2011 Hi, I can't find the solution how to add new column in BO Orders overview. I would like to add in AdminOrders tab right before this line located on line 57: 'id_order' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25), a new line showing the URL with Id order number at the end of URL something like: 'new_column' => array('title' => $this->l('New_column'), 'width' => 25, 'align' => 'center','prefix' => '<a href="http://something.com/test.php?$order_id ">', 'suffix' => '</a>' ), How to print the order_id ? Thank a lot. Link to comment Share on other sites More sharing options...
hegos Posted November 2, 2011 Author Share Posted November 2, 2011 Really nobody from you Prestashop gurus?! It cannot be such complicated. Link to comment Share on other sites More sharing options...
fishordog Posted August 17, 2012 Share Posted August 17, 2012 bump Link to comment Share on other sites More sharing options...
vekia Posted August 18, 2012 Share Posted August 18, 2012 you want to display some value from array defined here: 'id_order' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25), or what? 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