Page 29 of 218 FirstFirst ... 1927282930313979129 ... LastLast
Results 281 to 290 of 2177
  1. #281
    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 andyshea View Post
    May I know if it works on 1.3.7?

    Thank you

    regards,
    andy
    Yes

    Quote Originally Posted by xiongzhi555 View Post
    how can my customer use a discount coupon when I use this module? thank u!
    The same as the regular checkout.

  2. #282

    Default Re: Fast and Easy Checkout for Zen Cart

    A lot of customers are calling us and saying after they put in there credit card it says: "Your order is being processed, please wait..." and hangs there...

    2 questions...

    1. why would it be hanging here for over 10 minutes and never doing anything... checked with our server and our load is minimal

    2. sometimes if they hit F5 it works right, so I want to add that to the text like "Your order is being processed, please wait... if this screen remains for more than 2 minutes hit the F5 key" how can I add this text, I looked at all of my english files and used my admin developer tool and cannot find this specific text.

    thanks!

    ~ Eric
    MonkFunk Music Community
    Free Music Website

  3. #283
    Join Date
    Aug 2006
    Posts
    197
    Plugin Contributions
    1

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by keylesslocks View Post
    A lot of customers are calling us and saying after they put in there credit card it says: "Your order is being processed, please wait..." and hangs there...

    2 questions...

    1. why would it be hanging here for over 10 minutes and never doing anything... checked with our server and our load is minimal

    2. sometimes if they hit F5 it works right, so I want to add that to the text like "Your order is being processed, please wait... if this screen remains for more than 2 minutes hit the F5 key" how can I add this text, I looked at all of my english files and used my admin developer tool and cannot find this specific text.

    thanks!

    ~ Eric
    I think you forgot to do the final step, which is to insert the onLoad event. It is kind of obscure in the instructions. I had the same problem, you can look back through this thread for my post.

  4. #284
    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 bgroup99 View Post
    I think you forgot to do the final step, which is to insert the onLoad event. It is kind of obscure in the instructions. I had the same problem, you can look back through this thread for my post.

    I hope the note I just added to the documentation has resolved any confusion.

  5. #285
    Join Date
    Mar 2008
    Location
    The Free South
    Posts
    175
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    This question is is about when a customer wants to change their shipping address. An example would be to add a company name to take advantage of lower FedEx shipping. If they do not enter a company name they are charged for home delivery instead of the ground rate.

    Right now if they click on "Change your Address" they are taken to the form to enter a new address instead of modifying the current one. They would have to go to "My Account" and click through to the address book in order to make this one simple change.

    How would I modify the checkout page to make editing the ship to address easier?

    Thanks

    www.thecablestation.com
    www.theCableStation.com
    "If we restrict liberty to attain security we will lose them both."

  6. #286
    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 micmed View Post
    This question is is about when a customer wants to change their shipping address. An example would be to add a company name to take advantage of lower FedEx shipping. If they do not enter a company name they are charged for home delivery instead of the ground rate.

    Right now if they click on "Change your Address" they are taken to the form to enter a new address instead of modifying the current one. They would have to go to "My Account" and click through to the address book in order to make this one simple change.

    How would I modify the checkout page to make editing the ship to address easier?

    Thanks

    www.thecablestation.com
    Your question is a general Zen Cart question and isn't related specifically to Fast and Easy Checkout. However, you would need to modify the edit link to point to this page in MY ACCOUNT, and then add some code to redirect back into the checkout if that was the referring page.

  7. #287
    Join Date
    Mar 2008
    Location
    The Free South
    Posts
    175
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Thanks, I will repost in General
    www.theCableStation.com
    "If we restrict liberty to attain security we will lose them both."

  8. #288

    Default Re: Fast and Easy Checkout for Zen Cart

    I am using FEC and Authorize.

    right now if the credit card is declined, it just reloads the order page... I need to set up some kind of unique error identifier, so when it comes back it tells the customer what is wrong.... like:

    1. general & any unexpectederrors (server timeout, etc)
    2. declined (no chedder in the bank)
    3. avs mismatch (don't know which house is theirs)

    this is critical, we are gettin 30 calls & emails a day from customers saying, "I don't know if my order went through, the page just keeps reloading..."

    thanks,

    Eric
    MonkFunk Music Community
    Free Music Website

  9. #289
    Join Date
    May 2005
    Location
    Toronto, Ontario, Canada
    Posts
    42
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Hey Numinix, very useful contrib, thanks!

    One issue, though - it seems to crash under the following conditions:

    If the "ship to" country is not defined or listed as "skip" in the shipping module, pressing "Continue Checkout" (main_page=checkout) causes the crash. Same crash occurs if you try to select an unsupported country from the address book (main_page=checkout_shipping_address).

    The crash shows up as "Internet Explorer cannot display the webpage" in IE and "Page Load Error - Redirect Loop - server is redirecting the request for this address in a way that will never complete" in Firefox.

    Unmodified (stock) ZC will not proceed from checkout Step 1 to Step 2 until you change the shipping address to a country that is supported by at least one shipping module, but FEC just crashes.

    Using FEC 1.16, ZC 1.3.8a with SSL enabled.

    Any ideas?
    Dan G.

    Notebook Solutions Inc.

    http://www.notebooksolutions.ca

    Whoever said that money can’t buy happiness simply didn’t know where to go shopping.
    - Sydney J. Harris

  10. #290
    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 DanTheMan View Post
    Hey Numinix, very useful contrib, thanks!

    One issue, though - it seems to crash under the following conditions:

    If the "ship to" country is not defined or listed as "skip" in the shipping module, pressing "Continue Checkout" (main_page=checkout) causes the crash. Same crash occurs if you try to select an unsupported country from the address book (main_page=checkout_shipping_address).

    The crash shows up as "Internet Explorer cannot display the webpage" in IE and "Page Load Error - Redirect Loop - server is redirecting the request for this address in a way that will never complete" in Firefox.

    Unmodified (stock) ZC will not proceed from checkout Step 1 to Step 2 until you change the shipping address to a country that is supported by at least one shipping module, but FEC just crashes.

    Using FEC 1.16, ZC 1.3.8a with SSL enabled.

    Any ideas?
    Please try the latest version before posting a bug report.

 

 

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