• Resolved eliassilvaa

    (@eliassilvaa)


    Hi!

    This may be a basic question, but how do I disable the floating summary of the order on the checkout page?

    Thanks!

    • This topic was modified 7 years, 8 months ago by eliassilvaa.
Viewing 1 replies (of 1 total)
  • Thread Starter eliassilvaa

    (@eliassilvaa)

    found it.

    add_action( ‘wp_enqueue_scripts’, ‘jk_remove_sticky_checkout’, 99 );

    function jk_remove_sticky_checkout() {
    wp_dequeue_script( ‘storefront-sticky-payment’ );
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How to disable the floating Order Summary in the checkout?’ is closed to new replies.