cart->get_cart_subtotal() ); ?> cart->get_cart_contents_count(), 'shop-isle' ), WC()->cart->get_cart_contents_count() ) );?>
';
global $product;
$upsells = $product->get_upsells();
if ( !empty($upsells) && (count($upsells) > 0) ) {
echo '
';
}
echo '
';
woocommerce_upsell_display( -1, 3 );
$related = $product->get_related();
if ( !empty($related) && (count($related) > 0) ) {
echo '
';
echo '
';
echo '
';
}
}
}
/**
* Sorting wrapper
* @since 1.4.3
* @return void
*/
function shop_isle_sorting_wrapper() {
echo '
';
echo '
';
}
/**
* Sorting wrapper close
* @since 1.4.3
* @return void
*/
function shop_isle_sorting_wrapper_close() {
echo '
';
echo '
';
}
/**
* Shop Isle shop messages
* @since 1.4.4
* @uses do_shortcode
*/
function shop_isle_shop_messages() {
if ( ! is_checkout() ) {
echo wp_kses_post( do_shortcode( '[woocommerce_messages]' ) );
}
}
/**
* Pagination on shop page
* @since 1.0.0
*/
if ( ! function_exists( 'shop_isle_woocommerce_pagination' ) ) {
function shop_isle_woocommerce_pagination() {
if ( woocommerce_products_will_display() ) {
woocommerce_pagination();
}
}
}

Your Information & Terms of Service
My Market Toolkit is a brand of Vauntium, LLC. The information you submit on this page is subject to the Vauntium Privacy Policy and Terms of Service. While we do not share your information with 3rd parties (including our clients) except for limited reasons outlined in the Privacy Policy, the information you submit on this page will be used to contact you regarding this and other offers. Please click here to opt out of future marketing communications by Vauntium, LLC. You will not be opted out of marketing campaigns we produce on behalf of our clients who maintain their own separate information, opt in lists, and policies and with whom you may have opted in during other interactions.