Jump to content

[SOLVED] adminorders.php - Adding phone number to orders in admin panel?


Recommended Posts

Hello,

I find that when viewing an order on admin panel and say you need to contact the customer by phone. You have to go right into there account to view it. Is there anyway to add this to the order in the admin panel.

Thanks for your help!

Link to comment
Share on other sites

  • 1 month later...
  • 11 months later...

Hi,
Within AdminOrders.php


'. (!empty($addressDelivery->company) ? $addressDelivery->company.'
' : '') .$addressDelivery->firstname.' '.$addressDelivery->lastname.'

               '.$addressDelivery->address1.'
'. (!empty($addressDelivery->address2) ? $addressDelivery->address2.'
' : '') .'
               '.$addressDelivery->postcode.' '.$addressDelivery->city.'

               '.$addressDelivery->country.($addressDelivery->id_state ? ' - '.$deliveryState->name : '').'
               '.(!empty($addressDelivery->other) ? ''.$addressDelivery->other.'
' : '').'



There would need to be a bit with phone number

'.$addressDelivery->phonenumber.'

Link to comment
Share on other sites

  • 1 year later...

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...