Commit 6ce771e08581139f5164717ca1d4dded29b0973e

Authored by Dmytry Fedorchuk
1 parent 1efe6f4f

Mail Order save template and send dev

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
common/widgets/views/order.php
... ... @@ -25,7 +25,7 @@
25 25 ">
26 26 <div style="text-align: center">
27 27 <br>
28   - <h1 style="margin: -5px 40px 10px; line-height: 1.2;">Добрый день, <?php =$params['order']->name ?>!</h1>
  28 + <h1 style="margin: -5px 40px 10px; line-height: 1.2;">Добрый день, <?php echo $params['order']->name ?>!</h1>
29 29 <h2 style="font-weight: 300; margin: 10px 40px 40px; line-height: 1.2;">Ваш заказ получен. В ближайшее время с Вами свяжетсяменеджер для уточнения деталей</h2>
30 30 </div>
31 31 <table cellpadding="0" cellspacing="0" border="0" valign="top" style="
... ... @@ -34,7 +34,7 @@
34 34 ">
35 35 <tr>
36 36 <td style="text-align: left; vertical-align: top; font-size: 85%; padding: 20px 15px 15px 20px; border-right: 1px solid #ddd;">
37   - <strong>Заказ №<?php =$params['order']->id ?></strong>
  37 + <strong>Заказ №<?php echo $params['order']->id ?></strong>
38 38 <br>
39 39 <?php die();/* $this->created_at->format("d.m.Y"); ?>
40 40 <br>
... ...