Re: Fast and Easy Checkout for Zen Cart
Upon error in account creation form (e.g. missing one of the required fields), the fields that were already filled do not retain their values.
Instead, the (correct) error messages are displayed, but all fields in the form are blanked.
This happens when 'Easy Sign-Up and Login' is enabled and looks like a bug, since before applying FEC, this problem did not exist.
Have you encountered this problem before? Is there a solution or workaround for it?
I would hate to dump FEC just because of this bug...
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
scatzc
This happens when 'Easy Sign-Up and Login' is enabled...
I just tried this with Easy Sign-Up and Login' disabled and problem is even worse: The correct error messages are still being displayed but FEC doesn't remain in the same sign-up form page.
Instead, it returns to the "Login In or Register" page, where you need to click a button to get to the sign-up form page.
This may actually be a good hint as to where the problem lies.
Again, if you have an idea how to troubleshoot this, it would be much appreciated.
Thanks.
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
scatzc
I just tried this with Easy Sign-Up and Login' disabled and problem is even worse: The correct error messages are still being displayed but FEC doesn't remain in the same sign-up form page.
Instead, it returns to the "Login In or Register" page, where you need to click a button to get to the sign-up form page.
This may actually be a good hint as to where the problem lies.
Again, if you have an idea how to troubleshoot this, it would be much appreciated.
Thanks.
Have you also tried posting your questions/issues on Numinix's forum as well????
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
DivaVocals
Have you also tried posting your questions/issues on Numinix's forum as well????
@DivaVocals thanks to your previous advice I posted it here (yesterday):
http://www.numinix.com/forum/viewtop...tart=855#p4132
Should I be looking at includes/modules/YOUR_TEMPLATE/create_account.php ?
Have you encountered this problem? or am I the only one experiencing it?
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
scatzc
@DivaVocals thanks to your previous advice I posted it here (yesterday):
http://www.numinix.com/forum/viewtop...tart=855#p4132
Should I be looking at
includes/modules/YOUR_TEMPLATE/create_account.php ?
Have you encountered this problem? or am I the only one experiencing it?
I've not had any issues with this module at all and even have it working with Super Orders.. Asking Numinix for help is the best option for your issues at this point IMO..
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
DivaVocals
I've not had any issues with this module
Are you using FEC 1.8.1?
I just posted an update on Numinix's forum:
http://www.numinix.com/forum/viewtop...4&p=4133#p4133
There seems to be an extra line that's responsible for this.
I am surprised that you haven't had any issues with this. Did you test this particular function? What happens when a customer forgets to fill a required filled?
Re: Fast and Easy Checkout for Zen Cart
Now that I solved the form validation problem (or did I? :unsure:) I encountered another problem introduced by FEC 1.8.1: Now with every order completed, I receive a "Warning: Low Stock" email - for downloadable products!
This, of course, doesn't happen when FEC is disabled, otherwise I wouldn't have posted this problem in this thread.
If you have an idea why would FEC introduce this kind of problem, that would be appreciated.
Re: Fast and Easy Checkout for Zen Cart
Hi,
I'm installing the FEC 1.8.1 module for the first time and have encountered the following issue:
When I copy & paste the install.sql I come up with the error,
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.
What does this mean? and how do I rectify it?
Many Thanks.
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
scatzc
I encountered another problem introduced by FEC 1.8.1: Now with every order completed, I receive a "Warning: Low Stock" email - for downloadable products!
I have a feeling that I am going to solve this bug myself, too. So here is a hint to myself:
Line 985 in includes/classes/order.php:
PHP Code:
if ($this->email_low_stock != '' and SEND_LOWSTOCK_EMAIL=='1') {
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
pcnovice
When I copy & paste the install.sql I come up with the error,
[COLOR="Red"]1062 Duplicate entry 'Permanent Account Holders Only' for key 2
in:
How many times did you copy & paste the install.sql? Did you have other add-on installed previously or this is the plain vanilla Zen-Cart?
I am a newbie to FEC and I can tell you that despite having quite a few add-ons installed on top of my Zen-Cart (a very delicate process...), I didn't encounter the problem you described. Both SQL patches (for css_javascirpt_loader and FEC itself) when very smoothly.