Commit d031d721e76994ea0d23acb993167dd5b9ca705c

Authored by Dmytry Fedorchuk
1 parent f405eacb

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