Checkout coupon form
-
Hello! I am developing a custom woocommerce theme and I made my own form-checkout.php. Everything is going well but I’m having a problem with the coupons.
I understand that “do_action( ‘woocommerce_before_checkout_form’, $checkout );” calls the coupon form. The problem is that it puts de form on top of my page, and I want it right before the order review.
I tried calling it with “woocommerce_checkout_coupon_form();” and hiding the other line but it works differently: when I click on “apply” it makes the purchase.
Can you please help me?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Checkout coupon form’ is closed to new replies.