Page 213 of 218 FirstFirst ... 113163203211212213214215 ... LastLast
Results 2,121 to 2,130 of 2177
  1. #2121
    Join Date
    Apr 2010
    Location
    Albuquerque, NM
    Posts
    198
    Plugin Contributions
    0

    Default 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!

  2. #2122
    Join Date
    Apr 2010
    Location
    Albuquerque, NM
    Posts
    198
    Plugin Contributions
    0

    Default 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!!

  3. #2123
    Join Date
    Apr 2010
    Location
    Albuquerque, NM
    Posts
    198
    Plugin Contributions
    0

    Default 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 :)

  4. #2124
    Join Date
    Sep 2016
    Location
    Guangzhou
    Posts
    11
    Plugin Contributions
    0

    Default 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

  5. #2125
    Join Date
    May 2014
    Location
    Spokane Washington
    Posts
    13
    Plugin Contributions
    0

    Default 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.

  6. #2126
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by Doveman View Post
    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.

  7. #2127
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by rizwan157 View Post
    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.

  8. #2128
    Join Date
    Dec 2007
    Location
    South, UK
    Posts
    66
    Plugin Contributions
    0

    Default 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!

    Thanks :)

    URL: http://bboylaces-dev2.propersafe.net/

    Zen Version 1.5.5d
    FEC 2.1.4

  9. #2129
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by teaj View Post
    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!

    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.

  10. #2130
    Join Date
    Dec 2007
    Location
    South, UK
    Posts
    66
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Thanks but I couldn't find a solution and decided to use the one-page-checkout plugin instead.

 

 

Similar Threads

  1. Replies: 4
    Last Post: 25 Jan 2012, 07:37 PM
  2. Fast and Easy Checkout - Checkout Without Account not showing
    By Lee-oh in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 3 Feb 2010, 05:09 PM
  3. Go To Checkout Error - with Fast and Easy Checkout installed
    By RFree190 in forum General Questions
    Replies: 3
    Last Post: 10 Mar 2009, 07:08 AM
  4. checkout page not redirect (Fast and Easy Checkout module)
    By wowemall in forum Addon Templates
    Replies: 0
    Last Post: 27 Sep 2008, 02:36 PM
  5. Fast and Easy Checkout
    By cmes in forum General Questions
    Replies: 5
    Last Post: 15 Feb 2008, 04:07 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR