Jump to content

BizGlobalSolutions

Retired Forum Member
  • Posts

    8
  • Joined

  • Last visited

Everything posted by BizGlobalSolutions

  1. Where do I find the code for logout as I dont see in actions hook Thx
  2. Hi to all, can some one assist me on what happens next I have entered that code in to the action hooks in fact on the other post about intergration has a better code to input do I use just the one or both. What I need to know is how do I make sure the commissions are done how does it set off commissions is it with cookies Has any one here sone it and can assist me with it Thx Andy Biz Global Solutions
  3. HI all, thank you for that and I have entered that, Now what I want to understand is how does the affiliate get the commission do they need same user name do I need to alter any thing else or is it just pick up the cookies. so when the client pays the invoice will it pick up the cookie of that affiliate and set the commissions of in jrox and then every time that an invoice gets made it is does the commissions what about when they purchase just a one time product and not the affiliate associated I also have where they can purchase shares how does jrox know the difference I will set the commisions to recurring in jrox with intergrated here just want to make sure that it sets the commissions to the hosting and not any other product I gather that when they are a client in the jrox it will do what is set I hope some one can shed some more light on this as I would liek it done proper Andy Biz Global Solutions
  4. So how do I put the following instructions to action hooks in what format please To integrate JAM with WHMCS, follow these instructions: 1. Open up your whmcs/includes/checkoutscript.php file for editing. 2. Near the bottom of the file, add the following lines: // You got mail! mail($emailto, $subject, $message, $headers); $result=mysql_query("SELECT * FROM tblorders WHERE ordernum = '$ordernumber' LIMIT 1"); $row = mysql_fetch_array($result); $amount = $row['amount']; $JAMIntegrate = file_get_contents("http://www.domain.com/affiliates/sale.php?amount=".$amount."&trans_id=".$ordernumber."&custom_mid=".$_COOKIE['jrox'].""); ?> 3. Make sure to point http://www.domain.com/affiliates to your JAM installation URL
  5. no was there supose to be a check out script with the latest version or am I to use the actionhooks and how do I use that Cheers Andy
  6. # Open up your whmcs/includes/checkoutscript.php file for editing. # Near the bottom of the file, add the following lines: // You got mail! mail($emailto, $subject, $message, $headers); $result=mysql_query("SELECT * FROM tblorders WHERE ordernum = '$ordernumber' LIMIT 1"); $row = mysql_fetch_array($result); $amount = $row['amount']; $JAMIntegrate = file_get_contents("http://www.domain.com/affiliates/sale.php?amount=".$amount."&trans_id=".$ordernumber."&custom_mid=".$_COOKIE['jrox'].""); ?> # Make sure to point http://www.domain.com/affiliates to your JAM installation URL Jrox tells me to do this there is no checkout.php helppppppppppp Andy
  7. Hi all I did put a post else where I need help to where I put the code for jrox Following the instructions it says to open includes/checkout.php and there is none so where do I put the code to intergrate jrox please can some one help
  8. Hi I have looked and do not see any checkout script so where do I put the code to intergrate jrox I looked in where it said it was and nothing there thx
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated