Commit f2d1afdc5c069823eef01db99f6867dd8af2b589
1 parent
09daaf5d
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
1 | -<?php var_dump($params);die();?> | |
1 | +<?php var_dump($params);?> | |
2 | 2 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
3 | 3 | <html lang="uk"> |
4 | 4 | <head> |
... | ... | @@ -36,7 +36,7 @@ |
36 | 36 | <td style="text-align: left; vertical-align: top; font-size: 85%; padding: 20px 15px 15px 20px; border-right: 1px solid #ddd;"> |
37 | 37 | <strong>Заказ №<?php $order->id ?></strong> |
38 | 38 | <br> |
39 | - <?php /* $this->created_at->format("d.m.Y"); ?> | |
39 | + <?php die();/* $this->created_at->format("d.m.Y"); ?> | |
40 | 40 | <br> |
41 | 41 | На сумму <strong><?php=$this->total ?></strong> грн |
42 | 42 | </td> | ... | ... |