siomosp Posted December 21, 2015 Share Posted December 21, 2015 (edited) Hello, i need some help for replacing order reference with order id at BO order details. I suppose it is needed to edit some tpl , but witch? Presta V 1.6.1.3 Thanks! Edited December 21, 2015 by siomosp (see edit history) Link to comment Share on other sites More sharing options...
siomosp Posted December 22, 2015 Author Share Posted December 22, 2015 No need to replace the ID value to reference since both are available in BO Orders: Yes i know But , when you are looking at the products of the order , at the bottom of the page, you only see product referece! I need it for speeding up order processing Link to comment Share on other sites More sharing options...
netplayer Posted December 22, 2015 Share Posted December 22, 2015 Hello, In AdminOrdersController.php look for $this->toolbar_title[] = sprintf($this->l('Order %1$s from %2$s %3$s'), $order->reference , $customer->firstname, $customer->lastname); Located at abt 280 line Change $order->reference to $order->id Rgds 1 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