Contact Us | +1 888 239-0733 (Toll free US/CA) Mon-Fri: 7:30am to 4:30pm (PST)
Step 1 Step2
Go to your child theme function.php
Path – wp-content/themes/yourchildtheme/function.php
Add these 2 lines on your function.php fileremove_action( ‘woocommerce_before_checkout_form’, ‘woocommerce_checkout_coupon_form’, 10 );
add_action( ‘woocommerce_checkout_order_review’, ‘woocommerce_checkout_coupon_form’, 5 );
"*" indicates required fields