';
if($tc_wps_loop->have_posts()){
while($tc_wps_loop->have_posts()) {
$tc_wps_loop->the_post();
//global $post, $woocommerce, $product;
$tc_wps_thumbnail = get_the_post_thumbnail(get_the_ID(), 'full');
$output .= '
';
$output .='
';
$output .='
'; // end .tc-product-img-wrap
$output .= '
'; // end .tc-wps-overlay-wrap
if( $price_value = $tc_wps_loop->get_price_html() ){
$output .='
'. $price_value .'
';
}
if($tcwps_hstart=='false'){
$output .= my_print_stars();
}
$output .= '
'.get_the_title().'';
?>
'; // end .tc-wooslider-item
}
} else {
echo 'No Product Was Found.';
}
wp_reset_postdata();
wp_reset_query();
$output .= '
';
$output .= '