Доброго времени суток. Пытаюсь вывести {{ discount.price }} (скидка при заказе от...) в категориях. В контроллер category.php после $discounts = $this->model_catalog_product->getProductDiscounts($this->request->get['product_id']); $data['discounts'] = array(); foreach ($discounts as $discount) { $data['discounts'][] = array( 'quantity' => $discount['quantity'], 'price' => $this->currency->format($this->tax->c