Results 1 to 10 of 2177

Hybrid View

  1. #1
    Join Date
    Jan 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Hi All,


    I need to add shipping telephone number to FEC. Can anybody help.

    BR//,

  2. #2
    Join Date
    Sep 2010
    Posts
    612
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Help?? I can't even get the css jscript loader to install. Is there something I'm missing here??

  3. #3
    Join Date
    Jan 2011
    Posts
    26
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    @Design75

    I solved Problem 2 (checkout without account was able to be done without agreeing with privacy notice):

    you have to add something to quick_checkout.php. I am not sure if it matters where, but I did it behind this part:

    Code:
            if (ACCOUNT_GENDER == 'true') {
              if (isset($_POST['gender'])) {
                $gender = zen_db_prepare_input($_POST['gender']);
              } else {
                $gender = false;
              }
            }

    And this is what is added:

    Code:
        if (DISPLAY_PRIVACY_CONDITIONS == 'true') {
            if (!isset($_POST['privacy_conditions']) || ($_POST['privacy_conditions'] != '1')) {
              $error = true;
              $messageStack->add('no_account', ERROR_PRIVACY_STATEMENT_NOT_ACCEPTED, 'error');
           }
          }

    In the checkout without account screen, the form is not emptied when not checking the privacy checkbox.

    Problem 1 : the emptied form is still there. Can anyone help?

    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

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