Re: Need Help with 500 Internal Error on Guest Checkout
This isn't my first time using it, I have been getting copies of the welcome emails from customers that don't use an account, so I know that some people have gotten through. I get a lot of people abandoning orders after I know they've at least entered all their address info (after I get a copy of their welcome email, there are not forthcoming sales), so I'm wondering now if they get an error later possibly....
Thanks!
Re: Fast and Easy Checkout
I am reposting this from General Questions because someone gave me the link to this forum :)
Hello, I am using FEC with Zen Cart v1.5.4, and have Guest Checkout activated. I just happened to test it today, and when I add something to the cart and choose continue as a guest, it goes straight to a 500 Error for this page: /store/index.php?main_page=no_account
Any ideas?
Thanks!!
Re: Fast and Easy Checkout
Please disregard, this wasn't an issue with FEC, I'd removed some text from /includes/languages/english/no_account.php so that the email that customers received would be changed, and I'd messed up, fixed it now :)
Re: Fast and Easy Checkout for Zen Cart
hello,I just have a question,I used responsive_apparel_boutique with zen cart,how to install Fast and Easy Check out?it will change the responsive_apparel_boutique appear?thanks
Re: Fast and Easy Checkout for Zen Cart
We have a mixture of products that are free shipping (for ground only) and those that have to have shipping added. I received an order on Tuesday that was to be expedited. It did not charge any additional shipping. Where would I find the code that handles these situation? I looked and can't seem to find it anywhere.
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Doveman
We have a mixture of products that are free shipping (for ground only) and those that have to have shipping added. I received an order on Tuesday that was to be expedited. It did not charge any additional shipping. Where would I find the code that handles these situation? I looked and can't seem to find it anywhere.
FEC loads your existing shipping modules, so you will need to look at the code for those modules. Zen Cart treats free shipping items as 0 weight which causes carrier calculated methods to undercharge on shipping these items. However, it shouldn't be coming up as $0, so there is some other customization happening.
Zen Cart should get rid of treating free shipping items as 0 weight and instead simply offer a free shipping method if all items in the cart are free shipping. Basically only a single shipping module should be affected, the free shipping module, and all other modules should work normally.
Re: Fast and Easy Checkout
Quote:
Originally Posted by
rizwan157
Hi,
I'm getting problem in installing fast and easy checkout. I've followed the steps. I've renamed the folders and copy paste the folders into my root directory.
My Admin panel is not working anymore. I'm getting this error. "WARNING: An Error occurred, please refresh the page and try again."
Also I didn't find install.sql file in the package that you've mentioned. Where can I get this file?
Looking forward to hear from you soon.
Regards,
Rizwan Saleem
There is no install.sql mentioned in the documentation. A few years ago we added a self-installer to FEC so all of the database entries are handled by PHP. An uninstall.sql file is provided for removing those entries after the installer files have been deleted (or it'll reinstall itself).
Whenever you see an error message like that on screen, or a blank white page, it means there was a fatal error. Sometimes a white screen can happen if there is a server error happening at the Apache level (in that case, contact your host). For the fatal PHP error, if Zen Cart was able to run at all, it would have created an error log file inside your /logs/ directory. Retrieve the file created at the time of the error and that will point you in the right direction. If there is no error log produced by Zen Cart, it will hopefully have been created by Apache. If you have full access to the server, track down the Apache error logs and read the error, or contact your host for assistance.
Re: Fast and Easy Checkout
Hello, I have a problem with my Zen Cart checkout, I think caused by FEC. This seems to have started in the last week or so, what's really odd is it effects both my zen carts using FEC...one I haven't touched / worked on for ages. So I thought it was a server issue first. I've since moved an installation to a new server but same error....
Add product to cart > checkout / login > once logged in click check out again then...
ERR_TOO_MANY_REDIRECTS / This page is not redirecting properly etc
That is when URL = index.php?main_page=checkout if I append it to this:
index.php?main_page=checkout&fecaction=null
It works ok!?
Deactivate FEC = checkout works fine BUT clicking log off gives same redirect error.
Deactivate Easy Sign-Up and Login = clicking log off still give's redirect error.
Any ideas would be greatly appreciated, so close to finishing this site but this error is driving me mad! :huh:
Thanks :)
URL: http://bboylaces-dev2.propersafe.net/
Zen Version 1.5.5d
FEC 2.1.4
Re: Fast and Easy Checkout
Quote:
Originally Posted by
teaj
Hello, I have a problem with my Zen Cart checkout, I think caused by FEC. This seems to have started in the last week or so, what's really odd is it effects both my zen carts using FEC...one I haven't touched / worked on for ages. So I thought it was a server issue first. I've since moved an installation to a new server but same error....
Add product to cart > checkout / login > once logged in click check out again then...
ERR_TOO_MANY_REDIRECTS / This page is not redirecting properly etc
That is when URL = index.php?main_page=checkout if I append it to this:
index.php?main_page=checkout&fecaction=null
It works ok!?
Deactivate FEC = checkout works fine BUT clicking log off gives same redirect error.
Deactivate Easy Sign-Up and Login = clicking log off still give's redirect error.
Any ideas would be greatly appreciated, so close to finishing this site but this error is driving me mad! :huh:
Thanks :)
URL:
http://bboylaces-dev2.propersafe.net/
Zen Version 1.5.5d
FEC 2.1.4
Is there a difference if you upgrade to version 2.1.10? 2.1.4 was release in September 2015.
Re: Fast and Easy Checkout
Thanks but I couldn't find a solution and decided to use the one-page-checkout plugin instead.