• I just installed your plugin and it works like a charm. Thank you for your contribution. I know my question might be out of the scope of your support, but I really don’t know where else to go.

    When users register to my website through a social login plugin (Quick Social Login in my case), they receive the default new_account email that is editable in Woocommerce > Settings > Emails. This email is similar to what I configured through Kadence (title and logo in the header are the same), but the footer is missing and also the body text is different.

    Is there any way I can force this plugin to send the Kadence emails? I thought about 2 ways of doing this:

    1. Maybe I can paste the HTML code of Kadence new_customer email into the Woocommerce new_customer template email so that they are completely the same. But where can I copy the code from?

    2. Maybe I can modify a function in Quick Social Login to force it to send Kadence emails.

    Thank you very much for reading this and any help is highly appreciated.

    • This topic was modified 3 years, 10 months ago by popos93.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,
    Our plugin edits woocommerce emails and uses the core woocommerce filters to do that if you have another plugin that is overriding woocommerce emails or changing how woocommerce emails are called that is out of our scope and you would need to follow up with that other plugin.

    My guess is that Quick Social Login is not using woocommerce emails at all but instead using core WordPress emails for new registrations but you would need to follow up with them I do not know that plugin or how it works.

    Ben

    Thread Starter popos93

    (@popos93)

    Hey, thank you for your reply. The Social Login plugin that I am using sends the Woocommerce emails, no the WordPress ones.

    Your plugin does indeed modify the default Woocommerce emails, but it adds some other things too. For example, if I compare the Woocommerce emails (from Woocommerce > Settings > Emails) and Kadence emails, they are not 100% the same. The text in the body and the footer background are different for example.

    I was looking for a way to update Woocommerce emails to be exactly the same as Kadence emails. This way, when another plugin wants to send the Woocommerce email, it will send the exact same email I configured in Kadence.

    • This reply was modified 3 years, 10 months ago by popos93.
    Thread Starter popos93

    (@popos93)

    IF we check the code of the Social Login plugin, it seems that they are indeed sending the Woocommerce emails. That means that Kadence is sending emails in a different way, and Social Login is not able to send Kadence emails.

    https://github.com/LayeredStudio/quick-login/blob/master/src/Login.php#L134

    • This reply was modified 3 years, 10 months ago by popos93.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘New account email when user is registered through a social login plugin’ is closed to new replies.