add_action code for slider after cart totals
-
Hi Grandplugin, love your slider but there’s one problem when I use it for cross-sells: it puts the slider in the middle of the order page.
I moved the woocommerce cross sells after the cart totals with
remove_action( ‘woocommerce_cart_collaterals’, ‘woocommerce_cross_sell_display’ );
add_action( ‘woocommerce_after_cart_totals’, ‘woocommerce_cross_sell_display’ );but what’s the code for your plugin to replace woocommerce_cross_sell_display by your slider?
- The topic ‘add_action code for slider after cart totals’ is closed to new replies.