get_upsells(); if (sizeof($upsells)==0) return; ?>

'product', 'ignore_sticky_posts' => 1, 'posts_per_page' => 4, 'orderby' => 'rand', 'post__in' => $upsells ); query_posts($args); woocommerce_get_template_part( 'loop', 'shop' ); wp_reset_query(); ?>