Re: Fast and Easy Checkout
Hi,
I have installed this mod and I like it, but I can not make it working.
Infact, when in admin I activate Easy Sign Up and Login setting to true line, I can not enter my customer account with my email and password.
If I set Easy Sign Up and Login to false, I then can enter my customer account without problems.
After having translated alla the defines, I found this problem.
The most important function can not be used!
Please help.
Thanks
enzo
P.S. What is it the master password?
Re: Fast and Easy Checkout
Hi, I'm getting an error when I click "Change address":
Warning: ini_set() has been disabled for security reasons in fec_change_new_address.php on line 3
I guess I could enable ini_set, but it seems that is important for security. Any way I can make FEC not need that feature to work?
Re: Fast and Easy Checkout
Quote:
Originally Posted by
jackie.taferner
Warning: ini_set() has been disabled for security reasons in fec_change_new_address.php on line 3
That's not an error, it's a warning.
Whether or not it's a problem depends on what the ini_set call is doing and how essential it is.
You don't say whether the warning is displayed on a page, or just in your logs. If it's on a page that's not good, but if the call isn't essential putting an "@" in front of it "@ini_set" will stop it being output.
The security issue is primarily on shared servers where a host may disable it to prevent users running scripts that change php settings in order to create vulnerabilities.
However, since you say that you could enable it, this suggests that you're managing the server, which would somewhat mitigate the risk.
Re: Fast and Easy Checkout
kuroi, thanks for the explanation!
It is appearing on the page, not just the logs. But the functionality is fine, and adding @ did the trick for getting rid of the message.
Re: Fast and Easy Checkout
Im using zencart 1.3.8 and downloaded fast easy checkout 1.8.0 as its suitable for my version of zencart.
I have a couple of problems with shipping address.
1). If you fill in shipping address in the create account section it isnt saved.
2). The state dropdwon refuses to be a dropdown box
3). when filling in shipping address on the confrim order page, you are given a text field not a drop down. It the errors and says to use a drop down box, you are then presented with a drop down box.
I have tried the latest version from the Numinix website but it didnt work at all. I guess this is because its for a later version of zencart.
Any help or pointer to the right files to mend this would be helpful.
Thanks
Re: Fast and Easy Checkout
Quote:
Originally Posted by
caios
Im using zencart 1.3.8
Why? This is an out-of-date version of Zen Cart and is no longer supported.
Adding a complex mod such as this will make it harder to upgrade, so a much better plan would be to bring your site up-to-date, and then add this mod, which may well deal with the problems you've been having.
Re: Fast and Easy Checkout
Quote:
Originally Posted by
kuroi
Why? This is an out-of-date version of Zen Cart and is no longer supported.
Adding a complex mod such as this will make it harder to upgrade, so a much better plan would be to bring your site up-to-date, and then add this mod, which may well deal with the problems you've been having.
I would upgrade but the site has been up and running a while with some changes made. A lot by a previous developer so Im not sure whats been changed and what hasnt.
Just looking into what changes there are between 1.3.8 and 1.3.9 now.
Re: Fast and Easy Checkout
Quote:
Originally Posted by
caios
Im using zencart 1.3.8 and downloaded fast easy checkout 1.8.0 as its suitable for my version of zencart.
I have a couple of problems with shipping address.
1). If you fill in shipping address in the create account section it isnt saved.
2). The state dropdwon refuses to be a dropdown box
3). when filling in shipping address on the confrim order page, you are given a text field not a drop down. It the errors and says to use a drop down box, you are then presented with a drop down box.
I have tried the latest version from the Numinix website but it didnt work at all. I guess this is because its for a later version of zencart.
Any help or pointer to the right files to mend this would be helpful.
Thanks
Well problem one was solved as I had an overide file for modules/CUSTOM/create-account. This also allowed a dropdown for state on the create account page.
Only have a problem with the address change pop up not having a state dropdown box. Im sure its something in tpl_modules_fec_change_checkout_new_address.php
so looking into that now. Any pointers?
Re: Fast and Easy Checkout
Quote:
Originally Posted by
caios
Well problem one was solved as I had an overide file for modules/CUSTOM/create-account. This also allowed a dropdown for state on the create account page.
Only have a problem with the address change pop up not having a state dropdown box. Im sure its something in tpl_modules_fec_change_checkout_new_address.php
so looking into that now. Any pointers?
Well I fixed it by changing tpl_checkout_stacked.php to get rid of using the fancy facebox address change.
Doesnt flow aswell this way but all functionality is there
Re: Fast and Easy Checkout
Is this add-on overriding the email_template_checkout.html??