• Resolved koojiangyi

    (@koojiangyi)


    I have installed

    1. woocommerce
    2. own payment gateway
    3. eventin plugin

    I am able to sell the ticket with eventin plugin the payment has been made from the gateway, however when payment successfully, the callback showing woocommerce as “paid” but it shows fail in the eventin attendee list.

    May i know what is the behavior and the condition to change attendee status to “paid” automatically and what is the configuration required at woo commerce side?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Themewinter

    (@themewinter)

    Hi @koojiangyi We are using the “woocommerce_order_status_changed” hook with priority 10 to sync the event status with the WooCommerce order status. You may check the action in detail from the eventin free plugin directory > core > woocommerce > hooks.php file’s change_attendee_payment_status_on_order_status_update() function.

    It seems the payment plugin’s “woocommerce_order_status_changed” hooks isn’t synced in time due to a priority mismatch.
    Let us know if you can’t get a solution after checking the functionality.
    Regards`

    Plugin Support A Zaman Sagor

    (@azamansagor)

    Hello,

    Due to inactivity, we are closing this ticket. If you still have any issues then please create a new ticket.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Eventin attendee status fail’ is closed to new replies.