Forum Replies Created
-
AuthorPosts
-
billignameMember
I have tried all but the system doesn’t track it. My log file:
[01/08/2010 4:31 AM] – SUCCESS :Products, Customers, Coupons, Sales Database Tables Updated.
[01/08/2010 4:31 AM] – SUCCESS :Preparing JROX affiliate commission.
[01/08/2010 4:31 AM] – SUCCESS :Trans ID: 6H495926KF088451N Sale amount: 1.00 Cookie value:
[01/08/2010 4:31 AM] – SUCCESS :Awarding JROX affiliate commission :
I asked jam they have said I need a Thank you page with a hidden image!
<img border=”0″ src=”http://www.akay.us/aff/sale.php?amount=”.$sale_amt.”&trans_id=”.$trans_id.”&custom_mid=”.$jrox_cookie” width=”1″ height=”1″>
I need urgently help please
billignameMemberNow I have tried with the new version. My log file:
[01/01/2010 5:33 PM] – SUCCESS :Products, Customers, Coupons, Sales Database Tables Updated.
[01/01/2010 5:33 PM] – SUCCESS :Preparing JROX affiliate commission.
[01/01/2010 5:33 PM] – SUCCESS :Trans ID: 1NU2998679438983T Sale amount: 24.95 Cookie value:
[01/01/2010 5:33 PM] – SUCCESS :Awarding JROX affiliate commission :
and
[01/01/2010 5:43 PM] – SUCCESS :Connection to http://www.paypal.com successfuly completed.
[01/01/2010 5:43 PM] – SUCCESS :IPN successfully verified.
[01/01/2010 5:43 PM] – SUCCESS :Creating product Information to send.
[01/01/2010 5:43 PM] – FAILURE :The Fund have not been cleared yet. Product will be delivered when the fund clears!
[01/01/2010 5:43 PM] – FAILURE :IPN product validation failed.
[01/01/2010 5:43 PM] – SUCCESS :Paypal class finished.
If I click at the affiliate Link url likes so:
?jrox=3%23%23%231%23%23%230%23%23%230%23%23%23Unknown
Regards
billignameMemberI cannot find the file
billignameMemberSummary:
1. I must put this code into the paypal.php
$this->debug_log(‘Preparing JROX affiliate commission.’,true);
$sale_amt = $this->ipn_data;
$trans_id = $this->ipn_data;
$jrox_cookie = $customvariables;
$this->debug_log(‘Trans ID: ‘.$trans_id.’ Sale amount: ‘.$sale_amt.’ Cookie value: ‘.$jrox_cookie,true);
$JAMIntegrate = file_get_contents(“http://www.myactualdomainname.com/affiliates/sale.php?amount=”.$sale_amt.”&trans_id=”.$trans_id.”&custom_mid=”.$jrox_cookie);
$this->debug_log(‘Awarding JROX affiliate commission :’.$JAMIntegrate,true);
2. Put the code in this file wp_eStore1.php
$name = ‘jrox_cookie’;
$value = $_COOKIE;
$custom_field_val = append_values_to_custom_field($name,$value);
Is that all?
billignameMember“Actually my bad on the changes I recommended for the “wp_eStore1.php” file. I forgot that this functionality has been slightly changed/moved.
Please do the changes I suggested for the “wp_eStore1.php” file in the “eStore_payment_submission.php” file. Search for the following function in that file:
function eStore_get_custom_field_value1()
also don’t forget to upload the modified version of the file to your server overwriting the existing one.”
I cannot find the “eStore_payment_submission.php”
-
AuthorPosts