Page 207 of 218 FirstFirst ... 107157197205206207208209217 ... LastLast
Results 2,061 to 2,070 of 2177
  1. #2061
    Join Date
    Jul 2015
    Location
    Hoofddorp
    Posts
    76
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    hello,

    I try to install fast adn easy checkout, but do i need to install all the
    sql statements into the database (update_1_0_5.sql till upgrade_1_11_2.sql)

    regards,
    Cees

  2. #2062
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    234
    Plugin Contributions
    0

    Default Shipping Address not being saved

    I'm not sure where to start with the problem, so I was hoping someone could lead me in the right direction. I have FEC 1.15.3 installed on Zen Version 1.5.4 and another site running 1.5.3. It works great except for one major problem, when registering an account, it does not save the shipping address. The only way for a customer to specify a separate shipping address is to create the account, then go into their address book and add another address. Needless to say, it's causing some problems when people go through their order confirmations too quickly and don't notice that the address didn't save.

    Sites
    af-company.com
    valuelogs.com

    Thanks in advance!
    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

  3. #2063
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Hi

    I have a fresh install of zen cart 1.5.4 with the Tableau template version 1.6.9. I am preparing to install fast and easy checkout. There are several files in /includes/templates/tableau/templates which both tableau and FEC write to. I don't want to break the responsiveness of the template. Will FEC work using the shared files in /includes/templates/tableau/templates? IE: can I just leave these files as installed by the Tableau template and not upload the corresponding files from the FEC module?


    tpl_checkout_confirmation_default.php
    tpl_checkout_success_default.php
    tpl_fec_confirmation_default.php
    tpl_login_default.php
    tpl_modules_create_account.php

    thanks
    Last edited by buildingblocks; 13 Nov 2015 at 12:36 AM.

  4. #2064
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by buildingblocks View Post
    Hi

    I have a fresh install of zen cart 1.5.4 with the Tableau template version 1.6.9. I am preparing to install fast and easy checkout. There are several files in /includes/templates/tableau/templates which both tableau and FEC write to. I don't want to break the responsiveness of the template. Will FEC work using the shared files in /includes/templates/tableau/templates? IE: can I just leave these files as installed by the Tableau template and not upload the corresponding files from the FEC module?

    tpl_checkout_confirmation_default.php
    tpl_checkout_success_default.php
    tpl_fec_confirmation_default.php
    tpl_login_default.php
    tpl_modules_create_account.php

    thanks
    Typically I replace those files (although they are very similar) and then since FEC isn't responsive "out of the box" I do something like this

    Add the following stylesheets (they should be in the auto_loaders from FEC):
    includes/templates/YOUR_TEMPLATE/css/auto_loaders/create_account_overrides.css
    HTML Code:
    @media screen and (max-width: 768px){
        .fec-easy-sign-up .fec-col-left, .fec-easy-sign-up .fec-col-right{
            width: 100%;
        }
        .fec-cl-left, .fec-cl-right{
            width: 100%;
            border-right: 0px;
            margin-right: 0px;
            padding-right: 0px;
        }
    }
    includes/templates/YOUR_TEMPLATE/css/auto_loaders/fec_confirmation_overrides.css
    HTML Code:
    @media screen and (max-width: 768px){
        .fec-easy-sign-up .fec-col-left, .fec-easy-sign-up .fec-col-right{
            width: 100%;
        }
        .fec-cl-left, .fec-cl-right{
            width: 100%;
            border-right: 0px;
            margin-right: 0px;
            padding-right: 0px;
        }
    }
    includes/templates/YOUR_TEMPLATE/css/auto_loaders/fec_confirmation_overrides.css
    HTML Code:
    @media screen and (max-width: 768px){
        .fec-easy-sign-up .fec-col-left, .fec-easy-sign-up .fec-col-right{
            width: 100%;
        }
        .fec-cl-left, .fec-cl-right{
            width: 100%;
            border-right: 0px;
            margin-right: 0px;
            padding-right: 0px;
        }
    }
    Also typically I will change the default red buttons to a medium to light shade of green. We want customers to "go" through checkout not "stop"

    Another note about Tableau / FEC in the auto_loaders
    I usually change all the auto-loaders to load the jquery from the CDN and you need to make sure your only loading ONE jquery.

  5. #2065
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    awesome bislewl! Thank you very much!

  6. #2066
    Join Date
    Nov 2012
    Posts
    20
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I am using Zen Cart 1.5.0 and FEC version 2.1.4 I am using for Modules Payment -(Ceon Manual Card v3.0.0) Ceon URI Mappings Manager, Ceon URI Mapping (SEO) Config.

    1. A customer can place an order without issue when checking out as a guest unless they already have an account but decided they didnt want to log in that day. The cart rejects their order if the email is the same as what is in their account.

    2. If they try to login with their password, they are denied because the cart says the email and or password is not valid.

    3. If they request a new password via I forgot my password, a new password is sent, however it too is rejected when the customer tries to log in. Many jsut give up and call us or they go order somewhere else.


    I have searched for solutions and have not found any. Perhaps I missed something in the 200 + ages of threads. I did find something I could try but would want advice to make sure that they are the correct steps for my situation.

    From Silverphp.com

    If you are a Zen Cart user and seeing this error (“Error: Sorry, there is no match for that email address and/or password”) while error then no wonder you are also using Integrated Checkout Without Account (COWOA) which has some issue with database and login query.

    I was able to fix this error and posting solution here so that you can be able to fixed this without wasting your valuable time.
    Step 1: Repair Database issue

    Run these 2 queries from PHPMyadmin:
    Code:
    ALTER TABLE  customers CHANGE  COWOA_account  COWOA_account VARCHAR( 64 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT  '0';
    
    UPDATE customers c,
    (
        SELECT customers_id
        FROM customers
        WHERE COWOA_account = 1 AND customers_email_address NOT IN (
                                    SELECT DISTINCT(customers_email_address)
                                    FROM customers
                                    WHERE COWOA_account = 0
                                    )
        GROUP BY customers_email_address
    ) t
    SET c.COWOA_account = 0
    WHERE c.customers_id = t.customers_id;

    Step 2: Update login query for existing users

    1. Open file in editor: “\includes\modules\pages\login\header_php.php”
    2. Search $check_customer_query and you’ll see “AND COWOA_account != 1″ as a part of query
    3. Commend OR remove it: “/* AND COWOA_account != 1 */ ” (without quotes).

    Save file and try to login again, it would work like charm.
    I am a bit nervous about messing with the database even with a backup especially this time of the year. Can anyone make any suggestions? Thanks in advance.

  7. #2067
    Join Date
    Nov 2012
    Posts
    20
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I am still working on this. In the admin I have the following settings: I will also note I just changed the Guest check out settings to show just the guest checkout instead of both options of logging in or guest checkout. Users still cannot checkout as a guest if they have an account.
    Click image for larger version. 

Name:	fec1.jpg 
Views:	54 
Size:	37.1 KB 
ID:	15839 Click image for larger version. 

Name:	fec2.jpg 
Views:	78 
Size:	49.5 KB 
ID:	15840Click image for larger version. 

Name:	fec3.jpg 
Views:	102 
Size:	34.1 KB 
ID:	15841

    Still pulling hair out as this is affecting my business in a bad way. Thanks again for anyone who can help.

  8. #2068
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    234
    Plugin Contributions
    0

    Default Install SQL File

    I've installed this module before with no problems, however I'm trying to reinstall it now on another site, and there seems to be no "install.sql" file with the package. Am I missing something?
    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

  9. #2069
    Join Date
    Dec 2015
    Location
    Auckland
    Posts
    1
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by norber View Post
    I think i solved it!
    FEC autotype is "classInstantiate"

    And now i know that config.mobile is loaded BEFORE fec config since config.mobile array order is 0 and config.fec is 90.
    The problem is "when" it runs. And i found that it does that inside that foreach in autoload_func.php. That the actions to run is defined in a switch case.

    So i looked for case 'classInstantiate' (around line 128):


    Code:
          case 'classInstantiate':
          $objectName = $entry['objectName'];
          $className = $entry['className'];
    and then i added this

    Code:
    //if its a phone and object name = FECObserver  and class name=FECObserver ignore it
    if (($deviceType=="phone") && ($objectName=="FECObserver") && ($className=="FECObserver")) { 
    $donothing="";
    
    }else{
    
    //rest of the original code
    
    
    }// close  added if
    Now in phone versions the fec is not loaded, while in the rest (computer, tablet, etc) its ok.
    Hope it will be helpful for somebody.
    Thanks for all the zenners who helped me, for their time and patience.

    Sorry for bring up an old thread...

    The above sounded like just what i was after, but i could not get it to work...

    in the end, i ended up editing
    includes\classes\observers\class.esl.php

    I changed...
    Code:
    	function update(&$class, $eventID, $paramsArray) {
    	if ((FEC_EASY_SIGNUP_STATUS) == 'true') {
    
          // redirect to ESL
          zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));
        }
    	}
    to this...
    Code:
    	function update(&$class, $eventID, $paramsArray) {
    	if ((FEC_EASY_SIGNUP_STATUS) == 'true' && ($isMobile)) {
    
          // redirect to ESL
          zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));
        }
    	}
    Added the && ($isMobile) to the if statement to check before redirecting to Easy Signup and Login

    and as far as i can tell, she is working...

    http://www.nzlw.co.nz

    Let me know your thoughts...

  10. #2070
    Join Date
    Nov 2012
    Posts
    20
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by Charveynz View Post
    Sorry for bring up an old thread...

    The above sounded like just what i was after, but i could not get it to work...

    in the end, i ended up editing
    includes\classes\observers\class.esl.php

    I changed...
    Code:
    	function update(&$class, $eventID, $paramsArray) {
    	if ((FEC_EASY_SIGNUP_STATUS) == 'true') {
    
          // redirect to ESL
          zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));
        }
    	}
    to this...
    Code:
    	function update(&$class, $eventID, $paramsArray) {
    	if ((FEC_EASY_SIGNUP_STATUS) == 'true' && ($isMobile)) {
    
          // redirect to ESL
          zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));
        }
    	}
    Added the && ($isMobile) to the if statement to check before redirecting to Easy Signup and Login

    and as far as i can tell, she is working...

    http://www.nzlw.co.nz

    Let me know your thoughts...
    Glad to see you have that part working. Any reason why my registered users cannot log in?

 

 

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