• Resolved teszilla

    (@teszilla)


    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?

    • This topic was modified 4 years, 4 months ago by teszilla.
    • This topic was modified 4 years, 4 months ago by teszilla.
    • This topic was modified 4 years, 4 months ago by teszilla.
    • This topic was modified 4 years, 4 months ago by teszilla.
  • The topic ‘add_action code for slider after cart totals’ is closed to new replies.