Commit ff0897e104376c730c40857d6a0e9d7e2894f51c

Authored by Alex Savenko
1 parent c83e2f9e

price display

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/frontend/views/page/subtype.php
... ... @@ -197,7 +197,7 @@
197 197 $minPrice = 0;
198 198 ?>
199 199 <?php foreach ($groups as $k => $i): ?>
200   - <?php $this->partial('partial/item_group', ['k' => $k, 'i' => $i, 'limit' => 3, 'discount' => $discount]) ?>
  200 + <?php $this->partial('partial/item_group', ['k' => $k, 'i' => $i, 'limit' => 3, 'discount' => $this->discount]) ?>
201 201 <?php
202 202 if ($i['price'] > $maxPrice) {
203 203 $maxPrice = $i['price'];
... ...