Support » Plugin: Digital Goods for WooCommerce Checkout » Plugin is adding “My account” to thank you page and creating customer accounts

  • Resolved fjura

    (@fjura)


    Hello,

    may I ask, I noticed that after updating this plugin and using woocommerce 4 that the plugin is adding a “My account” button to the thank you page and is creating “Customer” accounts in the “Users” section of WP. My WP settings are set to not have any registrations. Do you know about this issue?

    thank you

    Peter

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Dotstore

    (@dots)

    Hello Peter,

    Thanks for reaching out to us.

    Yes, we have added that button for quickly go to the account page.

    But, if you does not need to show that button on thank you page then, just add below one line CSS in to your themes style.css file and it will works for you.

    a.button.wcdg_delay_account {
        display: none;
    }

    Let us know how it works.

    Thanks,

    Thread Starter fjura

    (@fjura)

    Hello Dotstore,

    but may I ask why would you do something like this? It worked perfectly before as the plugin did what was supposed to, but why would you add this mandatory User Account button even if we have a shop where there is no customer registrations?

    The code to hide it might work on a Thank you page, but the worse thing is that due to this feature, WP is now creating “Customer” accounts for everyone who makes an order, so now I have tens of new accounts being cluttered in WP.

    Is it possible to turn this off completely and not just hide the button?

    thank you

    Plugin Author Dotstore

    (@dots)

    Hello Peter,

    Thanks for reaching out to us.

    Actually, this is the default flow of woocommerce once user place digital good without plugin then, it will auto generate the users details and sent to his given email.

    This issue is your site specific requirement that you do not need my account related functionality.

    If you do not want this feature then, you can install our Previous version which was working fine.

    Click here to download older version.

    Let us know still if nay.

    Thanks,

    Thread Starter fjura

    (@fjura)

    Hello,

    I think the previous version would work, but I will contact you in some other way because I have the PRO version.

    thanks

    Peter

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin is adding “My account” to thank you page and creating customer accounts’ is closed to new replies.