'visibility', 'value' => array('catalog', 'visible'), 'compare' => 'IN'));
$query_args['posts_per_page'] = $total_recent_products;
$wp_query = new WP_Query($query_args);
$c = 0;
if (have_posts()) :
while (have_posts()) :
the_post();
$c++;
$product = new jigoshop_product(get_the_ID());
?>
'visibility', 'value' => array('catalog', 'visible'), 'compare' => 'IN'));
$query_args['posts_per_page'] = $total_featured_products;
$wp_query = new WP_Query($query_args);
$c = 0;
if (have_posts()) :
while (have_posts()) :
the_post();
$c++;
$product = new jigoshop_product(get_the_ID());
?>