Jump to content

(Résolu) Modification mail confirmation d'inscription newsletter


Recommended Posts

Bonjour,

 

J'aimerai savoir ou ce trouve le fichier pour le mail newsletter de confirmation d'inscription afin de modifier le background et centrage du texte, j'ai regardé dans modules -> newsletter newsletter.php et index.php mais visiblementpas dans ces fichiers et j'ai regardé aussi dans mails -> fr -> newsletter.html et newsletter.txt pas trouvé les éléments du champs Merci de votre inscription à notre newsletter afin de le modifier pour qui corresponds au thème de ma boutique.

 

Merci de votre aide !

 

Edited by reaman (see edit history)
Link to comment
Share on other sites

les fichiers mails ce trouve dans le dossier mails qui ce trouve dans racine-de-votre-website/mails 

ensuite tu choisie newsletter

le fichier newsletter.html ce comment le newslettre arrive

newsletter.txt ce le contenu

 

fait signe du résultat.

Link to comment
Share on other sites

ok je venais de le trouver, mais j'ai toujours un problème de calage verticale même avec un height: 25px; line-height: 25px; je n'obtiens pas le centrage verticale alors que j'ai un padding: 0 0 0 8px; et cela sous Outlook de la suite office 2010, il me met le text en bottom, c'est trange ... :wacko:

Link to comment
Share on other sites

Voilà

131221013708738959.png

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<title>Message de monSite</title>
</head>
<body>
	<div style="width: 650px;"><a href="http://www.monSite.com/"><img title="monSite" src="cid:[email protected]" alt="monSite" border="0" /></a><br /><br />Bonjour,
<h1 style="font-size: 13px; height: 25px; line-height: 25px; background: #CCC; padding-left: 8px;">Merci de votre inscription à notre newsletter</h1>
<!-- TEXTE -->
<div style="margin-top: 10px; padding-top: 5px; border-top: 1px solid #666; text-align: center; font-size: 11px;"><a href="http://www.monSite.com/">monSite</a></div>
</div>
</body>
</html>
Edited by reaman (see edit history)
Link to comment
Share on other sites

<body>
	<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
<tbody>
<tr>
<td align="center"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}" /></a></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Newsletter de {shop_name}</td>
</tr>
<tr>
<td style="height: 17px"></td>
</tr>
<tr>
<td align="center">{message}</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> réalisé avec <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
</tr>
</tbody>
</table>
</body>

Essayez de modifier votre newsletter.html que vous avez maintenant avec ce code que j'ai viens d'envoyer et tester. Ne changer rien juste copier/ coller et tester.

P.S; désolé pour le retard

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