Jump to content

Recommended Posts

Bonjour,

 

Il faut aller dans : pdf/header.tpl à la racine du site et modifier le code :)

 

comme ceci :

<table style="width: 100%">
<tr>
<td style="width: 50%">
 {if $logo_path}
  <img src="{$logo_path}" style="width:{$width_logo}px; height:{$height_logo}px;" />
 {/if}
</td>
<td style="width: 50%; text-align: right;">
 <table style="width: 100%">
  <tr>
<td style="font-weight: bold; font-size: 14pt; color: #444; width: 100%"></td>
  </tr>
  <tr>
<td style="font-size: 14pt; color: #9E9F9E">{$date|escape:'htmlall':'UTF-8'}</td>
  </tr>
  <tr>
<td style="font-size: 14pt; color: #9E9F9E">{$title|escape:'htmlall':'UTF-8'}</td>
  </tr>
 </table>
</td>
</tr>
</table>

 

Loic

Link to comment
Share on other sites

Salut Loïc,

j'ai remplacé le code comme tu le préconises mais quand je génère la facture, c'est toujours pareil.

J'ai le logo décalé sur la gauche et le nom de la boutique sur la droite.

Comme tu as pu le voir sur un autre sujet, c'est pas le bon nom de boutique qui s'affiche :(

et ça c'est un très gros problème pour moi.

En tous cas Merci car tu es un des plus actif sur ce forum (qui a l'air abandonné quelques fois) ;)

 

Michel

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