Commit ebbc363930f531ffbe1a354ff30c12f3f2f2e6c2

Authored by Alex Savenko
2 parents c602652e 09bc72b1

Merge branch 'discount' of gitlab.artweb.com.ua:Alex/semena

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,7 +12,7 @@ $data['price'] = number_format($data['price'], 2, '.', ' ');
12 12
13 $data['html'] = '<div class="clearfix buy_compare"> 13 $data['html'] = '<div class="clearfix buy_compare">
14 <div class="one_item_price float">'. $t->_("price") . 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 <br/> 16 <br/>
17 <span>' . $data['price'] . '</span> грн 17 <span>' . $data['price'] . '</span> грн
18 '; 18 ';