remove action (cross_sell_display) doesn’t work
-
Hello everyone
I’ve tried solving this problem for a couple of days, so I’m really hoping that you guys can help me out ??
I managed to move the cross-sells area below the cart summary table, but it’s still visible at the old position.
I used this snippet, which should do the trick, but it doesn’t:
remove_action( 'woocommerce_cart_collaterals', 'woocommerce_cross_sell_display'); add_action( 'woocommerce_cart_collaterals', 'woocommerce_cross_sell_display', 50 );
You can see the issue here: https://flottesokker.dk/problem.jpg
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘remove action (cross_sell_display) doesn’t work’ is closed to new replies.