Move coupon area on checkout page
-
I’d like to show the redeem coupon area before the payment options. So I tried hooking the woocommerce_review_order_before_submit function to woocommerce_review_order_before_payment instead of woocommerce_review_order_before_submit. I even tried the dirty way way: changing the hook in the original file. Both with the same result: after entering a valid code, the button gets a ‘waiting’ text (forever?). After reloading the page manually the applied card is visible though and a success message appears.
Is there a simple solution to adjust the location?
I’d rather not use Javascript for this.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Move coupon area on checkout page’ is closed to new replies.