Page 74 of 218 FirstFirst ... 2464727374757684124174 ... LastLast
Results 731 to 740 of 2177
  1. #731
    Join Date
    Apr 2008
    Location
    Covington, Washington, United States
    Posts
    205
    Plugin Contributions
    1

    Default Re: Fast and Easy Checkout for Zen Cart

    Hi Jay,

    Not just the orange, but all of the code in the blocks I provided. If you go from the line indicated, start selecting at the beginning of <fieldset.... all the way through the closing tag for that fieldset element (as shown in the code blocks above) than just replace with everything in the blocks I marked "change to:" . Make sure you do it for both sections (shipping and billing) both are included in the code changes above.

    I can't emphasize enough though, back up your files before doing any modification to the code. This is only commenting out code, not removing it, but always take the safe route

  2. #732
    Join Date
    Jan 2010
    Posts
    90
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    ok mate I will try this but going to do this tomorrow as feel as rough as a badgers ######, thanks for your help mate, very much appreciated

  3. #733
    Join Date
    Jan 2010
    Posts
    90
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Litepockets,

    yet again you are a true legend, it has got rid of the addresses and now just says delivery information and payment information, address will be done through paypal and if signed up through my shop on there.

    All the info you have given me should be used as a sticky imo... great help

  4. #734
    Join Date
    Apr 2008
    Location
    Covington, Washington, United States
    Posts
    205
    Plugin Contributions
    1

    Default Re: Fast and Easy Checkout for Zen Cart

    Glad I was able to help :)

  5. #735
    Join Date
    Jan 2010
    Posts
    90
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    cool stuff

  6. #736
    Join Date
    Oct 2009
    Posts
    30
    Plugin Contributions
    0

    help question Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by jasmel View Post
    Still not working: blank page on fec_confirmation


    Additional notes: Should update the instructions as follows...

    Installation:

    1. Upload all files to their respective folders;
    2. Rename /includes/templates/YOUR_TEMPLATE to your custom template name;
    3. Rename /includes/modules/YOUR_TEMPLATE
    4. Rename /includes/languages/english/YOUR_TEMPLATE
    5. Rename /admin/ if your have changed your admin folder name
    6. Copy and paste the install.sql file into ADMIN->TOOLS->INSTALL SQL PATCHES to be able to activate or deactivate the one-page checkout feature included with Fast and Easy Checkout for Zen Cart;
    Hi jasmel~ Thanks for your input. You've lost me already on step 1 !! How do I upload a file off my computer to a SPECIFIC folder when all I'm doing is going to the admin panel, clicking on TOOLS and then using the INSTALL SQL PATCHES?

    also lost on step 5.

    Thanks so much

  7. #737
    Join Date
    Oct 2009
    Posts
    30
    Plugin Contributions
    0

    help question Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by xzistance View Post
    I think I figured out the issue. I only had 'Checkout Without Account Only' marked as 'true' and not 'Checkout Without Account' as well.

    I suppose the configuration confused me, but it seems that it'll allow multiple entries with the same email address in to the customers tbl as long as both of those are marked 'true'.

    If they aren't, you'll get that account validation error.
    Ok, really DUMB DUMB question....but can you help me find where you are referring to when you say 'Checkout Without Account Only' marked as 'true' and not 'Checkout Without Account' as well.

  8. #738
    Join Date
    Oct 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Sounds like a great mod and hopefully what I'm looking for, but after installing the mod I get a blank screen on the browser when I click on the checkout button. I followed the steps exactly. I restored, the store and sql, and did it again with the same results. Any ideas/help are greatly appreciated. Thank you in advance!

  9. #739
    Join Date
    Oct 2009
    Location
    Tokyo, Japan
    Posts
    51
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Possible solution if you have this problem:

    1062 Duplicate entry 'Permanent Account Holders Only' for key 'query_name'
    in:
    [INSERT INTO zen_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.


    For anyone having a problem with this message, and NOT posting HOW they solved it (thanks a LOT guys), this is what I did, and it SEEMS to have worked (no guarantees for anyone else....I'm just trying to post what helped me).

    numinix says "remove the first 4 lines or so". I removed 8 LINES, and its basically worked. So where it starts with:

    "SET @configuration_group_id=0;" .... thats where I started my SQL edit. So far it's worked, but I don't have high hopes of this working

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

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by Sevenhelmets View Post
    Possible solution if you have this problem:

    1062 Duplicate entry 'Permanent Account Holders Only' for key 'query_name'
    in:
    [INSERT INTO zen_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.


    For anyone having a problem with this message, and NOT posting HOW they solved it (thanks a LOT guys), this is what I did, and it SEEMS to have worked (no guarantees for anyone else....I'm just trying to post what helped me).

    numinix says "remove the first 4 lines or so". I removed 8 LINES, and its basically worked. So where it starts with:

    "SET @configuration_group_id=0;" .... thats where I started my SQL edit. So far it's worked, but I don't have high hopes of this working
    It probably will since all this "error" means is that you are trying to insert a value into the database that already exists.. If it already exists then you don't need to insert it a second time..
    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.

 

 

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