Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

Reply To: Integration with JROX Jam Affiliate Manager

by

Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › Integration with JROX Jam Affiliate Manager › Reply To: Integration with JROX Jam Affiliate Manager

December 22, 2009 at 9:50 pm #16833
wisconsin
Member

Hi – thanks for getting back to me so quickly. For some reason it’s not registering..

Here is what I did:

1. wp-eStore1.php

..around line 530ish

if (!empty($_SESSION))

{

$name = ‘coupon’;

$value = $_SESSION;

$custom_field_val = append_values_to_custom_field($name,$value);

}

//Begin CJ added per https://support.tipsandtricks-hq.com/forums/topic/integration-with-jrox-jam-affiliate-manager

$name = ‘jrox_cookie’;

$value = $_COOKIE;

$custom_field_val = append_values_to_custom_field($name,$value);

//End CJ added

return $custom_field_val;

}

function append_values_to_custom_field($name,$value)

2. paypal.php

…around line 468ish

$this->debug_log(‘Infusionsoft signup result: ‘.$result,true);

}

}

//CJ added begin https://support.tipsandtricks-hq.com/forums/topic/integration-with-jrox-jam-affiliate-manager

$sale_amt = $this->ipn_data;

$trans_id = $this->ipn_data;

$jrox_cookie = $customvariables;

$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.’,true);

//CJ added end

$this->debug_log(‘Updating Affiliate Database Table with Sales Data if Using the WP Affiliate Platform Plugin.’,true);

Have i miss-entered anything?

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ