• Resolved aristosv

    (@aristosv)


    I am trying to move the “Order Details” section on the checkout page, to the top. To do that I installed the “Snippets” plugin and placed this code in it.

    remove_action( 'woocommerce_checkout_order_review', 'woocommerce_order_review', 10 );
    add_action( 'woocommerce_before_checkout_form', 'woocommerce_order_review', 20 );

    That did the job, but unfortunately now, when the client selects a different shipping method, even though it appears to be selected, it is not automatically refreshed. The cost remains the same, as if the default shipping method is selected. So I disabled this code.

    This is the section I am trying to move to the top.
    https://ibb.co/kQb7H5L

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘move order details to the top on checkout page’ is closed to new replies.