Forum Replies Created
-
AuthorPosts
-
June 20, 2022 at 9:11 pm in reply to: How can I repeat on a page the email address to which a verification email sent? #101590
Jaed
ParticipantHi Toby,
You will happy to hear that, We have implemented the feature you requested and released the updates on the latest version.
Query: Resend form vs Resend button
I am really sorry to say that I might not understand your query properly, Even my teammates, both failed to understand you properly. What we understood is, that you might want to have a resend verification email button only without the email field. This isn’t realistic enough, without the email field it’s not possible to track the correct user who will receive the verification email. But we are open to hearing more explanations on this if you have any.
Query: Error messages
We have understood your query and implemented the error messages with some codes. Let me explain the details of it. Now there are 3 codes you will be able to see.
Response code 1: Type – success, Message – “Success: Your activation email has been resent. Please check your email.”
Response code 2: Type – error, Message – “Error: No registration found under the email.”
Response code 3: Type – error, Message – “Error: This user is already verified.”FYI: You can control these messages with this filter hook: `alg_wc_ev_resend_status_codes`
Please let me know if you have any other queries.
Regards
June 13, 2022 at 8:49 pm in reply to: How can I repeat on a page the email address to which a verification email sent? #101588Jaed
ParticipantHi Toby,
Thank you for your further queries and suggestions.
We are in a discussion about your requests. We will try to implement these in a better way and update you here soon.
Regards.
June 6, 2022 at 8:18 pm in reply to: How can I repeat on a page the email address to which a verification email sent? #101586Jaed
ParticipantHi Toby,
Thanks for your feedback on the shortcodes. Let me explain it to you.
- The shortcode
[alg_wc_ev_new_user_info]
accepts two arguments one is `info_type` which value can be any properties ofWP_User
. You can put this to themyaccount
page of WooCommerce as like I put here.
I think you are using it on some other page where the user becomes redirected after registration. In that case, you need to check, after redirect, that the URL is containing a user ID in the query string with the key `alg_wc_ev_activate_account_message`. Without this value, that shortcode will not able to track correct user data. Please check this and let us know. - It’s good to hear that the other shortcode worked well. Now to customize the template you do not have to edit any PHP template file. You can simply do it this way:
[alg_wc_ev_resend_verification_form template='{user_email_input}Submit Now']
You can also see it here. You can put a custom CSS class to design the form the way you want.
Please let me know if you have any further questions. I am looking forward to helping you.
Regards,
JaedMay 30, 2022 at 8:41 pm in reply to: How can I repeat on a page the email address to which a verification email sent? #101584Jaed
ParticipantHi Toby,
We have implemented the features you requested. Please update the plugin to the latest version to achieve the functionalities. We have added 2 shortcodes, let me just give you a brief.
[alg_wc_ev_new_user_info]
shortcode will display user information.[alg_wc_ev_resend_verification_form]
shortcode will create a resend verification form, which template is customizable and it will send a verification email with a link again to the given email address.
Please let me know if you have a question about it. We are looking forward to helping you.
Regards
May 10, 2022 at 6:42 pm in reply to: The cost can be synced between translations using Polylang? #89934Jaed
ParticipantHi Ning,
Thanks for bringing your concern to our attention.
We have added support for the Polylang translation plugin. Now the cost will be synced between translations.
Please let us know your feedback. We are looking forward to helping you more.
Regards
May 4, 2022 at 6:49 pm in reply to: Is it possible to add bulk action to manually verify the email of selected user? #101550Jaed
ParticipantFYI: You can find a new setting about the features here Email verification settings > Admin > Admin options and Email verification settings > Admin > Bulk user actions
May 4, 2022 at 6:36 pm in reply to: Is it possible to add bulk action to manually verify the email of selected user? #101549Jaed
ParticipantHi,
We are really happy to let you know that, we released the feature you wanted to have in the plugin a few days back. We hope you are enjoying it.
Please let us know if you have questions and keep exploring things that can help you to manage your store with this plugin.
We are looking forward to helping you more.
Thank you and Regards.
February 28, 2022 at 3:51 pm in reply to: Is it possible to disable the checkout process once user has exceeded the limit? #93111Jaed
ParticipantHi Morgan,
We would like to let you know that, we have implemented the feature you wanted “Disable checkout button” in that plugin. You can find the settings here: WooCommerce > Settings > Order Min/Max Amount > General Options > Cart Page
Please let us know if you have any questions.
We are looking forward to helping you.
- The shortcode
-
AuthorPosts