Page 19 of 29 FirstFirst ... 91718192021 ... LastLast
Results 181 to 190 of 2177

Hybrid View

  1. #1
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Ok got it working but now Super_Oders 3 gives an datrabase read error.

    In the admin/super_orders.php the is a call to: TABLE_CUSTOMERS_ADMIN_NOTES

  2. #2
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by Rizla View Post
    Ok got it working but now Super_Oders 3 gives an datrabase read error.

    In the admin/super_orders.php the is a call to: TABLE_CUSTOMERS_ADMIN_NOTES
    You are getting this error because you are using the super_orders.php file that is included with FEC v1.81.

    The SO3 readme clearly states:
    FEC or COWOA Files
    Also included in the fileset are properly modded files to use Super Orders with the Fast and Easy Checkout or Checkout Without Account modules. DO NOT USE the Super Orders files that come with Fast and Easy Checkout or Checkout Without Account. They are for an older version of Super Orders. Super Orders v3.0 already has the correctly integrated Fast and Easy Checkout or Checkout Without Account code in the files included
    Use the version of super_orders.php for FEC that is included with the SO3 fileset, and all will be right with the world..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #3
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Hello I have enabled the one page checkout. I want Shipping on the left and payment on the right side by side, which it is by default. Under Shipping I want the discount div (which I have edit the checkout.css to:
    PHP Code:
    div.discountForm{float:left;width:49%;} 
    I cannot get this to work. Then I also want the checkout total box/checkoutorderform under the payment which is aligned to the right
    PHP Code:
    div#checkoutOrderForm{float:right;width:49%;} 
    So the problems I am having is getting the discount form under the shipping and the checkout order form under the payment div. I also want the discount form and checkout order form side by side like the shipping and payment divs are.

  4. #4
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Hi,

    I'm going round in circles now.

    I just upgraded my test site from 1.3.9d to 1.3.9h. Everything seemed to be working except that when I try to log in as a customer I enter the name and password and then the login screen just redraws but goes nowhere -- and there's no error message.

    I assumed something about the upgrade had upset FEC, which was installed and working fine on 1.3.9d, so I tried renaming the includes/extra_configures/checkout.php file, as mentioned in the docs, to disable FEC. Didn't help.

    I then tried running FEC's uninstall.sql file and then the install.sql file. Well, it uninstalled FEC just fine (it's no longer appearing in the admin under Configuration) but the install file won't complete. It says...

    1062 Duplicate entry 'Permanent Account Holders Only' for key 'query_name'
    in:
    [INSERT INTO ACSquery_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.
    I'm sure that is meaningful to somebody, but to me it just means it didn't work.

    Any clues as to where to go from here?

    Rob

  5. #5
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by rstevenson View Post
    Hi,

    I'm going round in circles now.
    Not to worry. I've stopped going 'round in circles. I used phpMyAdmin to clear that table, then re-ran the install sql file. It worked. But along the way I got so many things mixed up that I just made a new DB and imported up-to-date info from my live site (which I had to do anyway.) So I reinstalled the various mods, including FEC, and everything's fine now.

    Rob

  6. #6
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by rstevenson View Post
    Not to worry. I've stopped going 'round in circles. I used phpMyAdmin to clear that table, then re-ran the install sql file. It worked. But along the way I got so many things mixed up that I just made a new DB and imported up-to-date info from my live site (which I had to do anyway.) So I reinstalled the various mods, including FEC, and everything's fine now.

    Rob
    Don't cha hate when that happens.. **sigh**

    Glad you got it all worked out..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #7
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by DivaVocals View Post
    Don't cha hate when that happens.. **sigh**
    The frustrating thing is that if I did this six times in a week, I'd be an expert. But I only have two sites and I work on them as seldom as possible, so it's like starting all over again every time.

    I'd better redo my wholesale site too while I still know what I'm doing.

    Rob

  8. #8
    Join Date
    Jan 2011
    Posts
    19
    Plugin Contributions
    0

    help question Re: Fast and Easy Checkout

    Hi,

    I love the Fast & Easy Checkout!

    I would like to make one change in the order of where the Discount Coupon box appears but I can not figure out how to do it.

    I am using a single column and ZC 1.3.9h if that helps.

    Right now at checkout the order is:

    Shopping Cart Contents and then Discount coupon.

    I would like to reverse that so the Discount Coupon is first on the page and then the Shopping Cart Contents.

    Does anyone know how to do this?

    Any help would be greatly appreciated.

    Thanks!

    Brian

  9. #9
    Join Date
    Dec 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    i ordered the FEC with installation but no one has contacted me so i installed it myself.

    i have problem when i try to run install.sql, the problem is
    1062 Duplicate entry 'Permanent Account Holders Only' for key 2
    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.

    also the link of the fast and easy configuration does not appear on the admin ----> configuration

    thanks

  10. #10
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Perhaps you had COWOA or an earlier version of FEC installed at some point in the past? That error is telling you there is already an entry in the DB where the install sql is trying to make an entry. Go into your control panel on the server and (if you're comfortable with this sort of stuff) delete the duplicate entry using phpMyAdmin or a similar tool, and then re-run the install.

    Rob

 

 
Page 19 of 29 FirstFirst ... 91718192021 ... 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