Enjoy the biggest Black Friday sale of the year with Webzstore Call (949) 793-7524 US/CA Mon-Fri: 9:00am to 5:00pm (PST)

Contact Us | +1 888 239-0733 (Toll free US/CA) Mon-Fri: 9:00am to 5:00pm (PST)

Step 1
Go to your child theme function.php
Path – wp-content/themes/yourchildtheme/function.php

Step2
Add these 2 lines on your function.php file

remove_action( ‘woocommerce_before_checkout_form’, ‘woocommerce_checkout_coupon_form’, 10 );
add_action( ‘woocommerce_checkout_order_review’, ‘woocommerce_checkout_coupon_form’, 5 );
chevron-down