Jump to content

affichage des adresses sur le recapitulatif de commande


jolvil

Recommended Posts

C'est dans shopping-cart.tpl

Dans le thème par défaut, c'est :

>    {if $delivery->id}
</pre>
<ul>
{l s='Delivery address'}
       {if $delivery->company}{$delivery->company|escape:'htmlall':'UTF-8'}{/if}
{$delivery->lastname|escape:'htmlall':'UTF-8'} {$delivery->firstname|escape:'htmlall':'UTF-8'}
{$delivery->address1|escape:'htmlall':'UTF-8'}
       {if $delivery->address2}{$delivery->address2|escape:'htmlall':'UTF-8'}{/if}
{$delivery->postcode|escape:'htmlall':'UTF-8'} {$delivery->city|escape:'htmlall':'UTF-8'}
{$delivery->country|escape:'htmlall':'UTF-8'}
</ul>
<br>   {/if}<br>   {if $invoice->id}<br><ul>
{l s='Invoice address'}
       {if $invoice->company}{$invoice->company|escape:'htmlall':'UTF-8'}{/if}
{$invoice->lastname|escape:'htmlall':'UTF-8'} {$invoice->firstname|escape:'htmlall':'UTF-8'}
{$invoice->address1|escape:'htmlall':'UTF-8'}
       {if $invoice->address2}{$invoice->address2|escape:'htmlall':'UTF-8'}{/if}
{$invoice->postcode|escape:'htmlall':'UTF-8'} {$invoice->city|escape:'htmlall':'UTF-8'}
{$invoice->country|escape:'htmlall':'UTF-8'}
</ul>
<br>  

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