Re: Fast and Easy Checkout for Zen Cart
I added the COWOA mod a while ago and it works great! I just added the order status add on, but wasn't sure where the add-on appears. Should a link appear once a customer logs into their account? I haven't seen any changes and wanted to be sure I haven't missed anything. Using version 1.3.8.
Website: http://www.tregreekboutique.com/zencart
Thanks!
Re: Fast and Easy Checkout for Zen Cart
Hi,
I know there is a post about it and I am sorry if I missed an answer.
When customer confirms an order, they are going to next page and they stay there forever with "Your order is being processed, please wait..."
I 've installed this module on my test site which is not live and there is no other modules. And I uploaded CSS JS Loader.
What am i missing:lookaroun
Re: Fast and Easy Checkout for Zen Cart
I have the same issue with this mod Your order is being processed, please wait... and doesnt foward to paypal, how do I fix this?
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
creinold
We are all having the same problem not just those buttons but the change address buttons for both billing and shipping has the same problems. It has browser compatibility problems. Works in IE but not in firefox. I just found out experimenting today, that I can get it to work in firefox if you disable javascript in firefox option settings, the button work, when I re-enable it and it stop working again.
I just installed the newest version of FEC...and have the same issues with the buttons not doing anything. I'm on Ubuntu & Firefox though.
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
rxalex
I have the same issue with this mod Your order is being processed, please wait... and doesnt foward to paypal, how do I fix this?
Rxalex, I found this on Numinix forum - page 7:
"4. Add the following line to 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();"';?>> "
I did it and it helped a little. Now customer is forwarded to a blank page. I didn't have time to read all posts but I will do it this weekend and I will try to figure out what is wrong. If you have any idea, could you share it, please?
here's the link to that forum if you do not know it: http://www.numinix.com/forum/viewtopic.php?f=6&t=4
Re: Fast and Easy Checkout for Zen Cart
Yicks! I installed it and now my Admin page is completely blank!
PLEASE SOMEONE HELP!
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
PinkLeopard
Yicks! I installed it and now my Admin page is completely blank!
PLEASE SOMEONE HELP!
Did you get this fixed? I have a feeling it is a problem with your jscript loader.
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
khopek
I just installed the newest version of FEC...and have the same issues with the buttons not doing anything. I'm on Ubuntu & Firefox though.
I just updated also to check it out. I do have the same issue with the buttons and will post it on Numinix website. I tried on IE8 and Firefox 3.6.4
Re: Fast and Easy Checkout for Zen Cart
I was updated my store to 1.3.9d and adding this module to it. I noticed there is a line missing in the includes\classes\order.php. The missing is around line 508.
Code:
"$this->notify('NOTIFIY_ORDER_CART_SUBTOTAL_CALCULATE', array('shown_price'=>$shown_price));"
For this module, was this line left out on purpose or is this line suppose to be there?
Re: Fast and Easy Checkout for Zen Cart
I forgot to mention that I'm loading fec 1.8.3.
I also noticed another file that don't line with zencart 1.3.9d.
...includes\modules\pages\login\jscript_form_check.php
It looks like this file was changed for zencart 1.3.9d that the fec module does not reflect. Does this file need to be updated for this module or do I just use the jscript_form_check.php that comes with the module?