Hello,
I would like to remove cross-sells from the woocommerce cart to keep it as lean as possible.
remove_action( ‘woocommerce_cart_collaterals’, ‘woocommerce_cross_sell_display’ );
did not work, so I thought, it might be connected the theme.
I only use the woocommerce shortcode, even unloaded all elementor assets in order to keep the cart lightweight. Therefore, I cannot use your elementor cart widget.
Thank you
Martin