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,7 +34,7 @@
34 <div class="one_item_price"> 34 <div class="one_item_price">
35 <?= $t->_("price_from") ?> 35 <?= $t->_("price_from") ?>
36 <?php if (isset($discount) && $discount > 0) { 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 echo '<span>'.($i['price']*(1-$discount/100)).'</span> грн'; 38 echo '<span>'.($i['price']*(1-$discount/100)).'</span> грн';
39 } 39 }
40 else { 40 else {