Page 5 of 36 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 355
  1. #41
    Join Date
    May 2006
    Location
    Montana
    Posts
    291
    Plugin Contributions
    20

    Default Re: Can't get "referrals " mod working

    For anyone that needs this mod updated to work for version 1.3.7 - I have modified all the necessary files and tested on two different websites.

    Here is a link to the revised files: How Did You Hear About Us V1.3.7


    Enjoy!

    Judy

  2. #42
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,241
    Plugin Contributions
    20

    Default Re: Can't get "referrals " mod working

    Hmmm - wonder where I got my files from then? There are quite some differences there that didn't show up for me.

    Thanks for your work there - have you sent it to the downloads section as an update?
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  3. #43
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,241
    Plugin Contributions
    20

    Default Re: Can't get "referrals " mod working

    Did you have some mods already in affecting your admin/orders.php? Around your line 184?

    I got an error
    Code:
    Parse error: syntax error, unexpected T_CASE in /home/.../orders.php on line 195
    and when I looked it it, there is a chunk of code which appears to be something to do with editing orders rather than referrals, and which isn't in the original ZC1.3.7 file.
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  4. #44
    Join Date
    May 2006
    Location
    Montana
    Posts
    291
    Plugin Contributions
    20

    Default Re: Can't get "referrals " mod working

    I just downloaded the 1.3.6 mod files and used winmerge to compare them... and copied anything that was different over to the parallel ZenCart v 1.3.7 files. I HOPE that was the right thing to do!

    I will go send it to the downloads section just in case anyone else wants/needs it.

    Quote Originally Posted by Ryk View Post
    Hmmm - wonder where I got my files from then? There are quite some differences there that didn't show up for me.

    Thanks for your work there - have you sent it to the downloads section as an update?

  5. #45
    Join Date
    May 2006
    Location
    Montana
    Posts
    291
    Plugin Contributions
    20

    Default Re: Can't get "referrals " mod working

    I MAY have... let me go take a peek and reupload the files - is that the only error you got?

    Quote Originally Posted by Ryk View Post
    Did you have some mods already in affecting your admin/orders.php? Around your line 184?

    I got an error
    Code:
    Parse error: syntax error, unexpected T_CASE in /home/.../orders.php on line 195
    and when I looked it it, there is a chunk of code which appears to be something to do with editing orders rather than referrals, and which isn't in the original ZC1.3.7 file.

  6. #46
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,241
    Plugin Contributions
    20

    Default Re: Can't get "referrals " mod working

    Disregard MOST of the above please...I think there's something odd happened at my end.

    That was the only error, but I was replacing the files one at a time - I have differences between mine, yours and the original which don't add up!
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  7. #47
    Join Date
    May 2006
    Location
    Montana
    Posts
    291
    Plugin Contributions
    20

    Default Re: Can't get "referrals " mod working

    Ryk,

    In comparing the code I see that from line 181 to 194 in the MOD files there was a difference between the mod and zc 1.3.7.... (see below) which I copied over into the zencart file... is this what you are referring to?
    *******************************
    }
    }

    if (($action == 'edit') && isset($_GET['oID'])) {
    $oID = zen_db_prepare_input($_GET['oID']);

    $orders = $db->Execute("select orders_id from " . TABLE_ORDERS . "
    where orders_id = '" . (int)$oID . "'");

    $order_exists = true;
    if ($orders->RecordCount() <= 0) {
    $order_exists = false;
    $messageStack->add(sprintf(ERROR_ORDER_DOES_NOT_EXIST, $oID), 'error');
    ****************************

    Judy

    Quote Originally Posted by stellarweb View Post
    I MAY have... let me go take a peek and reupload the files - is that the only error you got?

  8. #48
    Join Date
    May 2006
    Location
    Montana
    Posts
    291
    Plugin Contributions
    20

    Default Re: Can't get "referrals " mod working

    Ok - now I am scared to submit it to the downloads section!

    This is my first time actually putting a revised mod link on here - although I have had to revise ALOT of them!

    Judy

    Quote Originally Posted by Ryk View Post
    Disregard MOST of the above please...I think there's something odd happened at my end.

    That was the only error, but I was replacing the files one at a time - I have differences between mine, yours and the original which don't add up!

  9. #49
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,241
    Plugin Contributions
    20

    Default Re: Can't get "referrals " mod working

    Yes - that's the section. I don't think it's to do with the referrals mod - but I may be wrong.

    Unfortunately, I haven't got time to play with it right now, and as it's working on the site, I'll have to leave it be for a while.
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  10. #50
    Join Date
    May 2006
    Location
    Montana
    Posts
    291
    Plugin Contributions
    20

    Default Re: Can't get "referrals " mod working

    Ok - yes, if that is the section - then that is definately a part of the 1.3.6 mod files that I downloaded.

    Quote Originally Posted by Ryk View Post
    Yes - that's the section. I don't think it's to do with the referrals mod - but I may be wrong.

    Unfortunately, I haven't got time to play with it right now, and as it's working on the site, I'll have to leave it be for a while.

 

 
Page 5 of 36 FirstFirst ... 3456715 ... LastLast

Similar Threads

  1. How Did You Hear About Us? mod
    By yeah! in forum All Other Contributions/Addons
    Replies: 15
    Last Post: 28 Dec 2011, 06:28 PM
  2. Database Errors - Duplicate Entries - How Did You Hear About Us Mod
    By limelites in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 7 Sep 2010, 08:59 PM
  3. How Did You Hear About Us Mod...2 Instances Possible??
    By jdw1979 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 26 Mar 2010, 02:14 PM
  4. How Did You Hear Did You About Us -- I want to install it correctly
    By johnd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Feb 2008, 03:21 AM
  5. Error in admin - PayPal - when using How Did You Hear About us mod
    By TrvlFox in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 23 Nov 2007, 03:23 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR