move Your order using hooks
-
On the “Checkout” page, I am trying to move “Your order” to the top of the page using hooks.
This works
remove_action( 'woocommerce_checkout_order_review', 'woocommerce_order_review', 10 ); add_action( 'woocommerce_before_checkout_form', 'woocommerce_order_review', 20 );
But the title “Your order” remains at the bottom of the page, above the payment methods. It doesn’t move to the top.
How can I fix this?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘move Your order using hooks’ is closed to new replies.