How to move payment options in Woocommerce checkout page?

The wordpress website in WooCommerce checkout page in move payment options top to bottom You need to relocate the payment methods on a Woocommerce website's checkout page above the order review to div.

Move payment options in woocommerce checkout page on top-right to bottom-left

Always use child theme any wordpress website and copy below code and add this code in your functions.php and woocommerce checkout page in move payment options top to bottom.
Use this below shortcode for payment options move/display bottom in left woocommerce checkout page-

remove_action( 'woocommerce_checkout_order_review', 'woocommerce_checkout_payment', 20 );
add_action( 'woocommerce_after_order_notes', 'woocommerce_checkout_payment', 20 );

Post a Comment

0 Comments