Jump to content

[Solved] Customer mobile number on order details page


Recommended Posts

Hi,

I am using prestashop 1.4.1

I want customer mobile phone number to display on order details page. Currently only home phone is displayed on order details page.

I appreciate if anyone can help me do do it.

47372_nEkl9NEYYzN1y9ivGMKk_t

Link to comment
Share on other sites

Thanks for the reply.

i have gone through the function displayAddressDetail in AdminOrders.php but did not find any thing, may be i am not very fluent in php.

Can you please guide me precisely what to modify?

thanks

Link to comment
Share on other sites

Thank you, It worked.

it need database access.

What i did is:

Go to ps_address_format table. Find your countries ID & edit record. At the end of format field add phone_mobile & save.

The mobile phone will start showing up on order details page.

Link to comment
Share on other sites

  • 9 months later...

Thank you, It worked.

 

it need database access.

 

What i did is:

 

Go to ps_address_format table. Find your countries ID & edit record. At the end of format field add phone_mobile & save.

 

The mobile phone will start showing up on order details page.

 

Do you have to go through each country id and add iti nto every single one?

 

Quicker to execute them all at once:

 

UPDATE `db1084964_ruby`.`ps_address_format` SET `format` = 'firstname lastname company vat_number address1 address2 postcode city Country:name phone phone_mobile'

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...