style="background:url()" >

    $products_id ){ $term = get_term_by( 'id', $products_id, 'product_cat'); //term links if($term == null){ $products_id = buzz_ecommerce_woo_cat_id_by_slug('uncategorized'); //multiple cat id $term = get_term_by( 'id', $products_id, 'product_cat'); } ?>
'product', 'tax_query' => array( array( 'taxonomy' => 'product_cat', 'field' => 'term_id', 'terms' => reset( $products_tab_multiple_category ) // First Element's Value ), array( 'taxonomy' => 'product_visibility', 'field' => 'name', 'terms' => 'exclude-from-catalog', 'operator' => 'NOT IN' ) ), 'posts_per_page' => $products_tab_number_of_products ); $query = new WP_Query( $product_args ); if($query->have_posts()) { while($query->have_posts()) { $query->the_post(); ?>