Page 17 of 36 FirstFirst ... 7151617181927 ... LastLast
Results 161 to 170 of 355
  1. #161
    Join Date
    May 2007
    Posts
    139
    Plugin Contributions
    0

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

    stellarweb, any way to make these fields non-mandatory?

    Thanks,
    Tatiana

  2. #162
    Join Date
    Mar 2006
    Posts
    57
    Plugin Contributions
    0

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

    Fellow Zenner's.

    Please let me know if you were able to get the referrals to finally appear in the admin/customers after you have tried putting the create_account.php in your includes/modules/"custom" (folder)


    thank you.

  3. #163
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

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

    Quote Originally Posted by tatiana77 View Post
    stellarweb, any way to make these fields non-mandatory?

    Thanks,
    Tatiana
    In the admin panel go to configuration->customer details and you will see "require referral". Set that to false and you are all set.

  4. #164
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

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

    Quote Originally Posted by gogolf View Post
    Fellow Zenner's.

    Please let me know if you were able to get the referrals to finally appear in the admin/customers after you have tried putting the create_account.php in your includes/modules/"custom" (folder)


    thank you.
    Yes, it's there in the customers section in between "account created" and "last login".

    The only file I put into an override folder was the template file. I had to merge both the modules/create_account.php and the template file in includes and admin/customers.php and admin/orders.php as well as admin/includes/languages/english/customers.php. It can be a little tricky merging, I use examdiff pro - a free program that I think is available from Sourceforge, because sometimes the lines of code don't match up from file to file since there are other code snippets in one if you have modified it for another mod. This one was pretty easy because it was well commented. Basically you are looking in the new file for the snippets that are for that particular mod, so for this you are looking for //rmh referral start and copy until //rmh referral end.

    I hope this helps you to get it working.

  5. #165
    Join Date
    Jun 2006
    Posts
    403
    Plugin Contributions
    0

    help question could anyone help me with this problem?

    hello,

    Couyld anyone help me with this problem? Thank you!!!

    I followed everything step to install the "how do you hear from us" module. Everthing looks fine except I cannot find the "how do you hear from us" box?

    I didn't see it in the register page. Did I miss anything?

    By the way, the site is :http://www.loveinrose.com/index.php?...create_account

    Lina

  6. #166
    Join Date
    Jun 2007
    Posts
    80
    Plugin Contributions
    0

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

    Gogolf, Tatiana, & others, I just wanted to report back in that I was able to get it working. My problem was that everything seemed fine except that the data was not getting posted to the db. The only thing I did to get it to work is to start over from scratch and repaste the code from the mod into my files.

    At one point, I had made the same mistake you are discussing that I had a create_account.php in includes\modules\custom\ but I had pasted the mod code into includes\modules\. After I fixed that mistake, it still wasn't working (I think). Then I did my "do-over" and it worked. Sooo... my original mistake MAY have been a reason it wasn't working, but I really can't pinpoint why it was not working before and now is. I'm just thanking my lucky stars it's working. I'm pulling for you guys too... I know how frustrating it is.

  7. #167
    Join Date
    Jun 2007
    Posts
    80
    Plugin Contributions
    0

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

    Lina, it should be showing up in the create_account page.... 2 thoughts: 1) did you paste the mod code into the tpl_modules_create_account.php file in your includes\templates\your_template\templates folder? 2) I can't remember if there is an admin setting to turn on the feature (I don't think so), but I remember there are a few different places across admin for this mod's settings (if I recall correctly).

  8. #168
    Join Date
    May 2007
    Posts
    139
    Plugin Contributions
    0

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

    LankeeYankee - Works, thanks!

    MyGreyGoose/Gogolf/Stellarweb - It's working for me, thankfully!

    Please see my last post...


    Tat

  9. #169
    Join Date
    May 2007
    Location
    Port Charlotte, FL
    Posts
    125
    Plugin Contributions
    0

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

    [FONT=Tahoma][FONT=Arial]I moved the create_account.php to the folder as suggested and that did not correct my problem. [/FONT][/FONT]
    [FONT=Tahoma][FONT=Arial][/FONT][/FONT]
    [FONT=Tahoma][FONT=Arial]The displayed error message: [/FONT][/FONT]
    [FONT=Tahoma][FONT=Arial](Parse error: syntax error, unexpected T_CASE in /home/aaadi3/public_html/admin/orders.php on line 195) [/FONT][/FONT]
    [FONT=Tahoma][FONT=Arial]is a syntax error detected during php parsing. Such a syntax error must be corrected before a program can run. A syntax error could be wrong or missing punctuation, unrecognizable operators or statements, etc. The resulting code cannot execute. This contribution does not seem to be in a bug free condition.[/FONT][/FONT]
    [FONT=Tahoma][FONT=Arial][FONT=Tahoma][FONT=Arial]Is the author of the code available to assist in debugging?[/FONT][/FONT][/FONT][/FONT]
    [FONT=Tahoma][FONT=Arial]I use the applezen template and this contribution is not easy to uninstall. Any suggestions?[/FONT][/FONT]
    H. Light
    Florida

  10. #170
    Join Date
    Mar 2006
    Posts
    57
    Plugin Contributions
    0

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

    (Parse error: syntax error, unexpected T_CASE in /home/aaadi3/public_html/admin/orders.php on line 195)

    I got the same error when I was looking at my admin/orders however not being a "expert" with this mod I looked at the version of orders.php that comes with the new 1.3.7, that version is June 25, 2007 and the version that came with mod is December 28, 2006. If you you a file compare program you will see the differences in the two versions.

    I'm guessing the error message we saw is a syntax as stated. I have not explored it, maybe something like a forgotten "}" bracket, but then again I'm the few who has problems with this mod.

    I'm trying to see what effect having the original orders.php file has with this mod so I loaded the later version (that came with 1.3.7) back on my server to see which way it goes .... "hook or slice".

 

 
Page 17 of 36 FirstFirst ... 7151617181927 ... 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