callmoo Posted September 8, 2013 Share Posted September 8, 2013 Hello, I am looking for someone to develop a very basic WHMCS client side module. The module simply opens a support ticket when the button is clicked with a predefined text. I can pay! Thanks! 0 Quote Link to comment Share on other sites More sharing options...
SeanP Posted September 9, 2013 Share Posted September 9, 2013 In your template, just create a button that links to your WHMCS install. The following is an example that will link to the submit ticket page of the WHMCS demo, with the subject "Subject goes here" predefined: <button onclick="window.location.href='http://demo.whmcs.com/submitticket.php?step=2&deptid=12&subject=Subject%20goes%20here'">Open Ticket</button> Just replace the URL with your domain (url to submitticket.php), the department ID of the correct department you wish to open the ticket within, and of course the subject you wish. The link to open a ticket, with a predefined subject, is documented here: http://docs.whmcs.com/Linking_to_WHMCS#Support_Ticket_Links Sean 0 Quote Link to comment Share on other sites More sharing options...
wsa Posted September 9, 2013 Share Posted September 9, 2013 If you still need help post in the Marketplace section 0 Quote Link to comment Share on other sites More sharing options...
PHPCore Posted September 18, 2013 Share Posted September 18, 2013 If you still need this done, I can program it via the API very cheap. Go ahead and PM me or email info@jedeu.com 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.