Guest Posted May 19, 2009 Share Posted May 19, 2009 Greetings Everyone, I recently built a store and tested it using Firefox. I thought everything was fine until a customer using "Internet Explorer" tried creating a account: http://generalshoppingstore.com/store/create_account.php After filling in their details and pressing the "Continue" button nothing happens, the page remains. No nothing. However, using Firefox there fine. Has anyone seen this problem before? Is there a piece of code that we need to insert into this page? If needed, I'd be willing to pay someone for their time. Thanks a bunch! Mr. Maurice Link to comment Share on other sites More sharing options...
germ Posted May 19, 2009 Share Posted May 19, 2009 Your <form> tags are screwed up. You have to close one form before starting another. You've violated this requirement. MOVE this code: <?php echo tep_draw_form('create_account', tep_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'), 'post', 'onSubmit="return check_form(create_account);"') . tep_draw_hidden_field('action', 'process'); ?> Place it here: ******** PUT THE AFOREMENTIONED CODE HERE ******** <tr> <td class="smallText"><br><?php echo sprintf(TEXT_ORIGIN_LOGIN, tep_href_link(FILENAME_LOGIN, tep_get_all_get_params(), 'SSL')); ?></td> </tr> BACKUP THE FILE BEFORE MAKING ANY EDITS. You break it - you bought it. :blush: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.