Re: Fast and Easy Checkout for Zen Cart
I'm going to have to do a compare - FEC combined with Google checkout killed my login page. I've update this so many times... it's getting totally frustrating. I have FEC - Super Orders now they want Google - they all touch the same files and even using beyond compare something is broken. :frusty:
I wish there was someone out there that had this working together that could share their superorders.php and their login with me so I could see what the heck is out of whack.
Ruth
Re: Fast and Easy Checkout for Zen Cart
im having a same problem, after I click continue checkout on the billing information page I get a BLANK screen. i'm using 1.6.2. im gettin pisssssedddddd:censored:
Re: Fast and Easy Checkout for Zen Cart
I believe FEC 1.6.2 comes patched for Google checkout and (I think) super orders.
You have to install GC and SO BEFORE installing FEC so FEC overlays the properly patched files.
Re: Fast and Easy Checkout for Zen Cart
i dont use google checkout, and i dont have super orders. sooo.... what could be causing the blank screen error on checkout/checkout NULL page. :frusty:
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
sunhunter3
i dont use google checkout, and i dont have super orders. sooo.... what could be causing the blank screen error on checkout/checkout NULL page. :frusty:
Please turn on strict error reporting and report the "fatal error"
Re: Fast and Easy Checkout for Zen Cart
I just had a discussion with a client about building FEC / COWOA into a new site and we went over some of the pros-n-cons of it and one of the issues was that returning customers would have to type their address in over again vs using a password.
My response was that a customer would be much more likely to remember their own address rather than a password they were forced to make up last visit.
After some more discussion it was decided to add a "remember me" button to the code and store it in a cookie so next time all would be pre-filled in for the returning customer. (even less cruft in checkout!)
Of course the normal warnings about not opting to remember on a public computer apply, but the customer demographic in this case indicates few if any would use a public appliance to order anyway.
Am just fishing for any thoughts on this solution before I get around to coding it out. Any one see any potential gotchas or anything?
Thanks!
PS: Unless Numinix snaps up the idea and does it himself in a future release, I'll post a update to FEC 1.6.2 to add the remember-me function.
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
numinix
Please turn on strict error reporting and report the "fatal error"
I am getting blank screen after I modified includes/classes/order_total.php: to match file that comes with FEC edit.
Is there a fix?
Re: Fast and Easy Checkout for Zen Cart
Something must be wrong with. I've installed the latest version of FEC downloaded from numinix site directly, but no matter what combination I check in the admin area I don't see any major difference in the checkout pages. Am I missing something? is there a special combination of buttons I have to select in the admin area for the split page to work?
Thanks for any help.
Re: Fast and Easy Checkout for Zen Cart
I think there's a bug in v.1.6.2, as I'm having the same problem. (Happy to see it isn't just me.)
I started a thread in the Numinix forum about the problem.
When you overwrite the includes/classes/observers/class.fec.php with the file from v. 1.4.6, it seems to work, but I assume that file was changed for a reason, so ...
I'm waiting for Numinix to get back to us here and/or their forum with a fix.
Re: Fast and Easy Checkout for Zen Cart
And here I was thinking I installed it wrong, glad to hear too someone else is having the same issue.
I've done some testings and the problem seems to be the shopping cart is calling the wrong checkout file. Instead of calling the checkout_default.php file to process the order is calling the checkout_shipping.php
Another thing, the google checkout selection is not displayed under payment options on checkout_default.php. I still have to check that one out.