• Resolved keyur11

    (@keyur11)


    Hi guys…specially subhnan
    I am noob to wp and all
    i want to add forum to my site ,so i did but i need user to register at my site
    I got woo commerce as checkout thing…

    so when u click on account tab it shows 2 options LOGIN or register..
    register only ask email address (its fine)
    but i installed this woocommerce email verification plugin..

    after that when i entered my email in registration field> they sent me an email.

    “Hello p**e911,

    To activate your account and access the feature you were trying to view, copy and paste the following link into your web browser:
    http://www.****n.com/activate?passkey=137387c4a7553991ae0df6eae60ec6a2

    Thank you for registering with us.

    Yours sincerely,
    ***.com”

    when i click the link it takes me to my webstite but shoes an error
    Not Found
    It looks like nothing was found at this location. Maybe try a search?

    so plz help

    https://ww.wp.xz.cn/plugins/woocommerce-email-verification/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author subhansanjaya

    (@subhansanjaya)

    If you don’t have any permalinks set up on your site, you will need to update the following line of code with your url to the activate page on the includes/class-wev-email-verification.php file.

    $message .= "'>".home_url('/').'activate?passkey='.$hash."</a><br/><br/>";

    If you would like, you can check the premium version of the plugin. So, I can provide any additional support require.

    Hope this helps.

    Cheers,
    Subhan

    Thread Starter keyur11

    (@keyur11)

    when i registered with woocommerce it only asked for my email..not password

    but now …i got upto that your account has been activated..
    that page said click here to log in…when i did it…PAGE NOT FOUND

    and what is password even if they want to login?

    Plugin Author subhansanjaya

    (@subhansanjaya)

    Please, disable automatic password from woocommerce’s settings. So, users can enter their password when register. Please, check the following code on #54 and update it accordingly.

    echo "Account activation successful. Please, click <a href='".home_url()."/my-account/'>here</a> to login." ;

    I’m having the same issue.

    I try to register a new user.

    The user gets the confirmation link email.

    When clicked on the confirmation link email it gets a 404 error.

    Thread Starter keyur11

    (@keyur11)

    ok…what i did was….go to edit pages….and rename account page to my-account,

    Thread Starter keyur11

    (@keyur11)

    hello subhansanjaya ….can u please tell how do i disable woocommerce automatic pswrd?

    and check following code on #54…what is #54…where i mean?

    Thread Starter keyur11

    (@keyur11)

    Please, disable automatic password from woocommerce’s settings. So, users can enter their password when register.

    where can i disable this. plz help

    Please, check the following code on #54 and update it accordingly.

    echo “Account activation successful. Please, click here to login.” ;

    what is #54…ehere u exactly mean?

    plz help subhan

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Plug in got some issues’ is closed to new replies.