Michel presta Posted November 10, 2012 Share Posted November 10, 2012 Bonjour à tous, je voudrais enlever le nom de la boutique sur les factures afin de ne laisser que le logo. Si quelqu'un peut m'aider Merci Michel Link to comment Share on other sites More sharing options...
Ninja Of Web Posted November 10, 2012 Share Posted November 10, 2012 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 More sharing options...
Michel presta Posted November 10, 2012 Author Share Posted November 10, 2012 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 More sharing options...
Ninja Of Web Posted November 10, 2012 Share Posted November 10, 2012 Tu as un répertoire de cache pour les pdf je crois... Non ? Faut peut être le vider ! J'allais fait donc je ne suis pas sur... Link to comment Share on other sites More sharing options...
Ninja Of Web Posted November 10, 2012 Share Posted November 10, 2012 Sinon dans le code que je t'ai donner, supprime la partie {$title} Link to comment Share on other sites More sharing options...
Michel presta Posted November 10, 2012 Author Share Posted November 10, 2012 Ok j'essayes ça et je te dis quelque chose. Michel Link to comment Share on other sites More sharing options...
Michel presta Posted November 10, 2012 Author Share Posted November 10, 2012 alors là bravo :) ça marche. Si tu avais un petit bout de code pour centrer mon logo et le mettre à la taille d'origine, ce serait super. C'est avec des personnes comme toi que l'on avance. Encore bravo. Michel Link to comment Share on other sites More sharing options...
Michel presta Posted November 15, 2012 Author Share Posted November 15, 2012 Salut Loïc, as tu une astuce pour changer le sujet des mails envoyés aux clients? Merci Michel Link to comment Share on other sites More sharing options...
Ninja Of Web Posted November 15, 2012 Share Posted November 15, 2012 Hey ! Tu va dans localisation > traductions et tu traduit tes emails ou alors dans ce fichier : mails/iso_code/lang.php Loic. Link to comment Share on other sites More sharing options...
Ninja Of Web Posted November 15, 2012 Share Posted November 15, 2012 (edited) DUPLICATE sorry Edited November 15, 2012 by Ninja Of Web (see edit history) Link to comment Share on other sites More sharing options...
Michel presta Posted November 16, 2012 Author Share Posted November 16, 2012 j'ai pas "iso_code" ?? Link to comment Share on other sites More sharing options...
Ninja Of Web Posted November 16, 2012 Share Posted November 16, 2012 j'ai pas "iso_code" ?? Tu le remplace par le code ISO de la langue que tu souhaite traduire. Si c'est le français, alors ce sera : mails/fr/lang.php Link to comment Share on other sites More sharing options...
Michel presta Posted November 17, 2012 Author Share Posted November 17, 2012 yes, tu peux même changer tous le design du mail, cool. Merci Michel Link to comment Share on other sites More sharing options...
Ninja Of Web Posted November 17, 2012 Share Posted November 17, 2012 Exactement 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