Jump to content

Afficher la ville sur la facture


Anthony

Recommended Posts

2 minutes ago, doekia said:

où, quand, comment ?

tu as du toner dans l'imprimante?

 

 

Je veux le rajouter dans le invoice.shipping-tab.tpl.

<table id="shipping-tab" width="100%">
    <tr>
        <td class="shipping center small grey bold" width="44%">{l s='Carrier' d='Shop.Pdf' pdf='true'}</td>
        <td class="shipping center small white" width="56%">{$carrier->name}</td>
    </tr>
  <tr>
        <td class="shipping center small grey bold" width="44%">{l s='Incoterm' d='Shop.Pdf' pdf='true'}</td>
        <td class="shipping center small white" width="56%">{$delivery_address->city}</td>
    </tr>
</table>
 

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...