Commit ede61eb8a68bce6689af3c1650079f978c7a9d21
1 parent
adb1789d
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
| ... | ... | @@ -99,7 +99,7 @@ |
| 99 | 99 | <strong>Всего к оплате:</strong> |
| 100 | 100 | </td> |
| 101 | 101 | <td style="background: #eee; vertical-align: top; border-radius: 0 0 4px 0; padding: 10px 30px 20px 10px; border-top: 1px solid #ddd; text-align: right; font-size: 18px;"> |
| 102 | - <strong><?php=number_format($this->total) */ ?> грн</strong> | |
| 102 | + <strong><?php=number_format($this->total) ?> грн</strong> | |
| 103 | 103 | </td> |
| 104 | 104 | </tr> |
| 105 | 105 | <tfoot> |
| ... | ... | @@ -122,7 +122,7 @@ |
| 122 | 122 | </td> |
| 123 | 123 | </tr> |
| 124 | 124 | </table> |
| 125 | - <div style="text-align: center; font-size: 65%; color: #ccc;">Дата покупки: <?php=$thisItem->created_at ?></div> | |
| 125 | + <div style="text-align: center; font-size: 65%; color: #ccc;">Дата покупки: <?php=$thisItem->created_at */?></div> | |
| 126 | 126 | </div> |
| 127 | 127 | </div> |
| 128 | 128 | </body> | ... | ... |