From ff0897e104376c730c40857d6a0e9d7e2894f51c Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 21 Dec 2016 19:46:33 +0200 Subject: [PATCH] price display --- src/app/frontend/views/page/subtype.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/frontend/views/page/subtype.php b/src/app/frontend/views/page/subtype.php index efcfcbc..a0ca61d 100644 --- a/src/app/frontend/views/page/subtype.php +++ b/src/app/frontend/views/page/subtype.php @@ -197,7 +197,7 @@ $minPrice = 0; ?> $i): ?> - partial('partial/item_group', ['k' => $k, 'i' => $i, 'limit' => 3, 'discount' => $discount]) ?> + partial('partial/item_group', ['k' => $k, 'i' => $i, 'limit' => 3, 'discount' => $this->discount]) ?> $maxPrice) { $maxPrice = $i['price']; -- libgit2 0.21.4