Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jamiemitchell/5e782aa2fa1ff7ca87e3893907fedf06 to your computer and use it in GitHub Desktop.

Select an option

Save jamiemitchell/5e782aa2fa1ff7ca87e3893907fedf06 to your computer and use it in GitHub Desktop.
Remove cross-sells from cart in WooCommerce
<?php
/*
* Remove Cross-Sells from the shopping cart page
*
* Copy and paste this code into functions.php to
* remove cross-sells from the cart in WooCommerce.
*
* You may need to remove the opening <?php tag
* before you add it to your functions file.
*/
remove_action( 'woocommerce_cart_collaterals', 'woocommerce_cross_sell_display');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment