Commit 60eabbd2596cb31da749f470ca6d2d7374bb7ae8
1 parent
e2f8e15e
search discount
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><?= $i['price'] ?></span> грн1 | |
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> | ... | ... |