New Zenner
- Join Date:
- May 2009
- Location:
- Kelowna BC, Canada
- Posts:
- 8
- Plugin Contributions:
- 0
Checkout_Shipping will not advance to Checkout_Payment
Using ver 1.3.8a
Linux Server, PHP 5
Store has been working fine, got a report today checkout does not work.
When I tested, the Checkout_Shipping page will not advance to the Checkout_Payment page. When clicked, I get a blank screen and it appears to try to load Checkout_Shipping again, though it stays blank.
Same in IE8, Firefox, Safari.
If I manually update the url to page=checkout_payment then the order proceeds and I can complete.
Using FireBug I found the html for that area...the form submit section lists the post action as https://www.teltechservices.ca/store/index.php?main_page=checkout_shipping
If I use FireBug to change this to https://www.teltechservices.ca/store/index.php?main_page=checkout_payment the order proceeds and I can complete.
So I think I have identified the problem...but after hours of searching my installation and the forum I can't figure out which file is writing the html for that page so I can fix it.
the site is https://www.teltechservices.ca/store if you want to look at it...just create an account to try it out...you don't have to complete the order to see the problem.
Thanks