neness Posted February 4, 2010 Share Posted February 4, 2010 J'ai un problème que j'aimerai bien résoudre rapidement. Lorsque on est sur la commande client, n'apparaît pas le (ou les ) numéro de téléphone. On est obligé d'aller dans la fiche client et revenir dans la commande client. Quand vous 10 clients a appeler par rapport à leur commande, on pête vite les plombs. Quelqu'un pourrait-il me tuyauter,je n'ai rien trouvé dans le forum sur ce sujet Link to comment Share on other sites More sharing options...
ckarone Posted February 4, 2010 Share Posted February 4, 2010 Bonjour,Dans admin/tabs/AdminOrders.php '.$addressDelivery->address1.' '. (!empty($addressDelivery->address2) ? $addressDelivery->address2.' ' : '') .' '.$addressDelivery->postcode.' '.$addressDelivery->city.' '.$addressDelivery->country.($addressDelivery->id_state ? ' - '.$deliveryState->name : '').' et ajouter ceci à la suite: '.($addressDelivery->phone ? ' '.$addressDelivery->phone : '').($addressDelivery->phone_mobile ? ' - '.$addressDelivery->phone_mobile : '').' Trouver aussi dans la même page admin/tabs/AdminOrders.php '.$addressInvoice->address1.' '. (!empty($addressInvoice->address2) ? $addressInvoice->address2.' ' : '') .' '.$addressInvoice->postcode.' '.$addressInvoice->city.' '.$addressInvoice->country.($addressInvoice->id_state ? ' - '.$invoiceState->name : '').' et ajouter ceci à la suite '.($addressInvoice->phone ? ' '.$addressInvoice->phone : '').($addressInvoice->phone_mobile ? ' - '.$addressInvoice->phone_mobile : '').' Link to comment Share on other sites More sharing options...
neness Posted February 4, 2010 Author Share Posted February 4, 2010 Super sympa Bylix.J'essaierai ce soir et te tiens au courantEncore merci Link to comment Share on other sites More sharing options...
neness Posted February 4, 2010 Author Share Posted February 4, 2010 Tout simplement Nickel.ça fait du bien.Merci Bilyx :-) 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