1. SELECT SQL_CALC_FOUND_ROWS products.product_id, descr1.product as product, companies.company as company_name, products.product_type, products.parent_product_id FROM ?:products as products  LEFT JOIN ?:product_descriptions as descr1 ON descr1.product_id = products.product_id AND descr1.lang_code = 'en'  LEFT JOIN ?:product_prices as prices ON prices.product_id = products.product_id AND prices.lower_limit = 1 LEFT JOIN ?:companies AS companies ON companies.company_id = products.company_id  INNER JOIN ?:products_categories as products_categories ON products_categories.product_id = products.product_id INNER JOIN ?:categories ON ?:categories.category_id = products_categories.category_id  AND (?:categories.usergroup_ids = '' OR FIND_IN_SET(0, ?:categories.usergroup_ids) OR FIND_IN_SET(1, ?:categories.usergroup_ids)) AND ?:categories.status IN ('A', 'H')   WHERE 1  AND ?:categories.category_id IN (1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 2154) AND companies.status = 'A' AND (products.usergroup_ids = '' OR FIND_IN_SET(0, products.usergroup_ids) OR FIND_IN_SET(1, products.usergroup_ids)) AND products.status IN ('A') AND prices.usergroup_id IN (0, 0, 1) AND products.amount != '0' AND products.parent_product_id = 0 AND products.product_type != 'D' GROUP BY products.product_id   ORDER BY products.timestamp desc, products.product_id ASC  LIMIT 0, 21
    
  1. Array
    (
        [area] => C
        [use_caching] => 1
        [extend] => Array
            (
                [0] => product_name
                [1] => prices
                [2] => categories
                [3] => categories
                [4] => description
                [5] => companies
            )
    
        [custom_extend] => Array
            (
            )
    
        [pname] => 
        [pshort] => 
        [pfull] => 
        [pkeywords] => 
        [feature] => Array
            (
            )
    
        [type] => simple
        [page] => 1
        [action] => 
        [filter_variants] => Array
            (
            )
    
        [features_hash] => 
        [limit] => 0
        [bid] => 0
        [match] => 
        [tracking] => Array
            (
            )
    
        [get_frontend_urls] => 
        [items_per_page] => 21
        [apply_disabled_filters] => 
        [load_products_extra_data] => 1
        [storefront] => 
        [dispatch] => categories.view
        [category_id] => 1014
        [save_view_results] => product_id
        [cid] => 1014
        [subcats] => Y
        [sort_by] => timestamp
        [sort_order] => desc
        [include_child_variations] => 
        [group_child_variations] => 
        [parent_product_id] => 0
        [sort_order_rev] => asc
    )
    
    
  1. Array
    (
        [0] => Array
            (
                [product_id] => 76641
                [product] => Homage Air Conditioner ELEMENT 1.5 TON - HES-1804S
                [company_name] => HOMAGE
                [product_type] => P
                [parent_product_id] => 0
            )
    
        [1] => Array
            (
                [product_id] => 76640
                [product] => Homage ELEMENT SERIES -1TON - HES-1204S
                [company_name] => HOMAGE
                [product_type] => P
                [parent_product_id] => 0
            )
    
        [2] => Array
            (
                [product_id] => 76626
                [product] => Kenwood  Floor standing  /e-Imperial  Series (Heat & Cool only)
                [company_name] => KENWOOD
                [product_type] => P
                [parent_product_id] => 0
            )
    
        [3] => Array
            (
                [product_id] => 68277
                [product] => Vinyl Lace Tablecloth Protects Tablecover
                [company_name] => Ali
                [product_type] => P
                [parent_product_id] => 0
            )
    
        [4] => Array
            (
                [product_id] => 12585
                [product] => Ac 1.5 Ton 2 Ton And 1 Ton Dust Cover Indoor & Outdoor Units 100% Waterproof
                [company_name] => Az bedding store
                [product_type] => P
                [parent_product_id] => 0
            )
    
        [5] => Array
            (
                [product_id] => 10683
                [product] => Window Air conditioner LG Window AC 12000 BTU with Cooling &
                [company_name] => SNP Company
                [product_type] => P
                [parent_product_id] => 0
            )
    
    )