- #963: Fixes notification email on removal of "nom d'usage" -VZA
- #972: Adds a legend on the email redirection page -JAC
+ * Payment:
+ - #669: Sends comments with the payment notifications -JAC
+
* Profile:
- #951: The address of a dead person is her last address -JAC
- #958: Fix the address in the professionnal vcard -JAC
$conf_text = str_replace("<nom>",$nom,$conf_text);
$conf_text = str_replace("<promo>",$promo,$conf_text);
$conf_text = str_replace("<montant>",$montant,$conf_text);
+ $conf_text = str_replace("<comment>", Env::v('comment'), $conf_text);
$conf_text = str_replace("<salutation>",$femme ? "Chère" : "Cher",$conf_text);
$conf_text = str_replace("<cher>",$femme ? "Chère" : "Cher",$conf_text);
<td colspan="2">
Il faut que tu définisses le texte de l'email de confirmation de paiement. Pour ceci, tu peux adapter le modèle qui suit :
<ul>
- <li><strong>Remplace les crochets</strong> ([...]) par le texte que tu désires y voir apparaître</li>
- <li><salutation>, <prenom>, <nom> et <montant> seront <strong>automatiquement</strong> remplacés par les informations adaptées</li>
- <li><a href="wiki_help" class="popup3">{icon name=information} tu peux utiliser une syntaxe wiki pour formatter ton texte</a></li>
+ <li><strong>Remplace les crochets</strong> ([...]) par le texte que tu désires y voir apparaître.</li>
+ <li><salutation>, <prenom>, <nom>, <montant> et <comment> seront <strong>automatiquement</strong> remplacés par les informations adaptées.</li>
+ <li><a href="wiki_help" class="popup3">{icon name=information} Tu peux utiliser une syntaxe wiki pour formatter ton texte.</a></li>
</ul>
{javascript name=ajax}
<div id="pay_preview" style="display: none">
</div>
<textarea name="confirmation" id="payment_text" rows="12" cols="65">{if $paiement_message}{$paiement_message}{else}<salutation> <prenom> <nom>,
-Ton inscription à [METS LE NOM DE L'EVENEMENT ICI] a bien été enregistrée et ton paiement de <montant> a bien été reçu.
+Ton inscription à [METS LE NOM DE L'EVENEMENT ICI] a bien été enregistrée et ton paiement de <montant> a bien
+été reçu avec le commentaire suivant :
+<comment>
[COMPLETE EN PRECISANT LA DATE ET LA PERSONNE A CONTACTER]