Array
(
    [post_type] => product
    [posts_per_page] => 6
    [paged] => 1
    [orderby] => title
    [order] => ASC
    [tax_query] => Array
        (
            [relation] => OR
            [0] => Array
                (
                    [taxonomy] => product_cat
                    [field] => slug
                    [terms] => Array
                        (
                            [0] => heating
                        )
                    [operator] => IN
                )
        )
    [meta_query] => Array
        (
        )
)