Search:

Type: Posts; User: jroxonline

Search: Search took 0.27 seconds.

  1. Replies
    1
    Views
    645

    Re: jrox jam database gone

    do you still have access to the database of the other site? if not, you're out of luck
  2. Re: Has anyone integrated jrox affiliate system with zencart?

    pending commissions do not show up in any reports. you must view them in Commissions > Edit/Delete Commissions and approve them for it to show in other areas such as reports and the members area.
  3. Replies
    18
    Views
    3,643

    Re: JROX JAM not tracking all the way to sale?

    if the checkout_success page HTML source does not show the JAM code, then you may have put the template override file in the wrong theme folder.

    also, if you are using a shared SSL certificate,...
  4. Replies
    18
    Views
    3,643

    Re: JROX JAM not tracking all the way to sale?

    this looks correct, but you should check your /includes/config.php for JAM to see if your JAM cookie domain is correctly set:

    define("COOKIE_DOMAIN", "yourdomain.com");

    it should be the full...
  5. Replies
    1
    Views
    769

    Re: JROX and replicated pages?

    you need to make sure that the replicated web page was actually created in the folder you specified.

    full instructions for it are here:

    http://jam.jrox.com/docs/index.php?category=53
  6. Replies
    3
    Views
    878

    Re: JROX payments based on products?

    There is no option for this in JAM.
    Each manufacturer has to be assigned an affiliate account, and clicks will have to be generated from "them".
  7. Replies
    2
    Views
    1,004

    Re: jam variables

    there is an option in JAM to pass up to 5 different values. The values to pass in the tpl_footer.php file are:

    jrox_svalue_1
    jrox_svalue_2
    jrox_svalue_3
    jrox_svalue_4
    jrox_svalue_5

    You can...
  8. Replies
    3
    Views
    1,564

    Re: JROX - Zen Quick Question

    ?pid is required to distinguish which program an affiliate signs into, as well as the program itself.

    There is no option to specify admins for certain programs. We do not plan on adding this...
  9. Replies
    3
    Views
    1,564

    Re: JROX - Zen Quick Question

    You can use one installation of JAM if you want.

    This is done by creating different programs in the Programs area of JAM, one for each of your zencart installations. You can then create separate...
  10. Replies
    1
    Views
    1,213

    Re: Question about Affiliate Program/JROX

    Hello,

    You can still download the free version, and is limited to 50 affiliates.

    JAM can have multiple affiliate programs with custom themes that match each website on one JAM installation.
    ...
  11. Replies
    3
    Views
    1,092

    Re: JAM - getting started

    did you check the SPAM folders, maybe it got filtered?
  12. Replies
    2
    Views
    807

    Re: Silly JROX Question

    You need to setup a separate database for JAM.

    If you only have access to one database, you can put the JAM database tables in the same database as zen cart, but we recommend not to.

    If you...
  13. Re: Has anyone integrated jrox affiliate system with zencart?

    Hello,

    Instructions for integrating JAM with Zencart are here:

    http://jam.jrox.com/docs/index.php?article=111
  14. Replies
    68
    Views
    16,950

    Re: Affiliate program module???

    please rename the .htaccess to htaccess.txt in your /affiliates folder, as it is possible your webhost does not support mod_rewrite
  15. Replies
    68
    Views
    16,950

    Re: Affiliate program module???

    If you use JAM, you can use the javascript to show the affiliate name:

    <script language="JavaScript" type="text/javascript"...
  16. Replies
    7
    Views
    2,193

    Re: any good affiliate module ???

    Hello,

    We've spoken to Marci, and resolved her issue.
  17. Re: Has anyone integrated jrox affiliate system with zencart?

    Affiliates get credited for as many sales in a day as are made, as long as the affiliate cookie is tracked from the referring customer's computer. So in your case, if the cookie is set for 1 day, and...
  18. Replies
    68
    Views
    16,950

    Re: Affiliate program module???

    If running the JAM installer tells you that Zend is not installed, then you will need your web host to install it for you.

    You can also try using the ioncube version of JAM as well.
  19. Re: jrox integration with zencart 1.2.6 and 1.2.7

    Here's the code for zencart versions below 1.3x:

    Here you go. You need to add this in the includes/modules/pages/checkout_success/header_php.php file


    $jam1 = $db->Execute("select * from " ....
  20. Re: Has anyone integrated jrox affiliate system with zencart?

    You should not have to delete any other file as the tpl_footer.php file will override your current one anyway.

    You can remove the table tags as those are not used.
  21. Re: Google Checkout with JROX Affiliate Manager

    Okay... We got something working for the Zencart Google Checkout Module and JAM integration.

    First, we used the following to test:

    1. Zencart 1.3.6 default install from Fantastico (no addon...
  22. Re: Google Checkout with JROX Affiliate Manager

    krypton1,

    Any chance you can send us that code so we can play with it as well? We're not familiar with the google checkout process yet, but it sounds like they do something similar to what Paypal...
  23. Re: Has anyone integrated jrox affiliate system with zencart?

    Here you go:

    $jam1 = $db->Execute("select * from " . TABLE_ORDERS_TOTAL . " where orders_id = '".(int)$orders->fields['orders_id']."' AND class = 'ot_subtotal'");
    $jam_zen_1 =...
  24. Re: Has anyone integrated jrox affiliate system with zencart?

    The tpl_footer.php file provided with JAM will only work with 1.3+. If you need the code for 1.2x, you will need to manually edit the core files.
  25. Re: Google Checkout with JROX Affiliate Manager

    Hello,

    We would like to test this option as well. We'll look at the Google Integration Code and see what we can do to get this integrated with JAM.
  26. Replies
    68
    Views
    16,950

    Re: Affiliate program module???

    JAM has a different database than Zencart.

    For it to work, you will need to signup as an affiliate, click on the affiliate link, then place an order in your zencart store for a commission to be...
  27. Replies
    68
    Views
    16,950

    Re: Affiliate program module???

    Hello,

    You will need to use a tpl_footer.php override file, which you upload into the checkout_success folder in the zencart theme that you use.
  28. Re: Has anyone integrated jrox affiliate system with zencart?

    You can probably get this done, but you would have to create 3 different programs. When they pay, then you can change them to a new program. However, this can only be done manually (changing...
  29. Re: Has anyone integrated jrox affiliate system with zencart?

    Hello,

    Affiliate levels does not mean "level for the same affiliate".

    This means that you can have a downline up to 3 levels. For example, an affiliate signs up for your program. He's...
  30. Re: Has anyone integrated jrox affiliate system with zencart?

    If the customer clears the cookie, then no affiliate would get tracked.

    You can, however, track by IP, if you want.
  31. Re: Has anyone integrated jrox affiliate system with zencart?

    First, did you check and make sure that the affiliate cookie is set? Do this:

    1. Click on an affiliate link
    2. Type in the following in your browser to see if it generates a test commission:
    ...
  32. Replies
    68
    Views
    16,950

    Re: Affiliate program module???

    Sent you a PM.
  33. Replies
    68
    Views
    16,950

    Re: Affiliate program module???

    Were you able to go through the entire install process?

    We suggest turning on the debug mode in the config.php file:

    define("DEBUG_ADVANCED_ERROR", true);

    Re-upload it, then run JAM again to...
  34. Replies
    5
    Views
    1,392

    Re: JROX question

    Hello,

    What DrByte said is correct.

    JAM can not directly issue store credits to ZenCart, but you can mark JAM commissions using a custom/other payment method to mark them as paid, then issue...
  35. Re: Has anyone integrated jrox affiliate system with zencart?

    Hello,

    If you have 10 products in the same product category as JAM, then all those products will get the same commission payout.

    If you create a different product category in JAM, and your...
  36. Re: Has anyone integrated jrox affiliate system with zencart?

    When a customer clicks on an affiliate link, a cookie is set in their browser that will help associate that customer to the affiliate.

    In JAM you can specify how long this cookie will last before...
  37. Re: Has anyone integrated jrox affiliate system with zencart?

    Yes, you can setup a default commission percentage, then have specific commissions to different products using different links.

    the cookie time length is set by you and that is used to determine...
  38. Re: Has anyone integrated jrox affiliate system with zencart?

    You can create different product groups to assign different commissions to it, but it will only work if your customer clicks on the affiliate link assigned to that product.

    You won't be able to...
  39. Re: Has anyone integrated jrox affiliate system with zencart?

    Hello,

    JAM integrates easily with zencart. There is no need to import any products from zencart into JAM at all. JAM works by integrating into the backend payment processing of zencart and...
  40. Replies
    7
    Views
    4,588

    Re: affiliate program for Zencart 1.3

    sure. just let us know if you have any issues or anything.
  41. Replies
    7
    Views
    4,588

    Re: affiliate program for Zencart 1.3

    Patski,

    FYI - We just issued a new update to JAM that now allows you to edit the country list.
  42. Replies
    68
    Views
    16,950

    Re: Affiliate program module???

    Well, we haven't been able to get it to work without editing the IIS configuration, so in short, yes, the host will need to install this.

    I don't know of any other way other than that.
  43. Replies
    68
    Views
    16,950

    Re: Affiliate program module???

    Another thing,

    If you are using a windows server, you'll still need to install the ioncube loaders to load in IIS, i think.
  44. Replies
    68
    Views
    16,950

    Re: Affiliate program module???

    Thanks for clarifying this for us, DrByte.

    And yes we do offer a number of installation options and encoding options.
  45. Replies
    68
    Views
    16,950

    Re: Affiliate program module???

    Seems like he wants to use the coupon table as the affiliates table. this will then be set as a cookie when a customer clicks on an affiliate link. at checkout, that cookie will be editable in the...
  46. Replies
    68
    Views
    16,950

    Re: Affiliate program module???

    Just as an FYI, this issue has been taken care of with the JAM integration. It was just an issue with the number_format using commas for the thousands separator.

    The new zencart integration...
Results 1 to 46 of 47
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR