Re: Fast and Easy Checkout for Zen Cart
I have the Fast and Easy Checkout mod installed and it's been giving me problems when customers try to create an account. Basically, they will place orders without setting up an account, but when they try to create an account later on, they cannot use the same email address. So, I need to delete all their customer info from the admin before they set one up. Isn't there a way to fix this?
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
fright-rags
I have the Fast and Easy Checkout mod installed and it's been giving me problems when customers try to create an account. Basically, they will place orders without setting up an account, but when they try to create an account later on, they cannot use the same email address. So, I need to delete all their customer info from the admin before they set one up. Isn't there a way to fix this?
You probably missed some edits. It's the best to go back to the installation file, re-read and check everything. Also, visit the author site to see if there is any new version.
Re: Fast and Easy Checkout for Zen Cart
hello, everyone,
can you pleas help me?
i installed this mod today, but some error occured.
after FTP all files to my server, when open my admin in browser, warning occoured:(i did not install Easy Sign-Up and Login mod )
Warning: Cannot modify header information - headers already sent by (output started at ..\admin\includes\languages\english\extra_definitions\fec.php:1) in ..\admin\includes\init_includes\init_templates.php on line 36
what probably is the problem going on?:D
Re: Fast and Easy Checkout for Zen Cart
I just installed FEC but I'm finding that the login page has not changed. After clicking the "go to checkout" button I'm still directed to the standard Zen Cart login page with "Welcome, Please Sign In" at the top.
I followed the instructions completely, and after following them I went to the Fast and Easy Checkout Configuration menu in the Zen Cart admin and changed the One Page Checkout option to true. Is there anything else I need to do to activate the mod?
Sorry, I know this seems like a bone-headed issue, but I'm stumped. I'm a professional web developer so I'm pretty sure I executed the install correctly.
Re: Fast and Easy Checkout for Zen Cart
I have fec installed, and it seems that if you dont click 'estimate shipping' and go straight to the one page checkout page then the shipping is not calculated : just says either - (shipping to ) 0.00 or (shipping cannot be calculated at this time) 0.00
Anyone got any ideas?
Re: Fast and Easy Checkout for Zen Cart
Just to elaborate...
If you put something in your basket, then head over to checkout and then goto create a new account. Once done, and your on the 1 page checkout. The shipping cost in the top section is wrong as it cant work it out, but further down the page the shipping is correct. But once you complete the order the shipping is wrong on the order.
Re: Fast and Easy Checkout for Zen Cart
Found the issue i had, somehow i had overwritten the create account file in the module folder, so put back in:
// FEC MODIFICATION
$_SESSION['sendto'] = $_SESSION['customer_default_address_id'] = (int)$address_id;
All good now.
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
jack7890
I just installed FEC but I'm finding that the login page has not changed. After clicking the "go to checkout" button I'm still directed to the standard Zen Cart login page with "Welcome, Please Sign In" at the top.
I followed the instructions completely, and after following them I went to the Fast and Easy Checkout Configuration menu in the Zen Cart admin and changed the One Page Checkout option to true. Is there anything else I need to do to activate the mod?
Sorry, I know this seems like a bone-headed issue, but I'm stumped. I'm a professional web developer so I'm pretty sure I executed the install correctly.
If you want to change your login page, you'll need a different module such as Easy Sign-Up and Login.
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
fright-rags
I have the Fast and Easy Checkout mod installed and it's been giving me problems when customers try to create an account. Basically, they will place orders without setting up an account, but when they try to create an account later on, they cannot use the same email address. So, I need to delete all their customer info from the admin before they set one up. Isn't there a way to fix this?
Quote:
Originally Posted by
yellow1912
You probably missed some edits. It's the best to go back to the installation file, re-read and check everything. Also, visit the author site to see if there is any new version.
In future versions I plan to simply integrate ESL and FEC completely to avoid issues of people confusing the two modules. Again, FEC CURRENTLY has nothing to do with registration or COWOA (Checkout without an account). ESL has a COWOA feature which is pre-integrated with FEC and requires no additional edits.
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Jerry5763837
hello, everyone,
can you pleas help me?
i installed this mod today, but some error occured.
after FTP all files to my server, when open my admin in browser, warning occoured:(i did not install Easy Sign-Up and Login mod )
Warning: Cannot modify header information - headers already sent by (output started at ..\admin\includes\languages\english\extra_definitions\fec.php:1) in ..\admin\includes\init_includes\init_templates.php on line 36
what probably is the problem going on?:D
anybody know how to fix this problem?
:clap:thanks.