$query = $this->db->query("SELECT SUM(viewed) AS total FROM " . DB_PREFIX . "product"); return $query->row['total'];