Commit 68c65518e8713bd33c64aff767bae94d13bdc577

Authored by Dmytry Fedorchuk
1 parent 29345191

email image

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/widgets/views/order.php
... ... @@ -78,7 +78,7 @@
78 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   - <img src="http://ruckzachok.com.ua<?= $thisItem['img'] ?>" width="150">
  81 + <img src="http://rukzachok.com.ua<?= $thisItem['img'] ?>" width="150">
82 82 </td>
83 83 <td style="padding: 65px 10px 20px; vertical-align: top; text-align: left; border-bottom: 1px solid #ddd; font-size: 18px;">
84 84 <?php echo $thisItem['product_name'] ?>
... ...