Fix Discounts wtih Specials 1.0 1.2.3 uksb num_rows) {]]> num_rows) { if($product_discount_query->num_rows&&$product_discount_query->row['price']<=$product_special_query->row['price']){ $price = $product_discount_query->row['price']; }else{ $price = $product_special_query->row['price']; } }]]> $discount['price']){ $this->data['discounts'][] = array( 'quantity' => $discount['quantity'], 'price' => $this->currency->format($this->tax->calculate($discount['price'], $product_info['tax_class_id'], $this->config->get('config_tax'))) ); } }else{ $this->data['discounts'][] = array( 'quantity' => $discount['quantity'], 'price' => $this->currency->format($this->tax->calculate($discount['price'], $product_info['tax_class_id'], $this->config->get('config_tax'))) ); } }]]>