<?php echo esc_url( $symbol_img ['url'] ) ?>
$posts_per_page, 'post_status' => 'publish', 'post_type'=>'product', )); while( $advanced->have_posts() ) : $advanced->the_post(); $terms_area = get_the_terms(get_the_id(),'product_cat'); $product = new WC_Product ( get_the_ID()); $terms = array(); foreach($terms_area as $term) : $terms[] = $term->slug; ?>

get_price_html()); ?>