Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Create Account Error


eric_jbdotcom

Recommended Posts

Your E-Mail Address must contain a minimum of 6 characters.

Your Password must contain a minimum of 5 characters.

 

This is the error I recieve when filling out my create_account.php form.

 

I have these contributions installed:

Loginbox 1.0 (edited to fit my needs)

Add Bullet Images 1.0

Ultra Pics

Simple Template System 1.8

Infobox Skins

 

just-blaze.com

 

Here's a link to my store, try to create an account and you will see.

 

here's a guest account to what it looks like after you login:

User: [email protected]

Pass: jbguest

Link to comment
Share on other sites

I know what I need to do I just dont know what to code.

 

I need to make it so that my LOGINBOX on my page is not on the same page as the create_account.php page.

 

what do i have to modify so that that certain INFOBOX doesnt show up when you are creating an account?

Link to comment
Share on other sites

You have a </form> tag missing in create_account.php - it is usually found here:

 

 ? ?</table></form></td>
<!-- body_text_eof //-->
? ?<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- right_navigation //-->

 

If you remove the login box, then your 'continue' button will not work at all (it is using the </form> tag there.....wrong!) :P

 

 

Matti

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...