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