Commit 98d9d2492cd217ac55d8d2d9cb4f59999ac7d966

Authored by Alex Savenko
1 parent 543b2605

common

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/frontend/views/partial/item_group.php
... ... @@ -52,7 +52,7 @@
52 52 // echo '<span>'.$i['price'].'</span> грн';
53 53 // }
54 54 ?>
55   - <span><?= $i['price'] ?></span> грн
  55 + <span><?= round($i['price'], 2) ?></span> грн
56 56 </div>
57 57 <div class="one_item_buttons">
58 58 <a href="<?= $this->seoUrl->setUrl($i['alias']) ?>" title="" class="btn grey"><?= $t->_("details") ?></a>
... ...