moderk Posted December 9, 2014 Share Posted December 9, 2014 (edited) Hi, I'm confused with mail adresses for guests. When I want to get their mail adress I need to go to their data site and copy mail adress than go back to order management. How to add mail adress to shipping adress ? Is there any easy way to modify ADMIN TEMPLATE FILE ? Thank You /* PRESTA SHOP 1.6.0.9 */ Edited December 9, 2014 by moderk (see edit history) Link to comment Share on other sites More sharing options...
Anto Webcraft Posted December 9, 2014 Share Posted December 9, 2014 Hi, Yes you can easily modify admin template files by overrding them in override/controller/admin/templates/* For existing admin templates you have to respect the original folder tree from your admin theme directory : admin-*/themes/default/template/* and copy the desired file in. More info here : http://doc.prestashop.com/display/PS15/Using+helpers+to+overload+a+back-office+template However you can find client any address in order management page in the CLIENT block on the top right. Cheers Link to comment Share on other sites More sharing options...
moderk Posted December 14, 2014 Author Share Posted December 14, 2014 Thank You for Your response. I know how to override theme. But I need to know how to add maila adress like in picture. Are You able to show me in which file should I change it and how to do it ? Thank You Kamil Link to comment Share on other sites More sharing options...
Anto Webcraft Posted December 15, 2014 Share Posted December 15, 2014 You can add : <br/>{$customer->email} in /override/controllers/admin/templates/orders/helpers/view/view.tpl line : 689 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now