• I have woocommerce setup, and when someone goes to register it spits out an error message of Token has been expired or revoked, and the customer doesn’t get redirected anywhere, but it is still creating the account. Same thing when they checkout it gives an error message but still processes the order, so when the customer hits the process order again since they are still on the processing page and see an error they hit the button again it processes twice but they see an error message not knowing the order went through. (email is returning error message but the actions are still being triggered)

    How can I prevent this? Ive already re-esatblished a new token, but I don’t want the email error message being displayed if it fails to send the email. Better to log the error and not show anything to the end user. And let the redirect happen to whatever page is next.

Viewing 1 replies (of 1 total)
  • Plugin Author Noor Alam

    (@naa986)

    Hi, SMTP debug is already disabled on the front end. So PHPMailer shouldn’t really show any message unless there is a fatal error. Do you get the same error when you send a test email from the plugin settings?

Viewing 1 replies (of 1 total)
  • The topic ‘Token has been expired or revoked. But still processes other actions.’ is closed to new replies.