• Resolved pentus

    (@pentus)


    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)
  • Plugin Author Vidish

    (@vidishp)

    @pentus Thank you for reaching out. We have integrated this feature in premium version. Discount application for guest works correctly in it.

    Soon, this feature is going to be removed from free version. Let me know if you need any further assistance.

    Thread Starter pentus

    (@pentus)

    @vidishp thanks for your reply. I did not mean discount for guests. I meant discount for user that places first order and register as client at the same time.

    Is this feasible or this is going to be a part of premium version?

    Plugin Author Vidish

    (@vidishp)

    @pentus Yes. Until the first time user (who registers on checkout) places order, he is a guest. So that is the same scenario.

    Let me know if that clarifies.

    Thread Starter pentus

    (@pentus)

    Thanks for clarification

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Apply coupon in “Checkout”’ is closed to new replies.