Jump to content

Replace Order Reference With Order Id


siomosp

Recommended Posts

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 

post-136558-0-91809200-1450793124_thumb.jpg

Link to comment
Share on other sites

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

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...