Commit 45aaed14de6fe639e270fa7dd25e1e489baac107

Authored by Dmytry Fedorchuk
1 parent f80eed39

Mail Order save template and send dev

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/widgets/views/order.php
... ... @@ -75,7 +75,7 @@
75 75 </tr>
76 76 </thead>
77 77 <tbody>
78   - <?php foreach (echo $params['variants'] as $thisItem) { ?>
  78 + <?php foreach ( $params['variants'] as $thisItem) { ?>
79 79 <tr>
80 80 <!-- <td style="padding: 0; vertical-align: top; line-height: 0; text-align: left; border-bottom: 1px solid #ddd; border-left: 1px solid #eee;">-->
81 81 <!-- <img src="" width="150">-->
... ...