• Resolved Group Of Oceninfo

    (@princebhalani143)


    Hello Team,

    I want to move all the shipping methods from the right-hand side to the left-hand side after the checkout billing form?

    I’ve tried the below code under functions.php but am unsure about the shipping hook. Can you please share the proper hook?

    function theme_wc_setup() {
      remove_action( 'woocommerce_checkout_order_review', 'woocommerce_shipping_methods', 20 );
      add_action( 'woocommerce_after_checkout_billing_form', 'woocommerce_shipping_methods', 20 );
    }
    add_action( 'after_setup_theme', 'theme_wc_setup' );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to move shipping method after checkout billing form?’ is closed to new replies.