Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default JROX working without commissions

    I have been working at this on and off for months now, but it is getting to a point that I really need to get it working! I have everything set up and working, but I am not getting any commissions issued. I have used both the code from the JROX website and the new code on this forum, neither one will pass through the checkout when I put the code in the tpl_footer and upload it to templates/my_template/checkout_success/tpl_footer.php I have tried putting the code in different places, everything, but nothing works. I also can not see the code when I checkout by viewing the source. I have used the override system before and never had any trouble with my templete.
    I can get the commissions to track if I put the code into the modules/pages/checkout_success/header file but it throws the rest of my checkout success page off.
    I am getting desprite now, anyone have any idea what it could be.
    I have checked the config file and everything is correct including the cookies domain.
    I am using 1.3.8a with the latest jrox
    PLEASE, PRETTY PRETTY PLEASE :)
    Last edited by helpme; 17 Sep 2009 at 05:56 PM.

  2. #2
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: JROX working without commissions

    If nothing else can anyone help me with the code:
    Code:
    [FONT=Courier New]------------------------ 
    [/FONT][FONT=Courier New]// bof JROX integration 
    if (isset($zv_orders_id) && (int)$zv_orders_id > 0 && isset($order_summary) && is_array($order_summary[/FONT][FONT=Courier New])) { 
      if (!isset($_SESSION['affiliate_order_id']) || $_SESSION['affiliate_order_id'] != $zv_orders_id [/FONT][FONT=Courier New]) { 
          $_SESSION['affiliate_order_id'] = $zv_orders_id[/FONT][FONT=Courier New]; 
         $commissionable_order_formatted = number_format($order_summary['commissionable_order'], 2, '.', ''[/FONT][FONT=Courier New]); 
         echo '<script language="javascript" type="text/javascript" src="http://www.yourdomain.com/affiliates/sale.php?amount=' . $commissionable_order_formatted . '&trans_id=' . $order_summary['order_number'] . '"></script>'[/FONT][FONT=Courier New]; 
        } 
    } 
    [/FONT][FONT=Courier New]// eof JROX integration 
    -------------------------  [/FONT]
    I don't know much about writing code and everytime I insert it into the header.php file it screws up my text sizing on the rest of the page.

  3. #3
    Join Date
    May 2006
    Posts
    119
    Plugin Contributions
    0

    Default Re: JROX working without commissions

    I have this problem and SEEM to have tracked it down to only certain browsers - it was really confusing since some people complained that their commissions were not showing up, but their clicks were. I would try it and it would work fine... LOL

    Which led me to run some tests from different browsers, and everything I have found so far at the Jrox forums points to a P3P policy error. I did not even know what that meant!!

    So, I am still -in-process, but hoping that together we can figure it out :-)

    What I do know...
    -- my store is at a subdomain, the affiliate program is in a root folder of the main domain. (maybe the p3p issue?)
    -- IE and firefox do not give $ credit, but do count clicks. Google Chrome gives both clicks and credit.
    -- at the Jrox forums they pointed someone with a similar issue to:
    http://www.p3pedit.com/

    so I am trying that. Am adding this to the zen-cart forum since nothing came up with my searches when I thought it was a zen issue. 'Cause, ultimately, it affects my zen cart in a negative way... and I hate it when that happens ;-)

  4. #4
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: JROX working without commissions

    I still haven't gotten any further. My store is not a subdomain, and it when using just the tpl_footer, it does not record a sale on IE, FF or GC.

  5. #5
    Join Date
    May 2006
    Posts
    119
    Plugin Contributions
    0

    Default Re: JROX working without commissions

    Have you tried the P3P setup???

    Other activities have me scrambling to find time to learn/implement that process, and I am getting several email complaints a day now about people's credits not showing.... ARGHHHH....

    I suspect it has to do with new IE software protocols... and I am hoping the P3P protocol can help it....

    can anyone confirm or deny that???

  6. #6
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: JROX working without commissions

    YEAH After months, I finally got this working!! I added the script to tpl_checkoutsuccess and it works!!! I may have problems later, but for right now it is working with several tests!!!

 

 

Similar Threads

  1. JROX - Pay Multiple Commissions On One Order?
    By skustes in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 21 Oct 2011, 09:23 PM
  2. Setting up JROX/Jam commissions by category?
    By lyricwings in forum General Questions
    Replies: 12
    Last Post: 5 Jan 2009, 01:44 PM
  3. Replies: 7
    Last Post: 24 Feb 2008, 03:48 AM
  4. commissions
    By MJB24 in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 17 Nov 2007, 03:30 PM

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