Remove “You may be interested in…” from the cart
The cart page stops showing cross-sell products.
<?php
add_action(
'wp',
static function () {
remove_action( 'woocommerce_cart_collaterals', 'woocommerce_cross_sell_display' );
}
);
Good to know
For the classic cart and checkout (the [woocommerce_cart] and [woocommerce_checkout] shortcodes). The block cart and checkout don’t use these hooks.
In these packs
- WooCommerce: cart and checkout: Free-shipping progress, coupon links, quantity limits and a cleaner checkout.