Page 114 of 218 FirstFirst ... 1464104112113114115116124164214 ... LastLast
Results 1,131 to 1,140 of 2177
  1. #1131
    Join Date
    Apr 2010
    Posts
    39
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I'm using the last version of FEC

    I have problems with the checkbox shippingaddress the same as billingaddress.

    If I use this button there didn't change anything.

    I use the following settings:

    Code:
    Fast and Easy Checkout     true   
    One Page Checkout          true   
    Checkout Confirmation Alternate Text  
    Display Checkout in Split Column         true   
    Activate Drop Down List                    false   
    Gift Wrapping Module Switch              false   
    Activate Gift Message Field                 false   
    Drop Down List Options Option 1,Option 2,Option 3,Option 4,Option 5   
    Activate Checkbox Field                    false   
    Easy Sign-Up and Login                    true   
    Display Order Total                         true   
    Display Confidence Box                   false   
    COWOA Position                           side   
    Confirm Email                                 false   
    Shipping Address                           true   
    Copy Billing                                   true   
    Master Password                           false   
    Change Address Pop-Up                  true   
    Checkout Without Account             true   
    Checkout Without Account Only          false   
    Combine COWOA Accounts                false   
    Hide Email Options For No Account      true   
    Automatic LogOff for No Account     true   
    Free/Virtual Checkout                     false   
     Fast and Easy Checkout                 false
    Anyone any idea ?

  2. #1132
    Join Date
    Feb 2011
    Posts
    1
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I'm at a loss here.
    Trying to stop FEC from opening a jQuery window when people want to change their shipping adress while checking out.

    I can see in the link it relates to a 'rel="facebox" ' but can't find where to shut that system off.

    Can anyone help?

  3. #1133
    Join Date
    Jun 2006
    Posts
    777
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    ver 1.3.9c

    With FEC Enabled, When checking out with PayPal Express get a continuous "LOOPING" after hitting Continue, goes right back to Payment page. I thought this was due to customer entering a Different address then his PayPal address, but I just checked and he entering in the cart the SAME address as his PayPal address.

    Any ideas?

  4. #1134
    Join Date
    Dec 2006
    Posts
    56
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Hi All,

    I have been using this mod successfully for a while.

    Recently I had some issues with Paypal IPN and tried to switch to Paypal Express Checkout, but some features of this mod stopped working.

    Without Paypal Express Checkout I can add some products to my shopping cart as a not logged in customer and hit Checkout. This takes me to a page where I can either log in, checkout without an account (there is a button for it), or create and account. This is the correct behavior.

    With Paypal Express Checkout after hitting Checkout I get to a page where I can either log in or click on a Sign Up button that takes me to a new page tocreate an account. Also the text and buttons are completely mis-aligned on this page. So my nice Fast And Easy Checkout page that allowed me to login/create account/checkout without an account is completely screwed up.

    I am using Zencart 1.3.9h. The FEC module is the latest from the Numinix web site.

    Anyone knows how to fix this?

    Thanks,

    Laszlo

  5. #1135
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Fast and Easy Checkout for Zen Cart

    Goodmorning,

    I have FEC 1.9.4 installed on a fresh 1.39h zencart. It al works fine, except for two minor things.
    We require our customers to check the Privacy Notice checkbox. When a customer fills in the create account form hits the send button, he gets the message to check the Privacy Notice. The problem the form is empty again so he has to fill in everything again. This didn't happen in the clean zencart without FEC. Is there a solution?

    Second problem. Customer also have to check the Terms and Conditions box. if they forget the order is made anyway. No error messages.

    below are my FEC settings
    Code:
    Fast and Easy Checkout Configuration 	
    
    Fast and Easy Checkout              	true 	 
    One Page Checkout                    	false
    Checkout Confirmation Alternate Text 	Your order is being processed, please wait...
    Display Checkout in Split Column 	true
    Activate Drop Down List              	false
    Gift Wrapping Module Switch 	        false
    Activate Gift Message Field          	false
    Drop Down List Options               	Option 1,Option 2,Option 3,Option 4,Option 5
    Activate Checkbox Field              	false
    Easy Sign-Up and Login               	true
    Display Order Total                    	true
    Display Confidence Box              	false
    COWOA Position                         	top
    Confirm Email                   	false 
    Shipping Address                       	true
    Copy Billing                      	true
    Master Password                        	false
    Change Address Pop-Up              	true
    Checkout Without Account           	false
    Checkout Without Account Only           false
    Combine COWOA Accounts                 	true
    Hide Email Options For No Account 	true
    Automatic LogOff for No Account  	true 
    Free/Virtual Checkout                 	true
    Thanks

  6. #1136
    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//,

  7. #1137
    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??

  8. #1138
    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

  9. #1139
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Hello. I have been looking around and cannot seem to find the answer. I know the COWOA Mod by iteself has the track order/order status feature where you put in your email and order number. Does the COWOA with FEC have this ability? If so what is the link for the customer to go to?

  10. #1140
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Trying to install this mod but upon running the SQL patch I get the following:

    1364 Field 'query_keys_list' doesn't have a default value
    in:
    [INSERT INTO query_builder ( query_id , query_category , query_name , query_description , query_string ) VALUES ( '', 'email,newsletters', 'Permanent Account Holders Only', 'Send email only to permanent account holders ', 'select customers_email_address, customers_firstname, customers_lastname from TABLE_CUSTOMERS where COWOA_account != 1 order by customers_lastname, customers_firstname, customers_email_address');]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields

    Any ideas????

    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