瀏覽代碼

Mails : peaufinage & homogénisation des signatures

develop
Guillaume Bourgeois 3 週之前
父節點
當前提交
f41332b911
共有 15 個文件被更改,包括 24 次插入19 次删除
  1. +2
    -1
      common/mail/createUserAdmin-html.php
  2. +2
    -1
      common/mail/createUserAdmin-text.php
  3. +1
    -1
      common/mail/creditConfirm-text.php
  4. +2
    -1
      common/mail/creditLimitReminder-html.php
  5. +2
    -1
      common/mail/creditLimitReminder-text.php
  6. +2
    -1
      common/mail/creditUser-html.php
  7. +2
    -1
      common/mail/creditUser-text.php
  8. +0
    -2
      common/mail/cronOrdersSummary-html.php
  9. +1
    -3
      common/mail/cronOrdersSummary-text.php
  10. +2
    -1
      common/mail/newPasswordUserAdmin-html.php
  11. +2
    -1
      common/mail/newPasswordUserAdmin-text.php
  12. +2
    -2
      common/mail/orderConfirm-html.php
  13. +1
    -1
      common/mail/paymentError-text.php
  14. +1
    -1
      common/mail/signup-html.php
  15. +2
    -1
      common/mail/signup-text.php

+ 2
- 1
common/mail/createUserAdmin-html.php 查看文件

@@ -51,4 +51,5 @@ use yii\helpers\Html;
Identifiant : <strong><?= Html::encode($user->email); ?></strong><br />
Mot de passe : <strong><?= $password ?></strong></p>

<p>À bientôt.</p>
<p>À bientôt,<br />
<?= Html::encode($producer->name); ?></p>

+ 2
- 1
common/mail/createUserAdmin-text.php 查看文件

@@ -49,4 +49,5 @@ Voici vos identifiants de connexion :
Identifiant : <?= $user->email; ?>
Mot de passe : <?= $password ?>

À bientôt.
À bientôt,
<?= $producer->name ?>

+ 1
- 1
common/mail/creditConfirm-text.php 查看文件

@@ -48,4 +48,4 @@ Nous vous confirmons que votre cagnotte vient d'être créditée de <?= Price::f
Votre compte est désormais à <?= Price::format($userProducer->credit); ?>.

À bientôt,
<?= Html::encode($producer->name); ?>
<?= $producer->name; ?>

+ 2
- 1
common/mail/creditLimitReminder-html.php 查看文件

@@ -47,4 +47,5 @@ use common\helpers\Price ;

<p>Voici le montant actuel de votre cagnotte : <strong><?= Price::format($credit); ?></strong></p>

<p>À bientôt.</p>
<p>À bientôt,<br />
<?= Html::encode($producer->name) ?></p>

+ 2
- 1
common/mail/creditLimitReminder-text.php 查看文件

@@ -47,4 +47,5 @@ Votre producteur "<?= Html::encode($producer->name); ?>" vous invite à alimente

Voici le montant actuel de votre cagnotte : <?= Price::format($credit); ?>

À bientôt.
À bientôt,
<?= $producer->name ?>

+ 2
- 1
common/mail/creditUser-html.php 查看文件

@@ -50,4 +50,5 @@ use yii\helpers\Html;
<p>Votre compte est désormais à <strong><?= Price::format($credit); ?></strong><br />
<a href="<?= Yii::$app->urlManagerProducer->createAbsoluteUrl(['credit/history','slug_producer' => $producer->slug]) ?>">Cliquez ici</a> pour voir l'historique de votre cagnotte.</p>

<p>À bientôt.</p>
<p>À bientôt,<br />
<?= Html::encode($producer->name) ?></p>

+ 2
- 1
common/mail/creditUser-text.php 查看文件

@@ -48,4 +48,5 @@ Votre producteur <?= $producer->name; ?> vient de <?php if($type == Payment::TY
Votre compte est désormais à : <?= Price::format($credit); ?>.
Suivez ce lien pour voir l'historique de votre cagnotte : <?= Yii::$app->urlManagerProducer->createAbsoluteUrl(['credit/history','slug_producer' => $producer->slug]) ?>">

À bientôt
À bientôt,
<?= $producer->name ?>

+ 0
- 2
common/mail/cronOrdersSummary-html.php 查看文件

@@ -41,12 +41,10 @@ if(is_array($orders) && count($orders)):

<p>Bonjour,</p>
<p>Voici en pièce jointe le récapitulatif des <?= count($orders) ?> commandes du <?= date('d/m',strtotime($date)) ?>.</p>
<p>À bientôt.</p>

<?php else: ?>

<p>Bonjour,</p>
<p>Vous n'avez aucune commande pour le <?= date('d/m',strtotime($date)) ?>.</p>
<p>À bientôt.</p>

<?php endif; ?>

+ 1
- 3
common/mail/cronOrdersSummary-text.php 查看文件

@@ -43,7 +43,7 @@ Bonjour,

Voici en pièce jointe le récapitulatif des <?= count($orders) ?> commandes du <?= date('d/m',strtotime($date)) ?>.

À bientôt.
Bonne réception

<?php else: ?>

@@ -51,6 +51,4 @@ Bonjour,

Vous n'avez aucune commande pour le <?= date('d/m',strtotime($date)) ?>.

À bientôt.

<?php endif; ?>

+ 2
- 1
common/mail/newPasswordUserAdmin-html.php 查看文件

@@ -49,4 +49,5 @@ use yii\helpers\Html;
Identifiant : <strong><?= Html::encode($user->email); ?></strong><br />
Mot de passe : <strong><?= $password ?></strong></p>

<p>À bientôt.</p>
<p>À bientôt,<br />
<?= Html::encode($producer->name); ?></p>

+ 2
- 1
common/mail/newPasswordUserAdmin-text.php 查看文件

@@ -47,4 +47,5 @@ Voici vos nouveaux identifiants de connexion :
Identifiant : <?= $user->email; ?>
Mot de passe : <?= $password ?>

À bientôt.
À bientôt,
<?= $producer->name ?>

+ 2
- 2
common/mail/orderConfirm-html.php 查看文件

@@ -86,5 +86,5 @@ $pointSaleModule = PointSaleModule::getInstance();
<p>Retrouvez à tout moment votre commande dans l'espace de votre producteur via l'onglet <a href="<?= Yii::$app->urlManager->createAbsoluteUrl('order/history') ?>">Mes commandes</a>.</p>
<?php endif; ?>

À bientôt,<br />
<?= Html::encode($producer->name); ?>
<p>À bientôt,<br />
<?= Html::encode($producer->name) ?></p>

+ 1
- 1
common/mail/paymentError-text.php 查看文件

@@ -50,4 +50,4 @@ Vous pouvez retrouver le lien de paiement dans votre historique de commandes :
<?= Yii::$app->urlManagerProducer->createAbsoluteUrl(['credit/history','slug_producer' => $producer->slug]) ?>

À bientôt,
<?= Html::encode($producer->name); ?>
<?= $producer->name; ?>

+ 1
- 1
common/mail/signup-html.php 查看文件

@@ -60,4 +60,4 @@ use yii\helpers\Html;
<?php endif; ?>

<p>À bientôt,<br />
<?= Yii::$app->parameterBag->get('adminFirstname') ?></p>
<?= Html::encode($producer->name) ?></p>

+ 2
- 1
common/mail/signup-text.php 查看文件

@@ -37,6 +37,7 @@ termes.
*/

use domain\User\User\User;
use yii\helpers\Html;

?>

@@ -62,4 +63,4 @@ Vous pouvez maintenant passer commande chez votre producteur.
<?php endif; ?>

À bientôt,
<?= Yii::$app->parameterBag->get('adminFirstname') ?>
<?= $producer->name ?>

Loading…
取消
儲存