Hello!
I have been trying a lot of different things and I’m at my wit’s end.
I’m unable to get the Activate message to show up on the My Account page (as so many have before me).
What I would like:
ONLY enable “Prevent login after checkout” and “Block checkout”. Have the Activate reminder on the My Accounts page until the user has activated their email.
At this point, there is no message to activate email anywhere (at any point in registration process), so user has no clue to even check their email.
What I have tried:
I was able to make the message appear by manually appending “?alg_wc_ev_activate_account_message=XX” to the URL in the My Accounts page. Thus I believe it is simply a matter of making this append properly.
To this end, I have already tried enabling “Redirect on failure” and setting the custom URL to: “www.XXX.com/my-accounts/?alg…..” (this doesn’t work)
Other things I’ve tried (including your previous fixes):
If I ALSO enable “Prevent login after register” then the plugin logs out after registering and posts the correct message. However, I don’t want this UX and thus I NEED to be able to see the message without this behavior.
The different CSS snippets you’ve given before (doesn’t work)
Enabling the “Block unverified login” option (works, but I don’t want this behavior)
Enabling the “Logout users” options (works, but I don’t want this behavior)
So basically – to get the behavior that I want, I need to enable options which I don’t want. Please help me show the message with only the “Prevent login after checkout” and “Block checkout” options.
Thank you for your help (and the plugin)!