Apply coupon in “Checkout”
-
First order discount is not applied for orders that are placed together with registration. In other words, when user places first order and wants to register at the same time, discount is not applied. It works only for logged in users, so user needs to register first and then place an order.
I tried to add the following line:
add_action( ‘woocommerce_checkout_init’, ‘fodw_apply_discount’ );
in my functions.php but it did not work.Can you please advise better solution?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Apply coupon in “Checkout”’ is closed to new replies.