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

Fast and Easy Checkout

Views: 550,884

Results 661 to 680 of 2,177
12 Jan 2010, 8:47 PM
#661
lockerroom avatar

lockerroom

New Zenner

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

Fast and Easy Checkout

mhel:

This is probably dumb quest, do you have something in your cart?
I believe it only shows if cart is not empty, atleast that's the behaviour I'm getting on my setup.
(Just trying to help)

I ended up figuring this out as well.

Now my problem is trying to make the layout match the demo numinix has in his site.

The center checkout frame in the CSS is too thin to have the easy login and COWAL sections on the right hand side (we have specials banners running down the right).

Hm.

13 Jan 2010, 1:08 AM
#662
mhel avatar

mhel

New Zenner

Join Date:
Dec 2009
Posts:
7
Plugin Contributions:
0

Re: Fast and Easy Checkout

Lockerroom:

I ended up figuring this out as well.

Now my problem is trying to make the layout match the demo numinix has in his site.

The center checkout frame in the CSS is too thin to have the easy login and COWAL sections on the right hand side (we have specials banners running down the right).

Hm.

(If something like below is what you meant) You can try editing the tpl_login_default.php/tpl_modules_create_account.php on your template (use override), play with sizes of the fields, they're set to 40, you can reduce it and it should shrink a bit. (I hope your editor has syntax highligting it's easy to see that way.)
e.g. tpl_login_default.php arround line 66

<?php echo zen_draw_input_field('email_address', '', 'size="40" id="login-email-address"'); ?>
14 Jan 2010, 3:57 AM
#663
cloudstrife08 avatar

cloudstrife08

New Zenner

Join Date:
Jan 2010
Posts:
15
Plugin Contributions:
0

Re: Fast and Easy Checkout

gregger:

Another great mod.. thank you.

I don't suppose the contents of javascript_check.php can go into a different file can they? When you look at Who's Online all you see now is people browsing javascript_check.php - you can't see what products they are viewing.

Thanks
Greg

Hello,

We're getting the above as well. We can't tell what people are viewing. What else does this file do?

Thanks

14 Jan 2010, 8:57 AM
#664
thomasharding avatar

thomasharding

Zen Follower

Join Date:
Sep 2007
Location:
Manchester, England
Posts:
168
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hi again guys,

I'm having some trouble with FEC again. The gift certificate problem I posted about earlier is sorted (just needed to upgrade) but now I'm having some other issues.

They can pretty much be summed up by this thread - http://www.zen-cart.com/forum/showthread.php?p=828778#post828778

Basically, I'm getting a time out when I try to go to the shopping cart after adding an item. I find items are appearing/disappearing and sometimes nothing ever shows in there.

Please can anyone help. I can hear the sighs of the people saying "he's posted this on 5 other forums!!" - that's how desperate I am to sort this problem.

Thanks and sorry if anyone is offended by my rants!

19 Jan 2010, 7:37 PM
#665
rwoody avatar

rwoody

Totally Zenned

Join Date:
Aug 2004
Location:
Fountain Hills, AZ
Posts:
476
Plugin Contributions:
0

Re: Fast and Easy Checkout

I've just been contacted by a customer where I had installed FEC v 1.51 to include the checkout w/o account. He received a call from one of his retail customer's that they found that they could login to their account with only their email address. No password was needed!!

Of course I immediately thought it was a cookie, but it's not. Anyone that has previously registered to the site can merely enter their email address and hit login and they are in!!! (Password field left blank).

Now I've disabled the entire FEC and it is still happening, so something somewhere in the checkout modifications has really messed this up and I have no clue where to look.

I need to fix this ASAP as you can imagine and I don't know where to start. Can someone give me a clue what to look for?

Really stressed here on this one.:lamo:

20 Jan 2010, 12:04 AM
#666
lockerroom avatar

lockerroom

New Zenner

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

Re: Fast and Easy Checkout

FEC managed to ######## up a lot of things in ZenCart for me that my programmer has had to fix.

It edited a lot of the headings of my payment forms etc etc.

I'm not sure if it's such a good idea to use it.

20 Jan 2010, 7:32 AM
#667
huaxu22 avatar

huaxu22

New Zenner

Join Date:
Apr 2009
Posts:
35
Plugin Contributions:
0

Re: Fast and Easy Checkout

I want to see some demo ,so where can i get if?

20 Jan 2010, 10:42 AM
#668
stecrox avatar

stecrox

New Zenner

Join Date:
Jan 2008
Location:
Perth. Australia
Posts:
64
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hi there
I have installed the mod on a new install (only installed a google analytics module)
When trying to checkout using google chrome the "Customer Log Out | My Account | Shopping Basket | Checkout" move to the left and pushes everything under it including my left hand column to the right hand side.

This has not happened before. is it a simple code or just something I am missing.
Are you also able to change the text font size as well.

Stephen

23 Jan 2010, 3:25 AM
#669
greenhat avatar

greenhat

Zen Follower

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

Re: Fast and Easy Checkout

There is a known issue mentioned on numinix forum where Gift certificates do not update the total after you hit refresh until you get to the confirmation page (which is a problem if you turn on the one page checkout). It just took me many hours to crack this one, but i finally figured it out. Here's the solution:

modify file: /store/includes/modules/order_total/ot_gv.php

comment out line 167 (as shown below):

  function collect_posts() {
    global $db, $currencies, $messageStack;

   // if (!$_POST['cot_gv']) $_SESSION['cot_gv'] = '0.00';

    if ($_POST['gv_redeem_code']) {
24 Jan 2010, 3:14 AM
#670
rwoody avatar

rwoody

Totally Zenned

Join Date:
Aug 2004
Location:
Fountain Hills, AZ
Posts:
476
Plugin Contributions:
0

Re: Fast and Easy Checkout

rwoody:

I've just been contacted by a customer where I had installed FEC v 1.51 to include the checkout w/o account. He received a call from one of his retail customer's that they found that they could login to their account with only their email address. No password was needed!!

Of course I immediately thought it was a cookie, but it's not. Anyone that has previously registered to the site can merely enter their email address and hit login and they are in!!! (Password field left blank).

Now I've disabled the entire FEC and it is still happening, so something somewhere in the checkout modifications has really messed this up and I have no clue where to look.

I need to fix this ASAP as you can imagine and I don't know where to start. Can someone give me a clue what to look for?

Really stressed here on this one.:lamo:

I'm still trying to figure this out. Has anyone ever seen this issue before and if not, can someone give me a clue other than the tpl_login_default.php file that would be the issue? I've replaced that file with a fresh one from the install. There were no edits to that file. We do have super orders installed and I used the appropriate replacement files from the package there. I am just at a loss on this to figure out what is causing the issue.

Any suggestions would be greatly appreciated and desperately needed. :cry:

24 Jan 2010, 3:24 AM
#671
greenhat avatar

greenhat

Zen Follower

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

Re: Fast and Easy Checkout

rwoody:

I'm still trying to figure this out. Has anyone ever seen this issue before and if not, can someone give me a clue other than the tpl_login_default.php file that would be the issue? I've replaced that file with a fresh one from the install. There were no edits to that file. We do have super orders installed and I used the appropriate replacement files from the package there. I am just at a loss on this to figure out what is causing the issue.

Any suggestions would be greatly appreciated and desperately needed. :cry:

you mentioned that you disabled the FEC module.. I would try to completely uninstall it at this point.

24 Jan 2010, 3:37 AM
#672
rwoody avatar

rwoody

Totally Zenned

Join Date:
Aug 2004
Location:
Fountain Hills, AZ
Posts:
476
Plugin Contributions:
0

Re: Fast and Easy Checkout

greenhat:

you mentioned that you disabled the FEC module.. I would try to completely uninstall it at this point.

Exactly. What I've done is made a duplicate of my site, so as not to disturb the production site. I've used Beyond Compare and been going through files looking for anything out of the ordinary and found nothing. I've grabbed the latest release and I'm going to try to do an upgrade.

Can you tell me if there from 1.5.1 to 1.6.2 which is what I'm about to install, if there are any db changes? I was going to do a compare on the sql install files, as I didn't see an upgrade file. There maybe no changes there, but wanted to make sure before I proceed.

This is just the absolute strangest thing I've ever seen. If you put in a bad password it will error out as it should...leave it blank and zoom you're in the customer's account, as long as you know the email address they used to create their account with.

Go figure...leave it to me when I have a thousand other tasks at hand to have something so strange to deal with...LOL Guess it's the luck of the draw.

24 Jan 2010, 3:51 AM
#673
greenhat avatar

greenhat

Zen Follower

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

Re: Fast and Easy Checkout

rwoody:

Exactly. What I've done is made a duplicate of my site, so as not to disturb the production site. I've used Beyond Compare and been going through files looking for anything out of the ordinary and found nothing. I've grabbed the latest release and I'm going to try to do an upgrade.

hmm.. but, did you try to completely uninstall the plugin? i mean.. just go through and delete each file one by one as well as undo all the SQL insertions and changes.

rwoody:

Can you tell me if there from 1.5.1 to 1.6.2 which is what I'm about to install, if there are any db changes? I was going to do a compare on the sql install files, as I didn't see an upgrade file. There maybe no changes there, but wanted to make sure before I proceed.

no idea.. try to compare the sql install files as you suggested.

rwoody:

This is just the absolute strangest thing I've ever seen. If you put in a bad password it will error out as it should...leave it blank and zoom you're in the customer's account, as long as you know the email address they used to create their account with.

Go figure...leave it to me when I have a thousand other tasks at hand to have something so strange to deal with...LOL Guess it's the luck of the draw.

i have a sneaky suspicious that this may have something to do with the "Master Password" feature.. Admin -> Config -> FEC Config -> Master Password..
This feature is a bit unclear because it can either be true or false.. but there is no field where to set this password. check if you have it turned on ("true").. maybe it's on and set as blank somewhere. just an idea..

good luck

24 Jan 2010, 4:03 AM
#674
greenhat avatar

greenhat

Zen Follower

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

Re: Fast and Easy Checkout

just looked into it.. it looks like if the Master Password is set to true, you can login to any account with your admin password.. so , if your admin password is blank (which is highly unlikely, but double check) , you will get the behavior you're describing.

24 Jan 2010, 4:10 AM
#675
rwoody avatar

rwoody

Totally Zenned

Join Date:
Aug 2004
Location:
Fountain Hills, AZ
Posts:
476
Plugin Contributions:
0

Re: Fast and Easy Checkout

greenhat:

just looked into it.. it looks like if the Master Password is set to true, you can login to any account with your admin password.. so , if your admin password is blank (which is highly unlikely, but double check) , you will get the behavior you're describing.

I could kiss you!!!!!!!!! My customer was in there poking around and did just that!!! He cleared out the password and voilla! I have spent hours looking for this...LOL I never even thought of that.

Thank you sooooooooo much!!! :clap:

24 Jan 2010, 4:57 PM
#676
greenhat avatar

greenhat

Zen Follower

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

Re: Fast and Easy Checkout

rwoody:

I could kiss you!!!!!!!!! My customer was in there poking around and did just that!!! He cleared out the password and voilla! I have spent hours looking for this...LOL I never even thought of that.

Thank you sooooooooo much!!! :clap:
:) glad i could help.

24 Jan 2010, 6:53 PM
#677
taz79 avatar

taz79

New Zenner

Join Date:
Mar 2008
Location:
Sweden
Posts:
14
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hello! I just ran into problems with this add-on. Hope there is a kind soul that maybe could spend a few minutes trying to help me? :)

I just tried to install this add-on.. Everything went fine until I later came to the sql question text file to run...

When i ran it i got the following output:

1364 Field 'query_keys_list' doesn't have a default value
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.

I'm not an expert to this.. But I guess a "field name" from another add-on is already in the database and the SQL script from this plugin (Fast and Easy Checkout) did not have this adoption to the insert into string? ..

Is there a way to fix this?

Also. When I ran this.. Is this change inside my database now or did it never execute because of the error?

29 Jan 2010, 12:25 AM
#678
bigjon1982 avatar

bigjon1982

New Zenner

Join Date:
Aug 2009
Posts:
25
Plugin Contributions:
0

Re: Fast and Easy Checkout

Under my who's online I am getting /javascript_check.php?zenid=

Anyone knows if this is a issue or if we got a fix?

29 Jan 2010, 12:42 AM
#679
greenhat avatar

greenhat

Zen Follower

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

Re: Fast and Easy Checkout

bigjon1982:

Under my who's online I am getting /javascript_check.php?zenid=

Anyone knows if this is a issue or if we got a fix?

i noticed this also.. i cant figure out when exactly this is happening, as it does not happen on every page.. but i do see a lot of users with that link.

31 Jan 2010, 3:02 PM
#680
poosk avatar

poosk

Totally Zenned

Join Date:
Mar 2005
Location:
Helsinki
Posts:
477
Plugin Contributions:
0

Re: Fast and Easy Checkout

barco57:

On a cart that I have installed this has a bit of a problem with the cowoa part. The products are downloadable, and when I get to the checkout success page where the download button is displayed, clicking on the download button sends me to the "whoops, your session has expired" and you don't get the download. Any help would be appreciated.

I'm getting session expired every time I try to checkout! Any ideas how to fix it?