php - Woocommerce Remove Coupon Section from Checkout Page -


i trying remove "have coupon" section sits @ top of woocommerce checkout page (/checkout).

i keep coupon section on cart page, can't disable coupons, removed on checkout page.

any appreciated.

remove_action( 'woocommerce_before_checkout_form', 'woocommerce_checkout_coupon_form', 10 );  

should it.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -