ukbill69 Posted April 11, 2009 Share Posted April 11, 2009 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 More sharing options...
Masino Sinaga Posted May 22, 2009 Share Posted May 22, 2009 How about this:http://www.prestashop.com/forums/viewthread/19172/modules/module_new_super_user_/ Link to comment Share on other sites More sharing options...
Site Posted April 29, 2010 Share Posted April 29, 2010 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 More sharing options...
Site Posted April 30, 2010 Share Posted April 30, 2010 Add the following code within the above '.$addressDelivery->phone.' '.$addressDelivery->phone_mobile.' Link to comment Share on other sites More sharing options...
Repacheco81 Posted May 6, 2010 Share Posted May 6, 2010 Add the following code within the above '.$addressDelivery->phone.' '.$addressDelivery->phone_mobile.' Thanks Very much Link to comment Share on other sites More sharing options...
dandumit Posted May 11, 2011 Share Posted May 11, 2011 since Presta 1.4 the address fields displayed on AdminOrders it's configurable .Actually I can't find where I did this but someone could tell us. 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