Commit 75a816a79271a05218d82e9d3b61b4093be437e5
1 parent
a04f6508
common
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/app/frontend/views/partial/item_group.php
| ... | ... | @@ -48,7 +48,6 @@ |
| 48 | 48 | echo '<span>'.round($i['price'], 2).'</span> грн'; |
| 49 | 49 | } |
| 50 | 50 | ?> |
| 51 | - <span><?= round($i['price'], 2) ?></span> грн | |
| 52 | 51 | </div> |
| 53 | 52 | <div class="one_item_buttons"> |
| 54 | 53 | <a href="<?= $this->seoUrl->setUrl($i['alias']) ?>" title="" class="btn grey"><?= $t->_("details") ?></a> | ... | ... |