Commit 09bc72b1bcdebf2b6c25fe4a931f00f38f51f7e2

Authored by Alex Savenko
1 parent 3f8fb5b8

price display

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/frontend/views/page/changeWithSize.php
... ... @@ -12,7 +12,7 @@ $data['price'] = number_format($data['price'], 2, '.', ' ');
12 12  
13 13 $data['html'] = '<div class="clearfix buy_compare">
14 14 <div class="one_item_price float">'. $t->_("price") .
15   - '<span style="text-decoration: line-through;"><span>' . $old_price . '</span> грн</span>
  15 + ' <span style="text-decoration: line-through;"><span>' . $old_price . '</span> грн</span>
16 16 <br/>
17 17 <span>' . $data['price'] . '</span> грн
18 18 ';
... ...