Commit bf4479ad46c8a50f03d7ba67dbcaeca13890ef2c

Authored by Alex Savenko
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 47 else {
48 48 echo '<span>'.round($i['price'], 2).'</span> грн';
49 49 }
50   - ?>123
  50 + echo var_dump($discount);
  51 + ?>
51 52 </div>
52 53 <div class="one_item_buttons">
53 54 <a href="<?= $this->seoUrl->setUrl($i['alias']) ?>" title="" class="btn grey"><?= $t->_("details") ?></a>
... ...