cart->get_cross_sells(); if ( count( $crosssells ) == 0 ) return; $args = array( 'post_type' => 'product', 'ignore_sticky_posts' => 1, 'posts_per_page' => 50, 'no_found_rows' => 1, 'orderby' => 'rand', 'post__in' => $crosssells ); $direction = alanah_get_option( 'rtl_carousel' ) ? 'true' : 'false'; alanah_wc_carousel( $args, alanah_get_option( 'related_products_cols' ), $direction, alanah_get_option( 'scroll_carousel' ), alanah_get_option( 'autoplay_carousel' ), __( 'You may be interested in…', 'alanah-free' ), '', 'alanah_shadow' );