Commit 3232e4f4c0f881b81e6a4049a5b4741d49c1af42

Authored by Alex Savenko
1 parent e00e2e9a

common

Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
src/app/frontend/views/partial/item_group.php
... ... @@ -41,13 +41,12 @@
41 41 echo '<span>'.round($i['price']*(1-$discount['discount']/100), 1).'</span> грн';
42 42 }
43 43 else {
44   - echo '<span>'.round($i['price'], 1).'</span>'.$i['id'].' грн';
  44 + echo '<span>'.round($i['price'], 1).'</span> грн';
45 45 }
46 46 }
47 47 else {
48   - echo '<span>'.round($i['price'], 1).'</span>3 грн';
  48 + echo '<span>'.round($i['price'], 1).'</span> грн';
49 49 }
50   - var_dump($discount['group_ids']);
51 50 ?>
52 51 </div>
53 52 <div class="one_item_buttons">
... ...