The above post removes the login form, not the coupon form – to do this, insert the following code in your theme’s functions.php file:
remove_action( 'woocommerce_before_checkout_form', 'woocommerce_checkout_coupon_form', 10 );
Thread Starter
rob01
(@rob01)
Thanks tugbucket, appreciate it!
Thread Starter
rob01
(@rob01)
Thanks redwall, sorry for not getting back to you – I never got around to fixing it, so thanks for letting me know how it’s done!