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
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
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
Re: Fast and Easy Checkout
Quote:
Originally Posted by
brihan
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.
Re: Fast and Easy Checkout
How do I change the font size of the - Checkout Confirmation Alternate Text ?
Re: Fast and Easy Checkout
Solved it. Use this id = #onePageText. Then style it like you would with any other class or id..
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!
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???
Re: Fast and Easy Checkout
Quote:
Originally Posted by
timhersh
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();"';?>>
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.