Page 49 of 218 FirstFirst ... 3947484950515999149 ... LastLast
Results 481 to 490 of 2177
  1. #481
    Join Date
    Mar 2008
    Location
    The Free South
    Posts
    175
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I just upgraded to the latest version and added Easy Signup. Now the Order Confirmation Page show briefly before continuing on automatically. I have On Page Checkout turned on. Why is the Confirmation Page showing now when it did not before?
    www.thecablestation.com
    www.theCableStation.com
    "If we restrict liberty to attain security we will lose them both."

  2. #482
    Join Date
    Jan 2009
    Location
    Macclesfield, South Australia
    Posts
    102
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I'm still having the problem that no shipping method is selected by default, causing calculation errors on first load of checkout page.
    FEC 1.29, ozpost (&AustPost) installed.
    Is there a fix for this ?

  3. #483
    Join Date
    Dec 2007
    Posts
    57
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    [QUOTE=numinix;646736]I've recently done an install and haven't encountered this. Have you checked the Gift Wrap Module to see if you've missed any modifications? FEC comes with its pages pre-modded, but there may still be other file changes outside of the mod that need to be made. Double check that fec_confirmation has all of the required changes as well.


    Did you ever found what is the problem with the gift wrap mod>? in stacked it just does nothing (even if you select items - it does not update price or show them in the confirmation page) and in split every time you select a product it refreshes the page and only update the first item. every item you try after a first one selected it just refresh the page and does nothing. If you click 2-3 items fast enough it will show them all. Another problems is that they don't stay marked so if someone click edit and go back to the checkout page they can't see which products they marked for gift wrap and even worse they can't undo it or add other items.

    I went over both mods few times and can't figure out what is the problem> I also double checked to see if there are any changes needed to be made for the gift wrap mod and found none.

    If you want to experience the bug you can try my store http://bestitalianleather.com

    It is currently in stacked yet I'll be happy to change it for split so you could see the other problem - just PM a request.

    I really want to solve this one.

    Thanks,
    Erez

  4. #484
    Join Date
    Dec 2007
    Posts
    57
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    [QUOTE=erezw;722920]
    Quote Originally Posted by numinix View Post
    I've recently done an install and haven't encountered this. Have you checked the Gift Wrap Module to see if you've missed any modifications? FEC comes with its pages pre-modded, but there may still be other file changes outside of the mod that need to be made. Double check that fec_confirmation has all of the required changes as well.


    Did you ever found what is the problem with the gift wrap mod>? in stacked it just does nothing (even if you select items - it does not update price or show them in the confirmation page) and in split every time you select a product it refreshes the page and only update the first item. every item you try after a first one selected it just refresh the page and does nothing. If you click 2-3 items fast enough it will show them all. Another problems is that they don't stay marked so if someone click edit and go back to the checkout page they can't see which products they marked for gift wrap and even worse they can't undo it or add other items.

    I went over both mods few times and can't figure out what is the problem> I also double checked to see if there are any changes needed to be made for the gift wrap mod and found none.

    If you want to experience the bug you can try my store http://bestitalianleather.com

    It is currently in stacked yet I'll be happy to change it for split so you could see the other problem - just PM a request.

    I really want to solve this one.

    Thanks,
    Erez


    OK. So the difference in behavior between split and stacked is just because in the checkout_split.php the following line has the onclick command.

    echo zen_draw_checkbox_field($gift_id,'',false, 'id="'.$gift_id .'" onclick="updateForm()"');

    any way I thought of a work around: delete the onclick and then add an "update cart" button below the gift wrap table. this works yet it still have few problems.

    after you click update and the page refreshes the check boxes for the gift wrap are set to false again. which lead to other problems such as if someone changes their shipping options the page will refresh again with the gift wrap boxes in false erasing the gift wrap from the cart. second it may confuse the customer who will not be sure if his mark to wrap a product actually went through.

    and of course all this applies if a customer goes back to edit any detail of his purchase.

    any way, if someone can think of a way to store the customer decision it will be great as I don't have enough knowledge to do that.

    would love to hear what you think.

  5. #485
    Join Date
    Aug 2007
    Posts
    114
    Plugin Contributions
    0

    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?
    Can i bump this problem, had it for 2 months now, and no nearer a solution.

  6. #486
    Join Date
    Aug 2007
    Posts
    114
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I really want to get the above problem sorted....

    I am using Ultimate SEO urls, and dont want to stop, as we are ranking number one for so many terms getting brilliant results there...

    And I love fast and easy checkout, this is brillian too.... I want to use both, but need some kind of work around (if this is what is the problem)

    The problem only occurs when shipping to certain countries, and seems fine with all UK ones... but we are losing customers.

    Please help me!

  7. #487
    Join Date
    Aug 2007
    Posts
    114
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I think the mod needs an addition.

    As posted before this error happens when the ship to country is not defined. Normall zen cart would say, sorry we do not currently ship to this destination, but with FEC it throws this error.

    I guess if you dont ship there it doesnt matter! but would look better not to have errors.

  8. #488
    Join Date
    Mar 2009
    Posts
    31
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I cannot for the life of me figure out my alignment issues when using this mod. I have tried to figure it out using Fire Bug and other web developer tools for the stylesheet.css and checkout.css and have looked at tpl_checkout_stacked. I just cannot find what might be causing this. Any help or insight would be greatly appreciated.

  9. #489
    Join Date
    May 2005
    Posts
    535
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I am testing this on a local machine with 1.3.7 when I try to change the address and confirm the change I get an error from the browser saying:

    Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked.

    Cookies are not blocked and this worked fine before installing FEC. Has anyone else had this and how is it solved.

    thanks

  10. #490
    Join Date
    May 2005
    Posts
    535
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I have also noticed that I do not have any config options in the admin side yet I can see the config data and fields in the configuration tables.

    I cannot get the group to show depsite having that data in the table too.

    Any thoughts. I am wondering if these settings may cure my earlier problem.

    Thanks

 

 

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