name;
$cat_id3 = $cat_data3->term_id;
?>
'product', 'posts_per_page' => -1, 'product_cat' => $product_cat3);
$products = new WP_Query( $query_args ); ?>
have_posts()){
$products->the_post();
$cats = get_the_terms(get_the_ID(), 'product_cat');
if($cats){
foreach ($cats as $key => $cat) {
$catorgies[$cat->slug] = $cat->name;
}
}
wc_get_template_part( 'home-carousel-product' );
}
wp_reset_postdata();
?>