Add the following snippet in your current theme’s function.php file. I strongly recommend to do this edits on a child theme
// Remove cross-sells at cart
remove_action( 'woocommerce_cart_collaterals', 'woocommerce_cross_sell_display' );
Add the following snippet in your current theme’s function.php file. I strongly recommend to do this edits on a child theme
// Remove cross-sells at cart
remove_action( 'woocommerce_cart_collaterals', 'woocommerce_cross_sell_display' );