dviero Posted July 21, 2014 Share Posted July 21, 2014 Here is our scenario: We get new leads emailing us to our sales@ account and that goes into the sales department. We do the work and it comes time to send the client an invoice. So what we have to do is manually add that new client to the system by retyping their name and email address. If we do this manually 20-30 times a day it adds up on our time.... Is there any module out there or a hook that can automatically grab the client first name, last name and email address from the email, then automatically generate a password for them upon us pressing a button from within the ticket eg "Create client account" This would save us so much time. If not, is it possible to code using Hooks? 0 Quote Link to comment Share on other sites More sharing options...
dviero Posted July 24, 2014 Author Share Posted July 24, 2014 Hi, can someone shed some light on this please? 0 Quote Link to comment Share on other sites More sharing options...
altomarketing Posted July 26, 2014 Share Posted July 26, 2014 I can quote it if you like, contact me with details http://store.altomarketing.com.ar/en/contactenos 0 Quote Link to comment Share on other sites More sharing options...
dviero Posted August 21, 2014 Author Share Posted August 21, 2014 I went on your website, filled in the contact info, waited over 2 weeks and haven't had a reply. Can anyone else build this? 0 Quote Link to comment Share on other sites More sharing options...
dviero Posted August 21, 2014 Author Share Posted August 21, 2014 Nevermind, I did it myself in the template code. This isn't perfect but gets the job done: Place around like 268 of viewticket.tpl {if !$reply.userid && !$reply.contactid}<input type="button" value="Create Account" onclick="window.location='clientsadd.php?firstname={$reply.clientname}&email={$reply.clientemail}'" class="btn-small" />{/if} Don't ask me for any support on this, I just posted to help anyone out in future. 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.