RE: Customer Login Routines

shaky <[email protected]> 18 Jul 2003 12:41:05 -0000
Newsgroups gmane.comp.web.oscommerce.tips
Message-ID <998366d46ff0790b5e43c0dd653bfe85@osCommerce-Forums>
This message was sent from: Tips and Tricks
http://forums.oscommerce.com/viewtopic.php?p=198226#198226
----------------------------------------------------------------

[b]JenRed[/b] 

I have just been on your site and found a bug at https://redinstead.awp-hosting.com/create_account_process.php. 

When you click on the '[color=red]Continue[/color]' button you get a nasty popup on windows saying "[color=green]Problems with this Web Page might prevent it from....blah blah blah[/color]"

The way to get around this to find in [color=red]'create_account_process.php' [/color] the following bit of code [color=green]onSubmit="return check_form();" [/color] and delete it.

What is hapenning is that the page is trying to generate the check from process but fails. Once you get rid of it people will still be promtpted for the correct details.

Hope this helps, let me know.