compact Posted February 2, 2011 Share Posted February 2, 2011 Anybody know how I can go about running a PHP script after specific orders? I will need customer id etc. Thanks in advance 0 Quote Link to comment Share on other sites More sharing options...
GGWH-James Posted February 2, 2011 Share Posted February 2, 2011 http://wiki.whmcs.com/Hooks#Order_Process 0 Quote Link to comment Share on other sites More sharing options...
compact Posted February 2, 2011 Author Share Posted February 2, 2011 Thanks, then I shall use the API to get all the data on the orderid? Thanks 0 Quote Link to comment Share on other sites More sharing options...
GGWH-James Posted February 2, 2011 Share Posted February 2, 2011 Depending upon exactly what it is that you want to do with the script you wish to run and how it functions, you could pass the variables to it from within the hook, you could take the code out of the external script and run it directly from within the hook, etc. 0 Quote Link to comment Share on other sites More sharing options...
compact Posted February 2, 2011 Author Share Posted February 2, 2011 (edited) Just want to run a php script on certain order names with the userid. This is confusing me lol Edited February 2, 2011 by compact 0 Quote Link to comment Share on other sites More sharing options...
compact Posted February 2, 2011 Author Share Posted February 2, 2011 Should I still be using the hooks? 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.