frisco Posted March 15, 2019 Share Posted March 15, 2019 How do I get a notification email when someone registers a new account, and then adds a credit card, without an order? 0 Quote Link to comment Share on other sites More sharing options...
steven99 Posted March 15, 2019 Share Posted March 15, 2019 I don't recall if this setting does card updates / inserts, but WHMCS admin -> Setup menu -> General Settings -> other tab -> "Client Details Change Notify" would be the only built-in option I can think of for you to get notices . Beyond that, you would need custom hooks to do this. Specifically, CCUpdate for the card part and ClientAdd for the registration part. The CCupdate hook would then check if any orders are present for the client and take action as needed. How would you want to be notified would depend on what API calls you do . For example, you could do a new ticket or just send an email to the admins. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.