Page 118 of 218 FirstFirst ... 1868108116117118119120128168 ... LastLast
Results 1,171 to 1,180 of 2177
  1. #1171
    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

  2. #1172
    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

  3. #1173
    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

  4. #1174
    Join Date
    Dec 2009
    Posts
    206
    Plugin Contributions
    2

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by brihan View Post
    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
    You could try moving blocks of coding around on the shopping cart page (includes/templates/your_template/templates/tpl_shopping_cart_default.php). I don't think there's a setting for it in the admin.

  5. #1175
    Join Date
    May 2010
    Location
    Cyberspace
    Posts
    376
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    How do I change the font size of the - Checkout Confirmation Alternate Text ?

  6. #1176
    Join Date
    May 2010
    Location
    Cyberspace
    Posts
    376
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Solved it. Use this id = #onePageText. Then style it like you would with any other class or id..

  7. #1177
    Join Date
    Feb 2008
    Location
    Las Cruces, NM
    Posts
    1
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    zencart version v1.3.9g
    my site: http://mvtsalvage.com/salvage/
    host company: Fatcow

    I believe i have a problem with FEC but i cannot figure it out. I have searched high and low and I have contacted my host server support people and they are no help.

    Here is the situation. I was in the process of updating a whole bunch of categories and products in my zencart when i got an error stating i exceeded mySQL tranaction limit. So...i waited awhile and couldn't get back into mySQL. I had to change my password, i changed my password. Then i couldn't get into my zencart, i did a little research and changed the following to match my new password:

    includes/configure.php
    admin/includes/configure.php

    I was then able to get into mySQL,zencart admin, and zencart store. Everything works except checking out! When i try to check out or try to pay through paypal i get this error:

    0
    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.


    I have spent the last 12 hours racking my brain! I have checked and double checked all PHP files, permissions on files, database info and cannot find out why the check out is not working.

    The checkout function was working before i got any errors.

    Any assistant will help!

  8. #1178
    Join Date
    Aug 2008
    Posts
    274
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Alright, i have this domain name www.grimmandgorly.com

    I am using zen cart version v1.3.9h

    I have installed Fast and EAsy Checkout created by Numix, I installed the most recent version on their site and have searched all the forums for the last two hours and can't find an answer.

    I don't use super orders or magic seo so I'm not sure what the issue is.

    any ideas

    everything works great until I checkout, then it just stays on the screen and says


    Your order is being processed, please wait...


    the order never goes through, any ideas???

  9. #1179
    Join Date
    Nov 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by timhersh View Post
    Alright, i have this domain name www.grimmandgorly.com

    I am using zen cart version v1.3.9h

    I have installed Fast and EAsy Checkout created by Numix, I installed the most recent version on their site and have searched all the forums for the last two hours and can't find an answer.

    I don't use super orders or magic seo so I'm not sure what the issue is.

    any ideas

    everything works great until I checkout, then it just stays on the screen and says


    Your order is being processed, please wait...


    the order never goes through, any ideas???
    on tpl_main_page.php...
    Find
    Code:
    <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>
    Replace With
    Code:
    <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?><?php if(FEC_ONE_PAGE == 'true' && $_GET['main_page'] == 'fec_confirmation') echo ' onLoad="document.fec_confirmation.submit();"';?>>

  10. #1180
    Join Date
    Mar 2011
    Posts
    12
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    I posted this in a standalone topic, but i thought it might get more replies here:

    Im having a bit of a problem with the checkout procedure after installing FEC. The version I installed is 1.8.0. , my zen cart version is 1.3.8a. (I already had COWOA installed before installing FEC)

    The thing is, when people checkout without an account, which is set as default, the customers do not get a confirmation email of the order. And needer do we.
    However, when the checkout is made by a customer who is registered at the site, so he has a password, the confirmation email DOES get send!

    I do not get what could cause this, and I have yet to find out how I can go about solving it.

    Any suggestions, advice, (or answers!) are greatly appreciated.

 

 

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