Jump to content

Afficher les info supplementaire du client sur la page "AdminOrders.php"


Recommended Posts

Bonjour,

 

Comment ajouter <label for="other">{l s='Additional information'}</label>

dans la page AdminOrders ?

 

Par ex pour ajouter le numéro de tel du client on ajoute cette ligne : '.$addressDelivery->phone.'

 

mais quelle est le raccourcie pour "Additional information"

 

SVP

Merci

Link to comment
Share on other sites

Bonjour,

 

Je suppose que vous voulez parler du système de traduction ?

 

Si c'est bien celà, vous pouvez l'appeler de cette façon :

 

<?php echo '<label for="other">'.$this->l('Additional information').'</label>'; ?> 

 

Code PHP bien sûr ;)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...