Price by Lowest Qty Discount Price 1.5.5.1 2.1.5 WilliamBD(Update 20/5/13 for Opencart 1.5.5.1)+qphoria num_rows) {]]> num_rows) { // Show first (lowest) discount price as "As low as" price $discounts = $this->getProductDiscounts($product_id); if ($discounts) { $discount_prices = array(); if ($discounts) { foreach ($discounts as $discount) { if (!$discount['price']) { continue; } else { $discount_prices[] = $discount['price']; } } } if ($discount_prices) { sort($discount_prices); if (isset($this->request->get['route']) && $this->request->get['route'] != 'product/product') { if(!$query->row['special']) $query->row['price'] = $discount_prices[0]; } } } } ]]>