Move Gift Card to directly under Payment Info
-
I’m trying to move the form on our checkout page using
remove_action()
:The code that I’ve tried is:
remove_action( 'woocommerce_review_order_before_submit', array('PW_Gift_Cards_Redeeming', 'woocommerce_review_order_before_submit'), 10 );
Am I going about this wrong?
Here are some screenshots:
https://i.stack.imgur.com/X98sH.png
https://i.stack.imgur.com/5R7S9.png
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Move Gift Card to directly under Payment Info’ is closed to new replies.