cart->get_cross_sells(); if ( sizeof( $crosssells ) == 0 ) return; $args = array( 'post_type' => 'product', 'ignore_sticky_posts' => 1, 'posts_per_page' => 2, 'no_found_rows' => 1, 'orderby' => 'rand', 'post__in' => $crosssells ); $products = new WP_Query( $args ); $woocommerce_loop['columns'] = 2; if ( $products->have_posts() ) : ?>

have_posts() ) : $products->the_post(); ?>