Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    Feb 2005
    Location
    New Jersey
    Posts
    646
    Plugin Contributions
    0

    Default Re: New Jrox JAM integration code for 1.3.8

    I have another question. I have a java code script in a sidebox to show the person that sent you to my site. If they are an affiliate or demostrator. I had to change the path on that as well. But anyway...I think it is really slowing down my site when someone goes through check out. Is that to be expected?
    Here is my "affiliate" link. Please be aware the site sells lingerie and toys.

    http://anniej.sleeplessnightsonline.com/


    Thanks,
    Kelly

  2. #12
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: New Jrox JAM integration code for 1.3.8

    ...careful, you will need the full path if your Affiliate Software resides on a different URL, or in a sub-directory.
    20 years a Zencart User

  3. #13
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    856
    Plugin Contributions
    0

    Default Re: New Jrox JAM integration code for 1.3.8

    Hi All,
    I'm using the footer code that schoolboy has put up for 1.3.8. We're running 1.3.8a. Jam is recording the number of hits an affiliate gets. Emails are also being generated when a sale is finalized but there is no commission generated in the admin or in the affiliates account.

    There are no errors in the footer on checkout_success. I have this overridden properly. Does this sound like some admin config mistake on my part?

    Thanks,
    John

  4. #14
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    856
    Plugin Contributions
    0

    Default Re: New Jrox JAM integration code for 1.3.8

    Okay, I did go over everything again today. I did notice that I had created a "Program", set the commission rate and all that. I never went and set the affiliate as a part of that program. I have done it now and I still have no commissions being tracked in the DB.

    Emails are still sent out saying that a commission was generated for xxx order for xxx dollars but there is nothing reflecting that in the admin or in the affiliates account.


    The lower part of my tpl_footer looks like this

    Code:
    <!--eof-ip address display -->   
    
    <?php
    
    // bof JROX integration
    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="/affiliates/sale.php?amount=' . $commissionable_order_formatted . '&trans_id=' . $order_summary['order_number'] . '"></script>';
        }
    }
    // eof JROX integration 
    
    
    
    } // flag_disable_footer
    
    if (ZEN_CONFIG_USER_TRACKING == 'true') { zen_update_user_tracking(); } ?>
    
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    var pageTracker = _gat._getTracker("UA-5115033-1");
    pageTracker._initData();
    pageTracker._trackPageview();
    </script>
    </div>
    Is the .htaccess code supposed to be added to my public_html/.htaccess or should the JROX .htaccess be in the affiliates dir?

    Would the .htaccess be causing the problem that I'm having?

    Thank you,
    John

  5. #15
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    856
    Plugin Contributions
    0

    Default Re: New Jrox JAM integration code for 1.3.8

    In Addition. . .

    the JROX DB Table > jx_commissions is being written to. There are 8 records in this table. All have the correct info but the "Referrer" is "Unknown" for each of them.
    Last edited by bumba000; 9 Apr 2009 at 03:50 PM.

  6. #16
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    856
    Plugin Contributions
    0

    Default Re: New Jrox JAM integration code for 1.3.8

    I guess sometimes it just helps to talk it out, even if its with yourself.

    Having the busted <script> tags in the DB hosed it all up. On top of that I didn't know that I had to go to Commissions in the admin and approve or deny the commissions that were listed there.

    When I first saw them they were clearly be broken by the script tags.

    Thanks for the help <not being snarky> ,
    John

  7. #17
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: New Jrox JAM integration code for 1.3.8

    I am having the same problem, I have everything set up *commisions, programs, etc* but when I create an order, it counts the link but does not generate the commission.
    it doesn't look like my commissions db is being written to.
    any ideas?

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. JROX JAM Affiliate program integration
    By eazy in forum All Other Contributions/Addons
    Replies: 15
    Last Post: 27 Jan 2011, 01:07 AM
  2. Jrox JAM integration
    By Berzerk in forum General Questions
    Replies: 8
    Last Post: 11 Jan 2011, 08:09 AM
  3. Jam Jrox integration - can't get it to record
    By jasonk in forum General Questions
    Replies: 29
    Last Post: 26 Sep 2008, 07:26 AM

Posting Permissions

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