Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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.
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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
Code:
<?php echo zen_draw_input_field('email_address', '', 'size="40" id="login-email-address"'); ?>
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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
Re: Fast and Easy Checkout for Zen Cart
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/showth...778#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!
RE: Security Issue w/Fast and Easy Checkout for Zen Cart
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:
Re: Fast and Easy Checkout for Zen Cart
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.
Re: Fast and Easy Checkout for Zen Cart
I want to see some demo ,so where can i get if?
Re: Fast and Easy Checkout for Zen Cart
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
Re: Fast and Easy Checkout for Zen Cart
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):
Code:
function collect_posts() {
global $db, $currencies, $messageStack;
// if (!$_POST['cot_gv']) $_SESSION['cot_gv'] = '0.00';
if ($_POST['gv_redeem_code']) {
Re: Security Issue w/Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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: