Jump to content

How can I add courier to Orders page ?


Recommended Posts

I need to display chosen shipping company (carrier) to the main "Orders" page.

Ideally next to the "payment method". So it looks like this: Bank wire|DHL

 

I think, it needs to go to adminorders.php , but can someone help me with a code, please?

 

 

Ok, I added this line:

'id_carrier' => array('title' => $this->l('Shipping'), 'width' => 20),

 

it's ok, but it shows carrier id and not name. How can I get the name instead of the id?

Link to comment
Share on other sites

  • 4 months later...
×
×
  • Create New...