Commit 2d9ad7d771abe713e696581c43b7dcd1b58a4e2d
1 parent
97c109de
common
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/views/page/compareItems.php
... | ... | @@ -39,7 +39,7 @@ |
39 | 39 | '<div class="compare_item_image"><a href="'.$this->seoUrl->setUrl($i['alias']).'" title="'.$i['title'].'"><img src="'.$i['cover'].'" alt="'.$i['title'].'" height="100" /></a></div>'. |
40 | 40 | '<div class="compare_item_title"><a href="'.$this->seoUrl->setUrl($i['alias']).'" title="'.$i['title'].'">'.$i['title'].'</a></div>'. |
41 | 41 | '<div class="align_bottom">'. |
42 | - '<div class="compare_item_price">'.$t->_("price_from").' <span>'.$i['price2'].'</span> грн</div>'. | |
42 | + '<div class="compare_item_price">'.$t->_("price_from").' <span>'.round($i['price2'], 2).'</span> грн</div>'. | |
43 | 43 | '<div class="one_item_buttons"> |
44 | 44 | <a href="'.$this->seoUrl->setUrl($i['alias']) .'" title="" class="btn grey">'.$t->_("details").'</a> |
45 | 45 | <a data-group_id="'.$i['group_id'].'" href="#" title="" class="btn green buy">'.$t->_("buy").'</a> | ... | ... |