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