-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
ksookma
Numinex,
Im hoping that you can help me with a problem I have been recently experiencing with your mod. We have used your mod for about 1-2 months now and its worked fine up to a few weeks ago. For some reason when you select something for the checkout screen like a different shipping charge the prices do not update and reflect the changes.
I figure out that it was a problem with the onclick not working; I have been trying to hunt down the JS problem but just cannot find it. I am hoping that someone here has experienced something like and can help. We had resorted to removing the one page checkout at one point but have re-added it back to the website.
Any help would be greatly appreciated.:frusty:
www.ribbonsbaskets.com
Zen - 1.3.8
Quote:
Originally Posted by
ksookma
It appears that Numinex has a more frequented forum on his site... numinix.com
Thank you for pointing this out :).
The issue this individual was having is that his/her Zen Cart does not load JS and CSS on a per page basis and thus all of the JS files were not loaded. So, selecting a new shipping method did not cause the page to reload.
-
Re: Fast and Easy Checkout for Zen Cart
I've released a new version called Fast and Easy Ajax Checkout that some stores may be interested in. It is being kept separately from FEC as the files are completely different.
-
Re: Fast and Easy Checkout for Zen Cart
Hi, I have some questions about the FEC mod. Tried to post to the Numinix forum, but that seems unavailable at the moment.
ZC 1.3.8a + current security patches.
FEC 1.6.1
Gift Wrap mod (most current)
No other mods.
ZC certified hosting
Symptom:
When the gift wrap options are displayed, the total isn't updated when an item is selected for giftwrap. Continuing checkout from this point doesn't add the gift wrap charge to the total.
The shipping (before any shipping method is selected) shows an incorrect value. In my case, the most expensive international option offered even if its a domestic address.
If a shipping method is chosen, the gift wrap charge is added to the total, but the gift wrap option box is cleared.
Some reading back through this finds some other mention of these issues, but no solution.
Two questions. Is there a known fix for this behavior?
and Does anyone know if these problems have been fixed in the non-free (ajax) version of FEC?
Thank you for any info.
-
Re: Fast and Easy Checkout for Zen Cart
I had a few rounds of emails with the author of this mod and he fixed both issues (shipping and giftwrap) and posted a new release on his website (1.6.2 as of last night).
The fixes were also incorporated into the Ajax version as well.
Cheers to Numinix! Was really cool and frood of him to stop whatever and follow up on and fix this.
BTW, I've been fiddling with some flavor of FEC and COWA for the past few months and hands down, this has made the biggest improvement in conversions. For some clients, better than 60% improvement.
Thanks Numinix!
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
kiddo
I had a few rounds of emails with the author of this mod and he fixed both issues (shipping and giftwrap) and posted a new release on his website (1.6.2 as of last night).
The fixes were also incorporated into the Ajax version as well.
Cheers to Numinix! Was really cool and frood of him to stop whatever and follow up on and fix this.
BTW, I've been fiddling with some flavor of FEC and COWA for the past few months and hands down, this has made the biggest improvement in conversions. For some clients, better than 60% improvement.
Thanks Numinix!
Your welcome. Hopefully many other users will see the benefits of not only FEC but the addition of AJAX in the FEAC module.
-
Paypal Express Problems
Hi Numinix,
I was hoping you could help with a couple of problems which are occurring with Paypal Express. I'm not 100% that they are related to this mod, but it appears that they are.
I'm in the UK so using the UK version of PP Express.
First problem is that when you complete a Paypal Express Payment you end up back at the checkout page but with a red warning at the top which says "please tick the box to agree to the terms and conditions" (or something to those words). It's as if it has tried to bypass this page but zen cart hasn't let is as th terms have not been agreed to.
Second problem is on the same page - most of my customers are in the UK, and in my tests I have made sure that United Kingdom is in the address line in Paypal when I've been paying, but the country is being turned to United States.
Any ideas?
FEC Settings are as follows:
Code:
Fast and Easy Checkout true
One Page Checkout true
Checkout Confirmation Alternate Text Your order is being processed, please wait...
Display Checkout in Split Column true
Activate Drop Down List false
Gift Wrapping Module Switch false
Activate Gift Message Field false
Drop Down List Options Option 1,Option 2,Option 3,Option 4,Option 5
Activate Checkbox Field false
Easy Sign-Up and Login true
Display Order Total false
Display Confidence Box true
COWOA Position top
Confirm Email true
Shipping Address false
Copy Billing false
Master Password false
Checkout Without Account false
Checkout Without Account Only false
Hide Email Options For No Account true
Automatic LogOff for No Account true
-
Re: Fast and Easy Checkout for Zen Cart
Hi Numinex, install goes great until I copy and paste the entire install.sql in and hit send. I get the following error:
1062 Duplicate entry 'Permanent Account Holders Only' for key 'query_name'
in:
[INSERT INTO zen_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.
Any idea on what that is? Has anyone else experienced this problem?
Thanks in advance for your help!
-
Re: Fast and Easy Checkout for Zen Cart
Hello does, V 1.5.1 fix the issue with Gift certificates being purchase and not queued?
not entirely what version we have installed, as it was installed before i arrived.
but within the header file it says:
PHP Code:
* @version $Id: header_php.php 4 2008-07-17 02:59:00Z numinix $
but if it does fix this issue is it a complicated upgrade procedure?
regards
Andy.
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Throwdown
Hi Numinex, install goes great until I copy and paste the entire install.sql in and hit send. I get the following error:
1062 Duplicate entry 'Permanent Account Holders Only' for key 'query_name'
in:
[INSERT INTO zen_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.
Any idea on what that is? Has anyone else experienced this problem?
Thanks in advance for your help!
If you have the standalone version of COWOA installed, you will need to remove the first 4 or so lines from the top of the SQL file that create the columns for COWOA.
-
Re: Fast and Easy Checkout for Zen Cart
Hello all,
does anyone know the anwser to my question above ^.
Andy.
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
numinix
If you have the standalone version of COWOA installed, you will need to remove the first 4 or so lines from the top of the SQL file that create the columns for COWOA.
Thanks Numinix, that worked. FYI for anyone receiving that message, I removed the top 6 lines or so that were broken off by a line break.
Still don't see anything on my checkout screen though, is there any other steps I need to take to "turn it on"? I don't think that I have to do anything additional based on the instructions for the latest version...
Thanks again - I know I'm a big noob at this.
-
Re: Fast and Easy Checkout for Zen Cart
Still had no response to my query!?!?!
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Andy_GS
Still had no response to my query!?!?!
I'm not sure if it does, but there is a newer version than 1.5.2. If you look on numinix website, you can get the latest and greatest there. The version he has there is 1.6.2. You can see if this on fixes your problem.
-
Re: Fast and Easy Checkout for Zen Cart
I'm trying to add Google Checkout - and I currently have Super Orders and FEC installed and working. I'm at a loss as to how to get Google Checkout installed as the file provided alter admin/orders.php which is not being used (super_orders.php instead).
I've looked at the two files and I really am at a loss on how to properly merge the changes to get this installed. I've posted asking who has all three working - but I've not received a direct response as of yet.
I really need to figure this out - any help would be much appreciated.
Ruth
-
Re: Fast and Easy Checkout for Zen Cart
Use a comparison tool (I like Beyond Compare) to see the differences between the two orders.php files first. That way you'll know exactly what's inserted first. Then look at orders vs. super orders for the logical place.
By the way, I'm now looking to jump up to FEAC. It looks pretty sweet! I use super orders and fec but not google checkout.
-
Re: Fast and Easy Checkout for Zen Cart
the draw back is it does not work with Ultimate SEO... anyone has a solution?
-
Re: Fast and Easy Checkout for Zen Cart
*scratches head confused*
Okay so I've installed this add on... and all seems to work fine (nice little list of things to fill out, no pages of nonsense needed any more)
but once I fill it out and click continue...nothing happens?
No payment method or something like that...It just reloads the cowoa page...
Does anybody know what is happening here?
Link to site is http://www.ad-mineraal.nl/skullshop
For testing purposes when ordering please add Capital Letters TEST in first and last name fields.
With kind regards,
Juliet van Ree
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
numinix
Use 1.6.0 and perform a file merge.
I just updated FEC to 1.51 as that is what is available in the contributions section of the Zen-Cart site - where would one find the 1.60 version (sure wish I had known there was a newer version two weeks ago):frusty:
Thanks
Ruth
-
Re: Fast and Easy Checkout for Zen Cart
1.6.2 is HERE but, seriously, look at FEAC while you're on that site. (No, I'm not being compensated. It just looks that awesome. I'll be switching to it shortly).
-
Re: Fast and Easy Checkout for Zen Cart
Easy question I hope. The refresh button on the Discount Coupon appears to be displayed by
Code:
<div class="refreshButton"><input type="button" value="Refresh" onclick="updateForm()" /></div>
in tpl_checkout_stacked
What should I replace that line with to use an image instead of css for the button?
-
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.
-
Re: Fast and Easy Checkout for Zen Cart
I am using Fast and Easy checkout version 1.28.
I looked into updating because I had a redirect loop error that repeated over 3000 times in my logs.
As far as I can figure the customer was trying to confirm the order without entering any data in the credit card field.
I cannot replicate this error.
I thought maybe updating the FEC would be adviseable, but there have been several alterations since version 1.28.
I am reluctant to have to attempt merging all of the changes, as the files also affect some of my other add ons.
Do you think the redirect loop is related to FEC? If so, are there any specific changes I can make to correct this redirect loop in the future?
Thanks
-
Re: Fast and Easy Checkout for Zen Cart
I have moved my question to the numinix site, I will be looking there for the reply. Sorry, I probably should have posted there first. Please ignore this post, I know you are busy. Thanks
-
Re: Fast and Easy Checkout for Zen Cart
To reply to my own post #629, the bug was in my brain. I guess I've fallen in to the (bad) habit of just dragging and dropping the admin and includes folders when installing mods, and I didn't even see the javascript_check.php file that needs to go in the root folder.
Works fine now. Great mod.
-
Re: Fast and Easy Checkout for Zen Cart
Hi!
I'm a complete newbie but I love fast and easy checkout mod. We've been using it since day one and it's really working great.
We want to use the drop down list option to let the customers chose the prefered delivery time. It appears correctly in the checkout but it does not appear elsewere, especially in the order or in the packing slip. The problem is, and this might be the silliest question ever asked about this mod, how can I manage to show this info in the order and in the packing slip.
I hope this quetion is not answered yet, i've been looking around and nothing came up. I'm sorry...
thanks for the great mod and for the help
alex
-
Re: Fast and Easy Checkout for Zen Cart
Hey folks, I have a question..
I have both google checkout and Ultimate SEO loaded on my site. Can anyone give me some insight into how I can load FEC and activate COWOA?
Any help will be great..
I dont want to start loading this and run into issues....
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
alex001bbb
Hi!
I'm a complete newbie but I love fast and easy checkout mod. We've been using it since day one and it's really working great.
We want to use the drop down list option to let the customers chose the prefered delivery time. It appears correctly in the checkout but it does not appear elsewere, especially in the order or in the packing slip. The problem is, and this might be the silliest question ever asked about this mod, how can I manage to show this info in the order and in the packing slip.
I hope this quetion is not answered yet, i've been looking around and nothing came up. I'm sorry...
thanks for the great mod and for the help
alex
http://numinix.com/forum/viewtopic.p...4&p=2964#p2962
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
wagnerguy
Hey folks, I have a question..
I have both google checkout and Ultimate SEO loaded on my site. Can anyone give me some insight into how I can load FEC and activate COWOA?
Any help will be great..
I dont want to start loading this and run into issues....
I remember having the same issue before, here is my post on it
http://www.zen-cart.com/forum/showth...=76430&page=13
it was a different mod, but it answered my question
-
Re: Fast and Easy Checkout for Zen Cart
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
-
Re: Fast and Easy Checkout for Zen Cart
Guys I have a small problem .. I got fec installed by a developer but he is unable to rectify this for me ..
Whenever i enter diffrent billing and shipping addresses in the signup page..or checkout without account page .. the shipping address is lost .. the billing address reflects as shipping as well as billing .
Could somebody help me out ..please?
-
Re: Fast and Easy Checkout for Zen Cart
I have Zencart 1.3.8a. Been using this mod for almost a year. I had a customer give me information that they get confused...his reply is:
"It was a bit confusing when i reached this page : https://www.burnerbooks.com/index.ph...c_confirmation
and after 10 seconds the paypal page was shown for me to login."
Does anyone else have this problem with hangup at fec_confirmation page?
Thanks, Kim
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
kburner
I have Zencart 1.3.8a. Been using this mod for almost a year. I had a customer give me information that they get confused...his reply is:
"It was a bit confusing when i reached this page :
https://www.burnerbooks.com/index.ph...c_confirmation
and after 10 seconds the paypal page was shown for me to login."
Does anyone else have this problem with hangup at fec_confirmation page?
Thanks, Kim
This page will just show a processing message and immediately redirect to PayPal. The screen may take a while to change because of the slow loading time of the PayPal website.
-
Re: Fast and Easy Checkout for Zen Cart
I really like the look of the new screen. However, when I increased my page width to 1024 to accommodate the two column setup, I started confusing customers - I've got a demographic that is likely using their facilities' computers, and I'm guessing that a lot of them are at 800x600 resolution.
I'm trying to figure out how to lose the sideboxes I've got on the left for the checkout pages, and I'm lost - Which file do I add the code that I see from the installation help to? Tried altering a couple of what seemed to be the logical suspects, with no results.
website is www.woundcareconference.com
-
Re: Fast and Easy Checkout for Zen Cart
Well, it isn't fixed... but it's somewhat working... Cut the thing down to "just allow cowoa" and I don't have all the crud overlapping on the page ...
Thing is, the first customer data entry page still looks a little funky - I've tried setting the thing for both one column and two columns, and it doesn't change - and all that is in the second column is the birthdate...
And is there any way to completely eliminate "shipping" from the next page? That isn't an issue with us...
I need a hammer...
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
bogie
Well, it isn't fixed... but it's somewhat working... Cut the thing down to "just allow cowoa" and I don't have all the crud overlapping on the page ...
Thing is, the first customer data entry page still looks a little funky - I've tried setting the thing for both one column and two columns, and it doesn't change - and all that is in the second column is the birthdate...
And is there any way to completely eliminate "shipping" from the next page? That isn't an issue with us...
I need a hammer...
You can disable left and right columns in Zen Cart by editing includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php.
Because this module effects the template, it is often a good idea to have someone experienced with PHP, CSS, and HTML perform the installation.
-
Re: Fast and Easy Checkout for Zen Cart
Hello there,
Is there any way for the discount coupon to be full width and below the shopping cart contents instead of them side by side. I have "Display Checkout in Split Column" set to true but I only want that for the shipping and payment method. Everything else full width like the "Shipping Comments".
Any help would be much appreciated!
Thanks...
-
Re: Fast and Easy Checkout for Zen Cart
well with FEC installed, the jscript/jscript_check.php report an access error on IE status bar when i enter a url without www, in my config file the url was set to www.domain.com...
the codes
function getFile(pURL) {
if (window.XMLHttpRequest) { // code for Mozilla, Safari, etc
xmlhttp=new XMLHttpRequest();
xmlhttp.open("GET", pURL, true); // leave true for Gecko ============== this is the line prompt error
xmlhttp.send(null);
} else if (window.ActiveXObject) { //IE
xmlhttp=new ActiveXObject('Microsoft.XMLHTTP');
if (xmlhttp) {
xmlhttp.open('GET', pURL, false);
xmlhttp.send();
}
}
}
-
Re: Fast and Easy Checkout for Zen Cart
Hi,
I installed fast and easy checkout in zen cart. my hosting is hostgator.com. When I fill up and submit the no account form it returns to the same page. Could you pls tell me where is the problem?
Thanking you.
Subir
-
Re: Fast and Easy Checkout for Zen Cart
With the Zone Rates for shipping, and FEC installed it is showing the shipping rate for the wrong zone, and also says "Zone Rates (Shipping to ):" and the country is missing. It will display the correct zone and rate if I do "change shipping address" and enter the same address. What's going on, and how can I get this to work?
I have seen others with this same problem, but can't find the answer! Please help
-
Re: Fast and Easy Checkout for Zen Cart
Hi,
I installed fast and easy checkout. But it is not getting the checkout shipping page. Just it redirects to checkout payment stating action=null. Could any body pls help me how to solve this.
Thanks
-
Re: Fast and Easy Checkout for Zen Cart
Hi,
My fast and easy check out is not getting order total. Could anybody help me pls what the problem is?
Thanks
Subir
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
zilla
Hi
I've installed this mod this afternoon, looks great... but am having the same problem as above.
The shipping rate seems to be using my rate for australia, not the customer's address. if you click on the correct shipping rate on the form, the cart total refreshes and is correct. The zone rates all seem to be working ok in shipping estimator though.
Sub-Total: £135.00Sub-Total:
Shipping Options (Shipping to ): £79.00
Total: £214.00
Has this zone rate issue been resolved? I'm having the same problem with zen v. 1.3.8 and the most recent version of FEC installed. This is a huge problem. Please help!
-
Re: Fast and Easy Checkout for Zen Cart
I tried to install the fast and easy checkout together with the multisite_module_0-4-2.
Now I do get a blank page. With the strict-error-reporting I do get:
Quote:
Notice: Constant SITE_NAME already defined in /home/httpd/vhosts/domain.com/httpdocs/includes/config_sites/sites_switch.php on line 14
Notice: Constant HTTP_SERVER already defined in /home/httpd/vhosts/domain.com/httpdocs/includes/config_sites/sites_switch.php on line 17
Notice: Constant HTTPS_SERVER already defined in /home/httpd/vhosts/domain.com/httpdocs/includes/config_sites/sites_switch.php on line 18
Notice: Constant CATEGORIES_ROOT already defined in /home/httpd/vhosts/domain.com/httpdocs/includes/config_sites/sites_switch.php on line 21
Notice: Constant HTTP_SERVER already defined in /home/httpd/vhosts/domain.com/httpdocs/includes/configure.php on line 21
Notice: Constant HTTPS_SERVER already defined in /home/httpd/vhosts/domain.com/httpdocs/includes/configure.php on line 22
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/httpd/vhosts/domain.com/httpdocs/includes/config_sites/sites_switch.php:14) in /home/httpd/vhosts/domain.com/httpdocs/includes/functions/sessions.php on line 108
Fatal error: Class 'FECObserver' not found in /home/httpd/vhosts/domain.com/httpdocs/includes/autoload_func.php on line 79
Notice: Object of class queryFactoryResult could not be converted to int in Unknown on line 0
Any hints where this mod likes to set Constant SITE_NAME again? Or other hints?
-
Re: Fast and Easy Checkout for Zen Cart
:oops: didn't upload includes/classes/observers/ with its content.
-
Re: Fast and Easy Checkout for Zen Cart
Ive just installed Fast and Easy Checkout on 1.3.8 Zencart ....
Everything appears to work ok except this.
I have myself set up as a customer and I found that I couldnt login as a returning customer and get the message :-
Error: Sorry, there is no match for that email address and/or password.
So I think that maybe Ive forgotten the password (even though Im sure its right), so I click on "forgotten password" and it says at the top of the screen that its emailed the forgotten password. But Ive tried over and over again and I never actually receive the email (Ive had the same email address for at least 10 years).
Next step - I create a new account using a different email adddress and its ok with me being a returning customer and also sends the forgotten password email.
To prepare myself for returning customers that may not be able to login - I noticed that there is a master password option in fast and easy checkout and set this to "true".
But I cant see where to set the master password.
-
Re: Fast and Easy Checkout for Zen Cart
Numinix,
I wasn't getting the option to activate the module after installing the latest version of your fast and easy check out.
I used the uninstall sql file to remove the module, then re-uploaded the files and used the install sql file once again.
Now I have this problem:
1062 Duplicate entry 'Permanent Account Holders Only' for key 2
[INSERT INTO zen_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.
Where am I supposed to be able to activate the FEC module, or is it supposed to do that automatically when I use the install.sql file, because it didn't work when I first tried it.
Thanks
-
Re: Fast and Easy Checkout for Zen Cart
I forgot to mention, my first install was done using 1.5.1
After I used the uninstall.sql file, I uploaded the 1.6.2 files, still doesn't work.
-
Re: Fast and Easy Checkout for Zen Cart
Hey guys,
Having an issue with FEC & SagePay right now.
When I use the gift certificate coupon go to Sagepay, it doesn't get discounted!
However, when I turn off FEC and go to SagePay the discount applies!
I've checked the SagePay debugging and the amount is indeed headed to SagePay without the discount (whereas without FEC, the log appears with the discount)
I'm going to try it with another payment method to see if it could be anything else, but that seems to be the general problem right now.
Thanks,
Tom a
-
Re: Fast and Easy Checkout for Zen Cart
EDIT:
Just tried it with PayPal and again the same issue is occurin'.
I'm confused!!
-
Re: Fast and Easy Checkout for Zen Cart
I fixed my problem and fast and easy checkout is enabled, however checkout without login will not show up when activated.
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Lockerroom
I fixed my problem and fast and easy checkout is enabled, however checkout without login will not show up when activated.
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)
-
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:
-
Re: Security Issue w/Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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.
-
Re: Security Issue w/Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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.
-
Re: Security Issue w/Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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.
Quote:
Originally Posted by
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.
Quote:
Originally Posted by
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
-
Re: Fast and Easy Checkout for Zen Cart
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.
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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:
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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.
-
Re: Fast and Easy Checkout for Zen Cart
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:
Code:
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?
-
Re: Fast and Easy Checkout for Zen Cart
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?
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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.
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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?
-
Re: Fast and Easy Checkout for Zen Cart
Do i need to install cowoa plugin to make this work? I cant get anywhere from the no account page.. It just doesn't work
-
Re: Fast and Easy Checkout for Zen Cart
I am running into a problem similar to one mentioned by a couple others. When I add in the order total class edit fix, I get the "whoops, session timed out" message instead of going through the checkout process. I need to implement it, though, because otherwise the shipping price does not update.
The only other ideas I could think of were either to have the page refresh when a payment option was selected, or change the shipping method so one is not selected automatically, but I am not quite sure how to do either of those things.
I am currently using Fast and Easy checkout version 1.5.1
Thanks for any advice/help!
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
longshot27
I am running into a problem similar to one mentioned by a couple others. When I add in the order total class edit fix, I get the "whoops, session timed out" message instead of going through the checkout process. I need to implement it, though, because otherwise the shipping price does not update.
The only other ideas I could think of were either to have the page refresh when a payment option was selected, or change the shipping method so one is not selected automatically, but I am not quite sure how to do either of those things.
I am currently using Fast and Easy checkout version 1.5.1
Thanks for any advice/help!
I am having this problem as well. Thanks!
-
Re: Fast and Easy Checkout for Zen Cart
Actually, I get the session timed out error even if I use the original order total class file and remove the fix. I'm not sure that file is actually the one causing the problem?
-
Re: Fast and Easy Checkout for Zen Cart
OK, this error only seems to occur for me when I try and proceed to checkout with only one item in my cart. If I add more then one item to the cart before going through checkout, everything works. I'm stumped!
-
Re: Fast and Easy Checkout for Zen Cart
Also, I can only add two products to my cart, no matter what options I have set up in the admin. If I add a third item, the second item disappears from the cart.
-
Re: Fast and Easy Checkout for Zen Cart
Shipping has been working great for us except for this weekend, one order got through with this:
Sub-Total: $44.99
f: $0.00
Total: $44.99
I have NO idea where the f: came from. I tried to duplicate this on the site with this customers information again, but I couldn't. Does anyone know what this could be? Obviously, I'm trying to avoid this in the future so it doesn't happen again!
Zen Cart 1.3.8a
Patch: 1::
Fast and Easy Checkout with Ajax
We have some other mod's on but this is the only time this has been affected. We added FECwithAjax about a month ago. No other problems but this one but don't want it repeated ;)
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Lockerroom
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.
Modules don't EDIT files, but they can overwrite them if you copy them over without merging the common files..
IMO, it sounds like he over wrote instead of merging your existing payment forms..
-
Re: Fast and Easy Checkout for Zen Cart
Wanted to cross post this response here too in case it benefits others..
Quote:
Originally Posted by
DivaVocals
I have installed this (
Gift Wrapping) and gotten it all working with Fast & Easy Checkout. :clap:
However I am having issues with Super Orders not displaying the items selected for gift wrap. If the customer has not selected gift wrapping, then I see the message "No gift wrapping selected". Which is exactly what I expect to see.. However, when the customer selects gift wrapping, the super_order.php, super_invoice.php, and super_packinglist.php all show the header "Items to be Gift Wrapped", but none of the selected items are shown. Help! I hope this is something simple..
Quote:
Originally Posted by kennyhoward
Quote:
Originally Posted by DivaVocals
Quote:
Originally Posted by kennyhoward
Hello,
I noticed you had
Fast & Easy checkout working with
Gift Wrapping at checkout. Could you tell me what steps I need to take to get this working?
I'm using zencart 1.3.7.
No steps persay, I simply used Beyond Compare to merge the changes between the files these two modules have in common.. If you don't have Beyond Compare, Winmerge is a free program which does the file comparisons.
Thanks. Would the only files that need to be edited be the template files. I have the mod installed along side
FEC, and
FEC is working. I would assume I would just need to edit the tpl_fec files to get this working. Does that sound right?
Gonna post this answer on the forum so others can benefit from the answer as well.. Hope you don't mind..
I am not at home right now and don't have access to my site backup files.. So I can't say specifically which files need editing to merge these two modules..
However, usually when you are merging two modules you need to look at the files that make up both modules and find any files they have in common. Then you would use a file comparison program (like Beyond Compare or Winmerge) to merge the differences between those files in order to merge the two modules.. In the case of these two modules, if the files in common are the template files, then yes those are the files you need to merge.
HTH..
ETA: I still have the one issue I posted about (see my original post), and if I can free some time tonight I might dig in to see if can figure out how to fix it.. I think what I need to fix it is in the orders.php file.. I should be able to apply that to the Super Orders files.. Just not sure what it is I am looking for yet..:laugh:
-
Re: Fast and Easy Checkout for Zen Cart
Just some comments. FEC 1.6.2 works very well and plays nice with most other modules.
If you are going to use it, install your OTHER mods FIRST. Gift Wrap, Google Checkout etc... Then overlay the FEC code.
IMHO: GC and FEC in COWOA-Only mode makes a nice combination to offer quick CC checkout along with the Google option for folks who prefer that.
-
Re: Fast and Easy Checkout for Zen Cart
another one here with the session timeout... any solutions on this ?
-
Re: Fast and Easy Checkout for Zen Cart
OK, I seemed to temporarily curb the problem, but would like to know the actual way to fix it rather than just circumventing it. The "Whoops, your session has timed out (and the over 2 items, etc. symptoms) seem to be happening when the "Automatic LogOff for No Account" option in the FEC config is set to true. I changed it to false on a leap of faith as it was really the only thing relevant to sessions. Anyhow, it seems to have worked for the time being, but I'm still not totally convinced (I usually get the solutions from the forum, not post them, so you can see how much I trust myself :yes:)
-
Re: Fast and Easy Checkout for Zen Cart
I really advice you to take it easy with this thing.. I've been a zen user for years and know the system quite much inside out but with this I had constant problems which eventually destroyed my store and business... I
-
Re: Fast and Easy Checkout for Zen Cart
Poosk,
If you know zen-cart inside and out, why didn't you back up before installing this 3rd party module? It doesn't sound to me like this module ruined your business, I think it was probably poor planning..
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
litepockets
Poosk,
If you know zen-cart inside and out, why didn't you back up before installing this 3rd party module? It doesn't sound to me like this module ruined your business, I think it was probably poor planning..
:yes: uh huh..
-
Re: Fast and Easy Checkout for Zen Cart
I'm getting the same. I see the that javascript_check.php file is being loaded (by jscript_check.php) on every page. I can remove the call from the jscript_check.php page, so it doesn't automatically load on each page, but I would like to know the reason it's being called as I'm sure the check for javascript being enabled is important somewhere in this mod, just not on every page. Enlightenment anyone?
Quote:
Originally Posted by
greenhat
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.
-
Re: Fast and Easy Checkout for Zen Cart
does it work with PAYPOINT???
-
Re: Fast and Easy Checkout for Zen Cart
Ok, having a problem installing this. Help me out. I tried to install it and it seemed to do nothing. As far as I can tell, all of my files are in the right places and I think I did the sql install thing right, but even if I didn't, I don't seem to be able to reverse it. Whenever I try to reinstall it it gives me this error:
1062 Duplicate entry 'Permanent Account Holders Only' for key 'query_name'
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.
Please help. This is exactly what my clients are looking for in their checkout and I need to get it working.
-
Re: Fast and Easy Checkout for Zen Cart
Hi ,
I am using the order delivery date mod (http://www.zen-cart.com/index.php?ma...roducts_id=976 ) with FEC . I seem to have installed everything correctly but when we select any shipping method etc ..the page reloads to update the totals etc . That time .. the preselected date is lost due to the refresh ..but the order comments etc stay . How do I make sure that the date is posted back to the page ?
Shashank.
-
Re: Fast and Easy Checkout for Zen Cart
Hi, I install 'Fast and Easy Checkout for Zen Cart'
I Install as written in the guide, but the modul dont wok!
In user page geting blanck page!
In admin page geting mesage:
1062 Duplicate entry 'Permanent Account Holders Only' for key 2
in:
[INSERT INTO zen_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.
What means this message?? :blush: