Hey all,
I need to resolve an issue with my Customer Activation emails not automatically being sent to certain customers.
I have a third party app for wholesale on my store. When a customer signs up, they are taken to a page that says to “Check your email to activate your account.” However no email gets sent even though under the Customer information in my Shopify panel, it says “Account invite sent”. Is this fixable or is this only available for shopify plus users?
I don’t mind manually activating the account, however, I’m hitting another problem. I did a test and manually pushed an account invite, which does send the email. However in the email, the button that should take you to activate your account takes me to a password reset page where I get an error.
In my Settings>Notifications>Customer account invite I double checked the code and it looks fine. So I’m not sure what is going on here. I really want to get this wholesale side of my website operational by Feb 1 and this is really my last stumbling block.
{% capture email_title %}Activate your account{% endcapture %}
{% capture email_body %}Hi, you’ve created a new customer account at {{shop.name}}. All you have to do is activate it.{% endcapture %}
|