Commit bf4479ad46c8a50f03d7ba67dbcaeca13890ef2c
1 parent
7dcd8c97
common
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/app/frontend/views/partial/item_group.php
@@ -47,7 +47,8 @@ | @@ -47,7 +47,8 @@ | ||
47 | else { | 47 | else { |
48 | echo '<span>'.round($i['price'], 2).'</span> грн'; | 48 | echo '<span>'.round($i['price'], 2).'</span> грн'; |
49 | } | 49 | } |
50 | - ?>123 | 50 | + echo var_dump($discount); |
51 | + ?> | ||
51 | </div> | 52 | </div> |
52 | <div class="one_item_buttons"> | 53 | <div class="one_item_buttons"> |
53 | <a href="<?= $this->seoUrl->setUrl($i['alias']) ?>" title="" class="btn grey"><?= $t->_("details") ?></a> | 54 | <a href="<?= $this->seoUrl->setUrl($i['alias']) ?>" title="" class="btn grey"><?= $t->_("details") ?></a> |