
Originally Posted by
timhersh
Alright, i have this domain name
www.grimmandgorly.com
I am using zen cart version v1.3.9h
I have installed Fast and EAsy Checkout created by Numix, I installed the most recent version on their site and have searched all the forums for the last two hours and can't find an answer.
I don't use super orders or magic seo so I'm not sure what the issue is.
any ideas
everything works great until I checkout, then it just stays on the screen and says
Your order is being processed, please wait...
the order never goes through, any ideas???
on tpl_main_page.php...
Find
Code:
<body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>
Replace With
Code:
<body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?><?php if(FEC_ONE_PAGE == 'true' && $_GET['main_page'] == 'fec_confirmation') echo ' onLoad="document.fec_confirmation.submit();"';?>>
Bookmarks