neaweb6 Posted May 15, 2016 Share Posted May 15, 2016 Hey guys, I am setting up a product that is managed by a third party that I am selling on my WHMCS installation. There is not a module for it. In order for my clients to manage this product, they must visit a link (e.g. example.com) and then sign in. Is there any way to add this link to their Client Area on the page where they manage this product? I don't want it to show up for everyone, just those who have purchase the product. Thanks in advance!! 0 Quote Link to comment Share on other sites More sharing options...
tonnybarros Posted May 19, 2016 Share Posted May 19, 2016 I looked for something to do something outside, too, and found, in my case would be using php curl among other things. https://forum.whmcs.com/showthread.php?112615-Help-to-create-hooks I decided to make using this example: http://docs.whmcs.com/Provisioning_Module_Developer_Docs It took me but I, also tries to read everything calmly. 0 Quote Link to comment Share on other sites More sharing options...
neaweb6 Posted May 26, 2016 Author Share Posted May 26, 2016 Thank you! I will work with this and see what I can do. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted May 26, 2016 Share Posted May 26, 2016 if it's an external site and you just want to link to it, it'd likely be easier just to modify the clientareaproductdetails.tpl page and add the link in there... you'd be able to use Smarty on that page to identify if the product shown on that page uses this external 3rd party site and, if so, link to it. of course, if you're familiar with the Class system used by WHMCS, you could add a link (for an applicable product) to the navbar and/or a sidebar by using an action hook. 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.