Checkout page

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
trozzi
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 104
Joined: Wed Oct 05, 2005 4:44 pm
Contact:

Checkout page

Post by trozzi » Wed May 07, 2008 12:10 pm

Hello all,

We just upgraded a development environment to RC3 and are receiving a javascript error under the following conditions...

1) Currently not logged in.
2) Set email address to an existing account
3) Click on the Continue button.

The nature of the error is a Null Element. When I debug, it takes me to the following line of javascript...

document.getElementsByTagName('HEAD')[0].appendChild(scriptElement);

I would expect this object to be null as I think 'HEAD' should be 'head'

Any help would be appreciated.

thanks in advance.
t

User avatar
sohaib
Developer
Developer
Posts: 1079
Joined: Fri Jan 23, 2004 1:38 am

Re: Checkout page

Post by sohaib » Thu May 08, 2008 9:14 am

I tried to reproduce this but couldn't.
Can you please post as much detail as possible?

Post Reply