Commit b81e380f2b8cc1f40d9b04cc43a45dc5b6be2a96

Authored by Alex Savenko
1 parent dbe63a79

prices

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/frontend/views/partial/item_group.php
... ... @@ -34,7 +34,7 @@
34 34 <div class="one_item_price">
35 35 <?= $t->_("price_from") ?>
36 36 <?php if (isset($discount) && $discount > 0) {
37   - echo '<span style="text-decoration: line-through;"><span>'.$i['price'].'</span> грн</span>';
  37 + echo '<span style="text-decoration: line-through;"><span>'.$i['price'].'</span></span> грн<br/>';
38 38 echo '<span>'.($i['price']*(1-$discount/100)).'</span> грн';
39 39 }
40 40 else {
... ...