|
- <?php
-
-
-
- use common\models\Producer ;
- use common\helpers\GlobalParam ;
- $producer = GlobalParam::getCurrentProducer() ;
-
- ?>
- Bonjour,
-
- Une nouvelle commande d'une valeur de <?= $order->getAmountWithTax(Order::AMOUNT_TOTAL, true); ?> vient d'être passée par :
-
- - <?= Html::encode($user->name); ?>
- - <?= Html::encode($user->phone); ?>
- - <?= Html::encode($user->email); ?>
-
- Retrait : <?= date('d/m/Y',strtotime($distribution->date)) ?> au point de retrait <?= Html::encode($pointSale->name) ?><?php if(strlen($pointSale->locality) > 0): ?> situé à <?= Html::encode($pointSale->locality) ?><?php endif ?>.
-
- À bientôt
|