Zen Cart Logo
Forums / All Other Contributions/Addons / Fast and Easy Checkout

Fast and Easy Checkout

Views: 550,606

Results 1,161 to 1,180 of 2,177
30 Mar 2011, 11:27
#1161
ryanb4614 avatar

ryanb4614

Totally Zenned

Join Date:
Feb 2008
Posts:
556
Plugin Contributions:
0

Fast and Easy Checkout

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 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
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.
10 Apr 2011, 19:32
#1162
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hi,

I'm going round in circles now. :frusty:

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

14 Apr 2011, 03:21
#1163
oneworldstudios avatar

oneworldstudios

New Zenner

Join Date:
May 2007
Posts:
47
Plugin Contributions:
0

Re: Fast and Easy Checkout

Ms_X:

Hello everyone,

I have installed this addon and I tried to change it for my shop... I have the latest version of ZC. I faced 2 problems at the moment:
on the checkout confirmation page under Delivery/Shipping Information-->Shipping Method is Ship within Australia (standard) is chosen but below under Shopping Cart Contents I see only price of the item, tax and total. The shipping cost is calculated in total price but not shown there like shipping costs 10 $...and one more thing I just found is when i want to change shipping method,I have shosen another one,but shopping cart contents after that are same and under shipping method there old choice is still listedhow should i fix that?I followed the instructions in file order_total_class_edit but there is no effect from it. Can anyone help me please?

do I need to install previous sl updates?

I can't find file checkout confirmation file for this addon.where can I find the file anyone has any idea?thanks:-)

Hi MS_X I saw you had also posted this question on the NUMINIX forums and I found the answer posted here, but under a different section. It's not directly related to the FEC add on, but kind of is...lol. AJEH provided the answer, basically you need to go into your Admin/Modules/Shipping and make sure that ot_shipping is turned to "true". For some reason it got turned to false when FEC got installed and I was having the same problem as you! Hope it helps. Original answer here: http://www.zen-cart.com/forum/showthread.php?t=178220
Cheers,
Zack

15 Apr 2011, 13:57
#1164
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: Fast and Easy Checkout

rstevenson:

Hi,

I'm going round in circles now. :frusty:
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

15 Apr 2011, 16:41
#1165
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Fast and Easy Checkout

rstevenson:

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.

RobDon't cha hate when that happens.. sigh

Glad you got it all worked out..:smile:

15 Apr 2011, 17:21
#1166
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: Fast and Easy Checkout

DivaVocals:

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. :laugh:

Rob

15 Apr 2011, 17:33
#1167
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Fast and Easy Checkout

rstevenson:

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

Rob
:laugh::laugh: Indeed.. Hurry!! :laugh::laugh:

21 Apr 2011, 04:34
#1168
new2u avatar

new2u

Zen Follower

Join Date:
Sep 2009
Posts:
186
Plugin Contributions:
0

Re: Fast and Easy Checkout

So anything on this? I Numinix still developing? Also Why dont I get the registration confirmation email on their support site?

21 Apr 2011, 15:02
#1169
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: Fast and Easy Checkout

I downloaded it and got the registration confirmation less than two weeks ago. Did you check your spam folders, as they suggest?

Rob

25 Apr 2011, 21:30
#1170
tapper avatar

tapper

Zen Follower

Join Date:
Nov 2007
Location:
Upstate NY
Posts:
233
Plugin Contributions:
0

Re: Fast and Easy Checkout

new2u:

I was also thinking, my site is a 3 column design. Would this be able to override the left and right sidebars?

Instructions for killing the columns is at the bottom of the module documentation at /fec/documentation.html

If you want to disable the left and right columns on the checkout, add the following code:

Code:

//add page names that you wantto disable left and right columns
$center_column_only = array('checkout'); // add any other page names here separated by commas, no spaces
// the following IF statement can be duplicated/modified as needed to set additional flags
if (in_array($current_page_base,$center_column_only) ) {
$flag_disable_right = true;
$flag_disable_left = true; 
04 May 2011, 20:14
#1171
brihan avatar

brihan

New Zenner

Join Date:
Jan 2011
Posts:
19
Plugin Contributions:
0

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

05 May 2011, 00:29
#1172
spadesoleil avatar

spadesoleil

New Zenner

Join Date:
Dec 2007
Posts:
25
Plugin Contributions:
0

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

05 May 2011, 12:11
#1173
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

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

07 May 2011, 23:32
#1174
kamelion0927 avatar

kamelion0927

Zen Follower

Join Date:
Dec 2009
Posts:
208
Plugin Contributions:
1

Re: Fast and Easy Checkout

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.

11 May 2011, 20:38
#1175
soniccc avatar

soniccc

Zen Follower

Join Date:
May 2010
Location:
Cyberspace
Posts:
387
Plugin Contributions:
0

Re: Fast and Easy Checkout

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

12 May 2011, 07:45
#1176
soniccc avatar

soniccc

Zen Follower

Join Date:
May 2010
Location:
Cyberspace
Posts:
387
Plugin Contributions:
0

Re: Fast and Easy Checkout

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

13 May 2011, 16:18
#1177
jinkaid avatar

jinkaid

New Zenner

Join Date:
Feb 2008
Location:
Las Cruces, NM
Posts:
1
Plugin Contributions:
0

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!

17 May 2011, 12:19
#1178
timhersh avatar

timhersh

Zen Follower

Join Date:
Aug 2008
Posts:
274
Plugin Contributions:
0

Re: Fast and Easy Checkout

Alright, i have this domain name https://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???

25 May 2011, 00:29
#1179
adam2020 avatar

adam2020

New Zenner

Join Date:
Nov 2009
Posts:
33
Plugin Contributions:
0

Re: Fast and Easy Checkout

timhersh:

Alright, i have this domain name https://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

<body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>

Replace With

<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();"';?>>
25 May 2011, 01:05
#1180
remyrulez avatar

remyrulez

New Zenner

Join Date:
Mar 2011
Posts:
12
Plugin Contributions:
0

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.