$counttotalproduct = $vbulletin->db->query_first("SELECT COUNT(*) AS countrows FROM " . TABLE_PREFIX . "cart_product"); $counttotalproduct = $counttotalproduct['countrows'];