1 reply [Last post]
vett09's picture
Offline
Joined: 06/19/2009
Juice: 11
Was this information Helpful?

Forgive me if I'm asking a dumb question... but our checkout page is not working. I have never been able to get it to work before. After clicking on the checkout link ("cart/checkout"), the checkout page loads for a split second, then shows a blank square. It then forwards to a blank page.

During the blank square I was able to stop the browser and check the source. Here it is:

Does anyone know what might be happening? Any place to start my search? I'm really desperate as I have everything else working on the site, except this. This is my first ubercart implementation so I could be doing something wrong.

Thanks,
Bill

vett09's picture
Offline
Joined: 06/19/2009
Juice: 11
Nevermind

I figured it out...

Basically I had an .htaccess file that was loading index.html before index.php. This was causing the checkout page to incorrectly load the paypal payment screen for some reason. Hopefully this helps someone if they come across this.