vworld
Junior Member   Posts: 21 Registered: 2/19/2003 Status: Offline
|
posted on 5/2/2006 at 12:29 AM |
Hello Shawn,
I purchased AT for CRE last week and have just gotten around to installing
it but I'm running into an issue with the checkout. When you get to the
checkout_payment.php in the checkout process I get a blank page. I have a
clean install of CRE 615 with AT so I know there isn't anything I've
tweaked that might be affecting it.
Do you have any thoughts? Has anyone else experienced this?
Note, this is happening on your demo site too.
Thanks in advance,
Vanessa
[Edited on 2/5/2006 by vworld] ____________________ Designs4Nuke.com
Distance-Educator.com
|
| |
| |
Shawn
Administrator   Posts: 4570 Registered: 10/7/2002 Status: Online
|
posted on 5/3/2006 at 10:17 AM |
Yes, I see. I'll check today. If you have access to your php error log,
please post the error from this page because I'm assuming there is one.
Thanks!
-Shawn |
| |
Shawn
Administrator   Posts: 4570 Registered: 10/7/2002 Status: Online
|
posted on 5/3/2006 at 02:21 PM |
O.K. it seems to be a bug in CRE but it's odd that it hasn't crept up
before. I have some auto logic that includes the correct JS files, maybe I
included one that isn't included in the default CRE install. That being
said, here is the solution:
open: includes/checkout_payment.js.php
either delete the last line: <?php echo
$payment_modules->javascript_validation(); ?>
or change to this:
<?
if (is_object($payment_modules)) {
$payment_modules->javascript_validation();
}
?>
It's fine to delete it because the if statement is executed in another
file.
-Shawn |
| |
vworld
Junior Member   Posts: 21 Registered: 2/19/2003 Status: Offline
|
posted on 5/3/2006 at 04:09 PM |
| Thanks Shawn, I'll update the file. ____________________
target="blank">Designs4Nuke.com
target="blank">Distance-Educator.com
|
| |
vworld
Junior Member   Posts: 21 Registered: 2/19/2003 Status: Offline
|
posted on 5/4/2006 at 12:40 AM |
Hi Again,
Updated the file, now when you get to "confirm order" stage of the checkout
process the page hangs. Any ideas?
Thanks in advance for your help.
Vanessa ____________________
target="blank">Designs4Nuke.com
target="blank">Distance-Educator.com
|
| |