Results 1 to 8 of 8
  1. #1
    Join Date
    Aug 2010
    Posts
    5
    Plugin Contributions
    0

    Default Submit button Missing on Create Account

    We just set up a new zen cart store using the v1.3.9d version.
    When we test it on Firefox, everything works fine. But when we test it on IE browser, the submit link (and the footer) on the create account page are missing .

    Does anyone know how to fix it? Thanks.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,378
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Submit button Missing on Create Account

    FAQ on dealing with blank or partially-blank pages: https://www.zen-cart.com/tutorials/index.php?article=82

    Also ... I'm trying to figure out why you would install 1.3.9d when setting up a new store, when 1.3.9f is out.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Aug 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: Submit button Missing on Create Account

    Thanks for your quick reply.
    I checked the latest debug file in the cache folder, but there's no indication of PHP error. The create account page works fine in Firefox, so is it just a IE bug? I just read another post about the Peek-a-boo bug, but not sure if it is the cause.


    Also ... I'm trying to figure out why you would install 1.3.9d when setting up a new store, when 1.3.9f is out.
    I downloaded the 1.3.9d about a month ago, and have been working on the template and add-on. Perhaps I should try to upgrade it to 1.3.9f.
    Attached Images Attached Images  

  4. #4
    Join Date
    Jan 2004
    Posts
    66,378
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Submit button Missing on Create Account

    If you change back to using "Classic" template instead of your custom template, what changes?
    (this assumes you've been creating your *own* template, and not altering existing template_default files)
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Aug 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: Submit button Missing on Create Account

    When changing back to the "Classic" template, the footer will show but the submit button is still disappeared.

  6. #6
    Join Date
    Aug 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: Submit button Missing on Create Account

    Here is the link of our problem page: wholesale.rainbowcatz.com. All other pages load fine on IE.

    Any suggestions what I should do?

  7. #7
    Join Date
    Jan 2004
    Posts
    66,378
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Submit button Missing on Create Account

    You've got all kinds of nested tables in your template, and your HTML code is not well-formed. And it appears that maybe you've got some tables that are not closed properly, which could cause some browsers to not show things correctly, including causing the button you mention to not show.

    <IMG SRC=images/m08.gif WIDTH=11 HEIGHT=96> -- that should have quotes around each attrib value, and each attrib name should be lowercase, like this: <img src="images/m08.gif" width="11" height="96" />

    <A HREF=http://wholesale.rainbowcatz.com/index.php?ma… --- same here. You've added several direct links within your template. The HTML attribs should be lowercase, and have quotes, ie: <a href="http://wholesale.rainbowcatz.com/index.php?ma…......">

    <FONT COLOR=#9F1A37> -- again, same: <font color="#9F1A37"> (but then again many would argue that <font> tags should no longer be used, since CSS is far more efficient and contemporary)

    As for your nested tables, etc, you'll need to sort those out to be sure you've closed all the table and corresponding rows/columns correctly. Or move the design forward to more contemporary methods and don't use tables at all for layout purposes. They're really only appropriate for tabular data nowadays.

    http://validator.w3.org
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Aug 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: Submit button Missing on Create Account

    Thank you so much for your reply and your suggestions.

    I found the error was in the "includes/templates/template_default/templates/tpl_modules_create_account.php" file.


    Code:
    <!--
    <input type="radio" name="email_format" value="HTML" checked="checked" id="email-format-html" /><label class="radioButtonLabel" for="email-format-html">HTML</label><input type="radio" name="email_format" value="TEXT" id="email-format-text" /><label class="radioButtonLabel" for="email-format-text">TEXT-Only</label><--!>

    I removed the "<!--" and "<--!>" code, and the submit button and the footer come back . Thank you so much and I really appreciate your help!

 

 

Similar Threads

  1. v139h No Bots message after submit to create an account
    By ginar in forum General Questions
    Replies: 3
    Last Post: 24 Jul 2012, 02:57 PM
  2. Blank Page After create account submit
    By tunerfixx in forum Managing Customers and Orders
    Replies: 5
    Last Post: 12 May 2010, 08:37 PM
  3. Create Account Form Blank after Submit
    By VitalBodies in forum General Questions
    Replies: 5
    Last Post: 1 Mar 2009, 02:55 PM
  4. Disappearing SUBMIT button on create account
    By tvadpro in forum Managing Customers and Orders
    Replies: 25
    Last Post: 5 Jun 2008, 12:28 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