trigger email when user is approved and record is saved

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
Tea-Dev
Lieutenant (LT)
Lieutenant (LT)
Posts: 55
Joined: Wed Oct 12, 2011 11:15 am

trigger email when user is approved and record is saved

Post by Tea-Dev » Thu Jun 27, 2013 2:37 pm

Gold 5.
When we create a user, the default setup for user is "disabled" which then requires an admin to enable that user.
I am trying to trigger an email when the user is enable (approved) and the record is actually saved into the system. Is this something that exists now or do we have to write a special routine?
If a special routine, can you point me in the right direction.
thanks.

User avatar
ForumsAdmin
AbleCommerce Moderator
AbleCommerce Moderator
Posts: 399
Joined: Wed Mar 13, 2013 7:19 am

Re: trigger email when user is approved and record is saved

Post by ForumsAdmin » Fri Jun 28, 2013 10:37 am

Nope this event does not exist. You will have to write a bit of custom code to trigger account approval email.

The page in merchant admin where you approve the user, you will have to write a piece of code that invokes the approval email after approving the user. There are a number of threads in forum that discuss how to send custom emails.

Post Reply