Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2011
    Posts
    30
    Plugin Contributions
    0

    help question My Jam JROX is tracking clicks but no sales and commissions.

    Hello,

    I have already made the same question to jrox forum, but I am putting it here too in case somebody by any chance has come across a similar issue.

    I am attempting to integrate jam jrox with the latest version of Zencart. I updated the tpl_footer.php and put it under checkout_success folder under my custom template, this is what I put in it:

    if (isset($zv_orders_id) && (int)$zv_orders_id > 0 && isset($order_summary) && is_array($order_summary)) {
    if (!isset($_SESSION['affiliate_order_id']) || $_SESSION['affiliate_order_id'] != $zv_orders_id ) {
    $_SESSION['affiliate_order_id'] = $zv_orders_id;
    $commissionable_order_formatted = number_format($order_summary['commissionable_order'], 2, '.', '');
    echo '<script language="javascript" type="text/javascript" src="http://www.mydomain.com/affiliates/sale.php?amount=' . $commissionable_order_formatted . '&trans_id=' . $order_summary['order_number'] . '"></script>';
    }
    }

    Paypal is the only method that I am using to process orders in my site. After I buy something using the affiliate link, I make sure that I click on "return to my site" after paypal has processed it. The new order is reflected in zencart admin, a new "click" is registered on the affiliate jam account, but the jam admin does not show a new sale. It keeps showing "zero" sales.

    I don't know what else to do. The test affiliate is attached to the jam program.

    Please let me know if there is some type of setting that I may have forgotten to review if you were successful doing this integration.

    Thanks in advanced.

  2. #2
    Join Date
    Jun 2005
    Location
    Hertfordshire, UK
    Posts
    9,917
    Plugin Contributions
    3

    Default Re: My Jam JROX is tracking clicks but no sales and commissions.

    Direct the question to JROX directly - not via their forum.
    Did my post help you fix something? You can show your gratitude by buying the the dev team coffee.

  3. #3
    Join Date
    Jul 2011
    Posts
    59
    Plugin Contributions
    0

    Default Re: My Jam JROX is tracking clicks but no sales and commissions.

    Quote Originally Posted by ekon79 View Post
    Hello,

    I have already made the same question to jrox forum, but I am putting it here too in case somebody by any chance has come across a similar issue.

    I am attempting to integrate jam jrox with the latest version of Zencart. I updated the tpl_footer.php and put it under checkout_success folder under my custom template, this is what I put in it:

    if (isset($zv_orders_id) && (int)$zv_orders_id > 0 && isset($order_summary) && is_array($order_summary)) {
    if (!isset($_SESSION['affiliate_order_id']) || $_SESSION['affiliate_order_id'] != $zv_orders_id ) {
    $_SESSION['affiliate_order_id'] = $zv_orders_id;
    $commissionable_order_formatted = number_format($order_summary['commissionable_order'], 2, '.', '');
    echo '<script language="javascript" type="text/javascript" src="http://www.mydomain.com/affiliates/sale.php?amount=' . $commissionable_order_formatted . '&trans_id=' . $order_summary['order_number'] . '"></script>';
    }
    }

    Paypal is the only method that I am using to process orders in my site. After I buy something using the affiliate link, I make sure that I click on "return to my site" after paypal has processed it. The new order is reflected in zencart admin, a new "click" is registered on the affiliate jam account, but the jam admin does not show a new sale. It keeps showing "zero" sales.

    I don't know what else to do. The test affiliate is attached to the jam program.

    Please let me know if there is some type of setting that I may have forgotten to review if you were successful doing this integration.

    Thanks in advanced.

    Did you ever resolve this issue? I am having this issue also and no one seems to know what is wrong with it!

 

 

Similar Threads

  1. Tracking Number of Add to Shopping Cart Clicks
    By cardioforce in forum General Questions
    Replies: 3
    Last Post: 11 Feb 2010, 01:52 PM
  2. JROX working without commissions
    By helpme in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 7 Oct 2009, 02:20 PM
  3. JROX JAM not tracking all the way to sale?
    By danwebman in forum All Other Contributions/Addons
    Replies: 18
    Last Post: 11 Jan 2009, 11:59 PM
  4. Setting up JROX/Jam commissions by category?
    By lyricwings in forum General Questions
    Replies: 12
    Last Post: 5 Jan 2009, 01:44 PM
  5. Replies: 7
    Last Post: 24 Feb 2008, 03:48 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •