Page 1 of 2 12 LastLast
Results 1 to 10 of 2177

Hybrid View

  1. #1
    Join Date
    Aug 2008
    Posts
    274
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Alright, i have this domain name www.grimmandgorly.com

    I am using zen cart version v1.3.9h

    I have installed Fast and EAsy Checkout created by Numix, I installed the most recent version on their site and have searched all the forums for the last two hours and can't find an answer.

    I don't use super orders or magic seo so I'm not sure what the issue is.

    any ideas

    everything works great until I checkout, then it just stays on the screen and says


    Your order is being processed, please wait...


    the order never goes through, any ideas???

  2. #2
    Join Date
    Nov 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by timhersh View Post
    Alright, i have this domain name www.grimmandgorly.com

    I am using zen cart version v1.3.9h

    I have installed Fast and EAsy Checkout created by Numix, I installed the most recent version on their site and have searched all the forums for the last two hours and can't find an answer.

    I don't use super orders or magic seo so I'm not sure what the issue is.

    any ideas

    everything works great until I checkout, then it just stays on the screen and says


    Your order is being processed, please wait...


    the order never goes through, any ideas???
    on tpl_main_page.php...
    Find
    Code:
    <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>
    Replace With
    Code:
    <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?><?php if(FEC_ONE_PAGE == 'true' && $_GET['main_page'] == 'fec_confirmation') echo ' onLoad="document.fec_confirmation.submit();"';?>>

  3. #3
    Join Date
    Mar 2011
    Posts
    12
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    I posted this in a standalone topic, but i thought it might get more replies here:

    Im having a bit of a problem with the checkout procedure after installing FEC. The version I installed is 1.8.0. , my zen cart version is 1.3.8a. (I already had COWOA installed before installing FEC)

    The thing is, when people checkout without an account, which is set as default, the customers do not get a confirmation email of the order. And needer do we.
    However, when the checkout is made by a customer who is registered at the site, so he has a password, the confirmation email DOES get send!

    I do not get what could cause this, and I have yet to find out how I can go about solving it.

    Any suggestions, advice, (or answers!) are greatly appreciated.

  4. #4
    Join Date
    Jul 2009
    Posts
    402
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Hi,
    I have installed this mod and I like it, but I can not make it working.
    Infact, when in admin I activate Easy Sign Up and Login setting to true line, I can not enter my customer account with my email and password.
    If I set Easy Sign Up and Login to false, I then can enter my customer account without problems.
    After having translated alla the defines, I found this problem.
    The most important function can not be used!
    Please help.
    Thanks
    enzo
    P.S. What is it the master password?

  5. #5
    Join Date
    Jun 2009
    Location
    Orange County, California
    Posts
    544
    Plugin Contributions
    18

    Default Re: Fast and Easy Checkout

    Hi, I'm getting an error when I click "Change address":

    Warning: ini_set() has been disabled for security reasons in fec_change_new_address.php on line 3

    I guess I could enable ini_set, but it seems that is important for security. Any way I can make FEC not need that feature to work?

  6. #6
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by jackie.taferner View Post
    Warning: ini_set() has been disabled for security reasons in fec_change_new_address.php on line 3
    That's not an error, it's a warning.

    Whether or not it's a problem depends on what the ini_set call is doing and how essential it is.

    You don't say whether the warning is displayed on a page, or just in your logs. If it's on a page that's not good, but if the call isn't essential putting an "@" in front of it "@ini_set" will stop it being output.

    The security issue is primarily on shared servers where a host may disable it to prevent users running scripts that change php settings in order to create vulnerabilities.

    However, since you say that you could enable it, this suggests that you're managing the server, which would somewhat mitigate the risk.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  7. #7
    Join Date
    Jun 2009
    Location
    Orange County, California
    Posts
    544
    Plugin Contributions
    18

    Default Re: Fast and Easy Checkout

    kuroi, thanks for the explanation!

    It is appearing on the page, not just the logs. But the functionality is fine, and adding @ did the trick for getting rid of the message.

  8. #8
    Join Date
    May 2010
    Location
    Cyberspace
    Posts
    376
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Is this add-on overriding the email_template_checkout.html??

  9. #9
    Join Date
    Dec 2004
    Posts
    81
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Hello All,

    ZC 1.3.9H
    FEC 1.9.5

    On the login page I have "Shipping Address" enabled
    as well as "Copy Billing" enabled

    In the "Billing Address" section of the login page
    if I change the country the State/Province list updates

    In the "Shipping Address" section of the login page
    if I change the country the State/Province list DOES NOT update.



    Any input ?

    Ken

  10. #10

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by adam2020 View Post
    on tpl_main_page.php...
    Find
    Code:
    <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>
    Replace With
    Code:
    <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?><?php if(FEC_ONE_PAGE == 'true' && $_GET['main_page'] == 'fec_confirmation') echo ' onLoad="document.fec_confirmation.submit();"';?>>


    I have this same issue with "Your order is being processed, please wait..." and I am unable to find "tpl_main_page.php" did this come in the FEC files?

    Thanks in advance for your help.

 

 
Page 1 of 2 12 LastLast

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

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