Commit 09daaf5da56dd6f6d55d7359f27dafcdc40f131a
1 parent
ede61eb8
Mail Order save template and send dev
Showing
1 changed file
with
3 additions
and
3 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 /* $order->name ?>!</h1> | |
| 28 | + <h1 style="margin: -5px 40px 10px; line-height: 1.2;">Добрый день, <?php $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,9 +34,9 @@ |
| 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>Заказ №</strong> | |
| 37 | + <strong>Заказ №<?php $order->id ?></strong> | |
| 38 | 38 | <br> |
| 39 | - <?php $this->created_at->format("d.m.Y"); ?> | |
| 39 | + <?php /* $this->created_at->format("d.m.Y"); ?> | |
| 40 | 40 | <br> |
| 41 | 41 | На сумму <strong><?php=$this->total ?></strong> грн |
| 42 | 42 | </td> | ... | ... |