Last active
June 10, 2020 04:28
-
-
Save craigcooperxyz/f7cf758dc395252b9356 to your computer and use it in GitHub Desktop.
Remove cross-sells from cart in WooCommerce
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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'); |
Work for me, WC 2.6.4
Working. Thanks.
WORKED FOR ME
Works!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Doesn't work for me, WooCommerce 2.5.5