iantooke Posted September 4, 2013 Share Posted September 4, 2013 Hello, I am using version 1.5.4.1 and on the order management page it does not list the customers telephone number anywhere. Can anyone help me configure the page to show the phone number under the "Shipping Address" I know on previous versions the page to edit was admin/tabs/adminorder.php but this has now moved? Any help gratefully received. Thanks Ian Link to comment Share on other sites More sharing options...
vekia Posted September 4, 2013 Share Posted September 4, 2013 in this case you will have to edit admin template file located in your admin directory in subdirectory: themes/default/ 2 Link to comment Share on other sites More sharing options...
iantooke Posted September 5, 2013 Author Share Posted September 5, 2013 For anyone else looking for this go to: admin/themes/default/template/controllers/orders/helpers/view/view.tpl Find {displayAddressDetail address=$addresses.delivery newLine='<br />'} {if $addresses.delivery->other}<hr />{$addresses.delivery->other}<br />{/if} and change to {displayAddressDetail address=$addresses.delivery newLine='<br />'} {if $addresses.delivery->other}<hr />{$addresses.delivery->other}<br />{/if} <br/><br/>Phone: {$addresses.delivery->phone}<br/>Mobile: {$addresses.delivery->phone_mobile} You will then find the customers phone and mobile number on the Admin Order Management page 5 1 Link to comment Share on other sites More sharing options...
vekia Posted September 5, 2013 Share Posted September 5, 2013 awesome thanks for solution now i can go and mark this thread as [solved] best regards 1 Link to comment Share on other sites More sharing options...
ps3z Posted September 28, 2013 Share Posted September 28, 2013 i solved it. Youre are so great! Link to comment Share on other sites More sharing options...
GS VISION Posted September 30, 2013 Share Posted September 30, 2013 And what about if I want to edit the {displayAddressDetail address=$addresses.delivery newLine='<br />'} where it is defined? I know about the feature in the admin panel, but we use the zones for carrier definition and need it, just don`t want to see the info in the admin panel. Link to comment Share on other sites More sharing options...
compmo Posted October 23, 2013 Share Posted October 23, 2013 Hello, it would be great addition if we can add a field in main admin/orders page for the phone number and it would be searchable like order id or customer name Thanks! Link to comment Share on other sites More sharing options...
Kaspi88 Posted November 7, 2013 Share Posted November 7, 2013 (edited) Setting in back office prestashop Location > Countries > edit add phone or phone_mobile Edited November 7, 2013 by Kaspi88 (see edit history) 2 Link to comment Share on other sites More sharing options...
ps3z Posted November 7, 2013 Share Posted November 7, 2013 Setting in back office prestashop Location > Countries > edit add phone or phone_mobile AdminCountries.png your solution is more good than change view.tpl file in admin Link to comment Share on other sites More sharing options...
marcis Posted September 13, 2014 Share Posted September 13, 2014 Setting in back office prestashop Location > Countries > edit add phone or phone_mobile AdminCountries.png I tried but nothing changed... Link to comment Share on other sites More sharing options...
trevorgilligan Posted January 5, 2015 Share Posted January 5, 2015 thank you iantooke and vekia and im sorry for all questions im looking to remove the email address and shipping / invoice address and "view full detail" ... where can i find this in the code? if you are busy again no problem Link to comment Share on other sites More sharing options...
trevorgilligan Posted January 5, 2015 Share Posted January 5, 2015 actually sorry about last post if i could even just remove the "link to pdf" and "view button" in orders that would solve it, thank you, trev Link to comment Share on other sites More sharing options...
Bejo Posted May 17, 2015 Share Posted May 17, 2015 When a order is placed a e-mail is sent to the website. How can i edit this e-mail to show me the mail and phone number of the customer, so i don't have to go back to BO to look for them. And if you can direct me to the files where i cand edit the css of this email and the confirmation email the customer gets. Thank you in advance. PS: Sorry for my bad english. Link to comment Share on other sites More sharing options...
trevorgilligan Posted May 18, 2015 Share Posted May 18, 2015 you can edit mails in yourstore/mails . also if you go into the back office languages / translations / emails / your theme / language and click this a list of emails that you can change come up. i think your looking for one that is called "order" or "order success" or "payment accepted" . Link to comment Share on other sites More sharing options...
nikmagnus Posted May 24, 2015 Share Posted May 24, 2015 Hi there, Im really grateful for this solution. I edited Australia in Localisation --> country and added phone_mobile to the list and it works a charm. Thanks! Nik 1 Link to comment Share on other sites More sharing options...
kNife77 Posted February 2, 2016 Share Posted February 2, 2016 Hello, it would be great addition if we can add a field in main admin/orders page for the phone number and it would be searchable like order id or customer name Thanks! Hi, Had the same problem, didn't found an answer on the net and I modified the core. So go to the controllers/admin/AdminOrdersController.php and around line 109 you should find and just add this line (note, replace 'phone_mobile' with 'phone' if needed) And here is the result Hope it helps This fix is for prestashop 1.6.0.9 1 Link to comment Share on other sites More sharing options...
b.tsvetkov Posted June 10, 2016 Share Posted June 10, 2016 Hi, Had the same problem, didn't found an answer on the net and I modified the core. So go to the controllers/admin/AdminOrdersController.php and around line 109 you should find and just add this line (note, replace 'phone_mobile' with 'phone' if needed) And here is the result Hope it helps This fix is for prestashop 1.6.0.9 I tryed this but it doesn work on prestashop 1.6.1.5 version. Link to comment Share on other sites More sharing options...
Goalmarketing Posted June 20, 2016 Share Posted June 20, 2016 For anyone else looking for this go to: admin/themes/default/template/controllers/orders/helpers/view/view.tpl Find {displayAddressDetail address=$addresses.delivery newLine='<br />'} {if $addresses.delivery->other}<hr />{$addresses.delivery->other}<br />{/if} and change to {displayAddressDetail address=$addresses.delivery newLine='<br />'} {if $addresses.delivery->other}<hr />{$addresses.delivery->other}<br />{/if} <br/><br/>Phone: {$addresses.delivery->phone}<br/>Mobile: {$addresses.delivery->phone_mobile} You will then find the customers phone and mobile number on the Admin Order Management page Hi, I need to show the vat_nunber in order page -> Invoice address. Is this field? {$addresses.invoice->vat_number} ? i insert in admin/themes/default/template/controllers/orders/helpers/view/view.tpl, inside <h4 class="visible-print">{l s='Invoice address'}</h4> but not show. How can i do this? Link to comment Share on other sites More sharing options...
hakeryk2 Posted July 7, 2016 Share Posted July 7, 2016 @Goalmarketing If You would read this whole You will find out that You can do this without editing files but go to BO -> Location -> Countries and edit country You like and edit format address and add vat_number to the list ... Link to comment Share on other sites More sharing options...
Recommended Posts