Jump to content

Order Confirmation email not showing telephone number of customer?


Vilas

Recommended Posts

Hi Friends,

 

My customer are entering telephone number while creating account on site. But that is not reflecting in order cofirmation email. i.e in billing and delivery field of email.

 

Please let me know if anyone have solution on it.

 

Thanks

Link to comment
Share on other sites

  • 2 weeks later...

I have noticed that also the phone number is not showing up on the order page of back office.

 

PSv 1.4.9.0

 

 

EDIT: Fixed by adding:

 

'.(!empty($addressInvoice->phone) ? $addressInvoice->phone.'<br />' : '').'
'.(!empty($addressInvoice->phone_mobile) ? $addressInvoice->phone_mobile.'<br />' : '').'

 

to AdminOrders.php around line 710

Edited by evolution.x (see edit history)
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...