Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Join Date
    Sep 2010
    Posts
    129
    Plugin Contributions
    0

    Default Re: Login Box 1.5 problems....

    Seems my problem is deeper than I thought after all

    That little change of code only affects the link from the login sidebox but there seems to be a global redirect that throws me to the login page even if I manually put in the browser URL box

    http://.....store/index.php?main_page=create_account

    I cleared the cache it doesn't help!

    Its hard coded somewhere this zen_redirect.

    I searched on the toolkit and experimented changing some redirect statements from FILENAME_LOGIN to FILENAME_CREATE_ACCOUNT but none of it works it INSISTS on taking me to the login page where CAPTCHA doesnt work.

    Ive looked at the CAPTCHA files I don't know if I can override this behaviour from there...

    Please anyone involved in zen cart development would you kindly tell me where in the files is this redirect so I can cancel it.

    All my tpl_create_account files everything is correct
    Silver Jewellery

    RESPECT to the Zen Cart Team, I'm PERFECTLY Zenned!

  2. #12
    Join Date
    Sep 2010
    Posts
    129
    Plugin Contributions
    0

    Default Re: Login Box 1.5 problems....

    I think im onto something I wonder what your thoughts are oh invisible help....

    I use CAPTCHA add on with FEC everything seems fine except the CAPTCHA box doesnt appear in the account creation/login page.

    I thoroughly checked through all the files and compared my existing templates and module files to the original CAPTCHA mod and FEC mod. my files look more like the CAPTCHA original, I dont know how FEC even works it must be a miracle.

    Anyway I notied my tpl_create_account in /templates and create_account in /modules were missing the CAPTCHA code in the original mod files- so I added it and no conflicts everything the same as before but still no CAPTCHA!

    Then a bulb lit up in my head when I realise that these 2 mods use a slightly different folder structure.

    while CAPTCHA calls the module file from ...include/modules directly FEC calls them from includes/modules/MY_TEMPLATE

    Ah ha! and then i saw I had 2 create_account module files one in each folder. So i disabled each to see what happens, and the file in include/modules has no impact whatsoever, so I left it disabled and merged the CAPTCHA code with the other file, as mentioned.

    I have a feeling that since the 2 mods use different folder structure and since FEC is clearly king here that the CAPTCHA files that call upon the create_account module file would not find one.... even if there was one there...(makes sense?) since FEC was ruling things and IT calls the shots from the file in includes/modules/MY_TEMPLATE


    I want to know where in the CAPTCHA mod files I can somehow "redirect" or re-code to make that mod seek the module file from the includes/modules/MY_TEMPLATE folder where the merged create_account file is.

    I always feel like I dont make myself clear and thats why nobody ever helps me....

    But what happened to a bit of good brainstorming.. is everyone really that busy to lend a hand
    Silver Jewellery

    RESPECT to the Zen Cart Team, I'm PERFECTLY Zenned!

  3. #13
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Login Box 1.5 problems....

    **deleted**
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #14
    Join Date
    Sep 2010
    Posts
    129
    Plugin Contributions
    0

    Default Re: Login Box 1.5 problems....

    sorry everyone false alarm it seems.....

    POST # 16
    http://www.zen-cart.com/forum/showth...hlight=captcha

    sorts it all, so basic WHY!!!!!..

    sorry....
    P.S. will test now vigorously and report back.
    Silver Jewellery

    RESPECT to the Zen Cart Team, I'm PERFECTLY Zenned!

  5. #15
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Login Box 1.5 problems....

    You're not gonna like this answer, but while your correction to the login box is correct the issue is NOT the login box, and it is NOT a Zen Cart issue either..

    Part of your issue is your TM template and the way you have integrated FEC and CAPTCHA.. Unfortunately issues in stores with TM template frequently get little to no response from many folks here -- mostly because TM does many things very bass ackwards -- it makes troubleshoot difficult because they DO NOT follow Zen Cart standards which has been part and parcel of the issues you've run into.. particularly the way TM ignores or tries to work around the Zen Cart overrides system..

    No simple answers here.. Without looking at your site personally I couldn't begin to say what the issue MIGHT be especially when you factor in a template which does not follow the norm..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #16
    Join Date
    Sep 2010
    Posts
    129
    Plugin Contributions
    0

    Default Re: Login Box 1.5 problems....

    I appreciate your point but the folder structure for each Mod was done by the people who wrote the mods no me...

    you wana hear something funny?? CAPTCHA works fine with or without a module file... do I get it? no.. just testing

    Im getting 2 problems ..

    It throws up errors when trying to create an account (with or without the CAPTCHA bit)

    The Password Confirmation must match your Password.

    and

    Is your email address correct? It should contain at least 6 characters. Please try again.

    Ill keep trying
    Silver Jewellery

    RESPECT to the Zen Cart Team, I'm PERFECTLY Zenned!

  7. #17
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Login Box 1.5 problems....

    Quote Originally Posted by aozhaver View Post
    I appreciate your point but the folder structure for each Mod was done by the people who wrote the mods no me...

    you wana hear something funny?? CAPTCHA works fine with or without a module file... do I get it? no.. just testing

    I think you are missing the point I'm trying to make.. The mods are written correctly.. THEY follow the Zen Cart standards for the Zen Cart override system.. Your template does not follow these standards.. From what you have described your template overrides default files as opposed to using a proper override file.. So as a result you will run into issues with add-ons.. Yes some add-ons work without overrides, but many will not as you have discovered.

    Like I said, I know you don't want to hear this, but the way TM codes their templates really is part of the issues you've run into with certain mods, and I suspect this is part of the reason why folks may be reluctant to assist you.. My experience here on this forum is that TM sites get sort of the "hands off" treatment.. Again because TM does not build their templates to Zen Cart standards..

    Quote Originally Posted by aozhaver View Post
    Im getting 2 problems ..

    It throws up errors when trying to create an account (with or without the CAPTCHA bit)

    The Password Confirmation must match your Password.

    and

    Is your email address correct? It should contain at least 6 characters. Please try again.

    Ill keep trying
    You are using FEC correct?? Have you triple checked that all the FEC files in their proper override folders are in place?? FEC has it own set of checkout template files along with some of default files modified. Did you update all the FEC login and account creation files with the CAPTCHA code??
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #18
    Join Date
    Sep 2010
    Posts
    129
    Plugin Contributions
    0

    Default Re: Login Box 1.5 problems....

    As always you are absolutely right dear Diva... I mustve messed up some files in all my experimentation, i simply uploaded all the files again and its working swimmingly. Ill use that CAPTCHA fix from before so its should all come together nicely
    Silver Jewellery

    RESPECT to the Zen Cart Team, I'm PERFECTLY Zenned!

  9. #19
    Join Date
    Sep 2010
    Posts
    129
    Plugin Contributions
    0

    Default Re: Login Box 1.5 problems....

    some useful information here on integrating FEC and CAPTCHA

    http://www.zen-cart.com/forum/showth...814#post950814
    Silver Jewellery

    RESPECT to the Zen Cart Team, I'm PERFECTLY Zenned!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v153 customer login problems... problems w new class.zcPassword
    By carlwhat in forum Upgrading to 1.5.x
    Replies: 5
    Last Post: 1 Aug 2014, 01:42 AM
  2. Customers cannot login using my custom login box
    By pb4 in forum General Questions
    Replies: 13
    Last Post: 29 Nov 2010, 11:33 AM
  3. login box and validation w3 problems
    By giuly in forum Addon Sideboxes
    Replies: 1
    Last Post: 9 Feb 2009, 12:34 PM
  4. Modify login box or create new account info box?
    By torgil in forum Addon Sideboxes
    Replies: 4
    Last Post: 8 Nov 2006, 12:30 PM
  5. Having problems customizing the 'login box'...
    By MasterGroove in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 9 Jul 2006, 11:20 AM

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