Commit b79659ab96d2db13aa88a4b7f8a133c912a5d61b
1 parent
be04e8a1
products pick
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/views/partial/item_group.php
... | ... | @@ -33,7 +33,7 @@ |
33 | 33 | <div class="align_bottom"> |
34 | 34 | <div class="one_item_price"> |
35 | 35 | <?= $t->_("price_from") ?> |
36 | - <?= $i['group_id']; ?> | |
36 | + <?= var_dump($i); ?> | |
37 | 37 | <?php if (isset($discount) && $discount > 0 && $discount <= 100) { |
38 | 38 | echo '<span style="text-decoration: line-through;"><span>'.$i['price'].'</span></span> грн<br/>'; |
39 | 39 | echo '<span>'.round($i['price']*(1-$discount/100), 1).'</span> грн'; | ... | ... |