Zen Cart Logo
Forums / All Other Contributions/Addons / Fast and Easy Checkout

Fast and Easy Checkout

Views: 550,605

Results 1,181 to 1,200 of 2,177
31 May 2011, 22:14
#1181
enzo_ita avatar

enzo_ita

Zen Follower

Join Date:
Jul 2009
Posts:
402
Plugin Contributions:
0

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?

03 Jun 2011, 23:52
#1182
jackie_taferner avatar

jackie_taferner

Totally Zenned

Join Date:
Jun 2009
Location:
Orange County, California
Posts:
547
Plugin Contributions:
3

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?

04 Jun 2011, 07:34
#1183
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Fast and Easy Checkout

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.

06 Jun 2011, 16:12
#1184
jackie_taferner avatar

jackie_taferner

Totally Zenned

Join Date:
Jun 2009
Location:
Orange County, California
Posts:
547
Plugin Contributions:
3

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.

09 Jun 2011, 12:06
#1185
caios avatar

caios

New Zenner

Join Date:
Jun 2011
Posts:
10
Plugin Contributions:
0

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

09 Jun 2011, 12:16
#1186
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Fast and Easy Checkout

caios:

Im using zencart 1.3.8Why? 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.

09 Jun 2011, 12:23
#1187
caios avatar

caios

New Zenner

Join Date:
Jun 2011
Posts:
10
Plugin Contributions:
0

Re: Fast and Easy Checkout

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.

09 Jun 2011, 13:22
#1188
caios avatar

caios

New Zenner

Join Date:
Jun 2011
Posts:
10
Plugin Contributions:
0

Re: Fast and Easy Checkout

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?

09 Jun 2011, 15:01
#1189
caios avatar

caios

New Zenner

Join Date:
Jun 2011
Posts:
10
Plugin Contributions:
0

Re: Fast and Easy Checkout

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

10 Jun 2011, 10:01
#1190
soniccc avatar

soniccc

Zen Follower

Join Date:
May 2010
Location:
Cyberspace
Posts:
387
Plugin Contributions:
0

Re: Fast and Easy Checkout

Is this add-on overriding the email_template_checkout.html??

17 Jun 2011, 00:50
#1191
smile avatar

smile

New Zenner

Join Date:
Dec 2004
Posts:
64
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hello All,

ZC 1.3.9H
FEC 1.9.5

On the login page I have "Shipping Address" enabled
as well as "Copy Billing" enabled

In the "Billing Address" section of the login page
if I change the country the State/Province list updates

In the "Shipping Address" section of the login page
if I change the country the State/Province list DOES NOT update.

:frusty:

Any input ?

Ken

17 Jun 2011, 08:01
#1192
jiapien avatar

jiapien

New Zenner

Join Date:
May 2011
Posts:
5
Plugin Contributions:
0

Re: Fast and Easy Checkout

Help please ~~~

I've installed the FEC module for my zen cart (1.3.9h)

Everything working fine until i have modify certain wordings in the zones.php located in language folder.

When i clicked on check out,

the page show blank with the url (index.php?main_page=checkout) instead of the normal (index.php?main_page=checkout&fecaction=null)

Anyone has any idea how to solve this issue?

Many Many Many Thanks

17 Jun 2011, 08:31
#1193
jiapien avatar

jiapien

New Zenner

Join Date:
May 2011
Posts:
5
Plugin Contributions:
0

Re: Fast and Easy Checkout

Solution found.

Use notepad to edit the language file instead of Dreamweaver.

The FEC now recognize Zone.php again

cheers

:)

jiapien:

Help please ~~~

I've installed the FEC module for my zen cart (1.3.9h)

Everything working fine until i have modify certain wordings in the zones.php located in language folder.

When i clicked on check out,

the page show blank with the url (index.php?main_page=checkout) instead of the normal (index.php?main_page=checkout&fecaction=null)

Anyone has any idea how to solve this issue?

Many Many Many Thanks

17 Jun 2011, 22:45
#1194
weljkodj avatar

weljkodj

New Zenner

Join Date:
Oct 2010
Posts:
34
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hello guys,

This is module is working for mebut with some limitations.
COWOA and Easy Sign-Up and Login are not working. Really dont know why...
I have 1.3.9h and the latest version of FEC.
Also I have Simple SEO, which should not be making problems cause it is reported compatible with FEC, and also I tried to turn it off but still cant see any of these two modules.
COWOA:
After adding product to cart I click on checkout but it gives me only two options, register or login.
Easy Sign-Up and Login:
If I activate this one, and click on REGISTER button, it just redirects back to same page where I was, thats why it is turned off in my settings.

Title	Value	Action 
Fast and Easy Checkout	true	 
One Page Checkout	true	 
Checkout Confirmation Alternate Text	...
Display Checkout in Split Column	true	 
Activate Drop Down List	false	 
Gift Wrapping Module Switch	false	 
Activate Gift Message Field	false	 
Activate Checkbox Field	false	 
Easy Sign-Up and Login	false	 
Display Order Total	false	 
Display Confidence Box	false	 
COWOA Position	side	 
Confirm Email	false	 
Shipping Address	true	 
Copy Billing	true	 
Master Password	false	 
Checkout Without Account	true	 
Checkout Without Account Only	false	 
Combine COWOA Accounts	true	 
Hide Email Options For No Account	true	 
Automatic LogOff for No Account	true	 
Free/Virtual Checkout	false	 
19 Jun 2011, 04:24
#1195
sim8729 avatar

sim8729

New Zenner

Join Date:
Nov 2010
Posts:
44
Plugin Contributions:
0

Re: Fast and Easy Checkout

Does anyone know how to change the checkout page heading? This is what shows now.

TABLE_HEADING_BILLING_ADDRESS

ENTRY_COPYBILLINGENTRY_COPYBILLING_TEXT

TABLE_HEADING_SHIPPING_ADDRESS

I would like to remove the under scores and make the words lower case. I would also like to remove the words "TABLE, ENTRY, COPY, TEXT and HEADING"

Thanks

19 Jun 2011, 08:32
#1196
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Fast and Easy Checkout

The appearance of words in that format means that you have a language file missing or corrupted.

19 Jun 2011, 17:17
#1197
sim8729 avatar

sim8729

New Zenner

Join Date:
Nov 2010
Posts:
44
Plugin Contributions:
0

Re: Fast and Easy Checkout

kuroi:

The appearance of words in that format means that you have a language file missing or corrupted.

Do you know how this can be fixed? I hired the company who created this mod to install it so I am not sure why they did not notice it.

Thanks
:unsure:

19 Jun 2011, 19:18
#1198
weljkodj avatar

weljkodj

New Zenner

Join Date:
Oct 2010
Posts:
34
Plugin Contributions:
0

Re: Fast and Easy Checkout

sim8729:

Do you know how this can be fixed? I hired the company who created this mod to install it so I am not sure why they did not notice it.

Thanks
:unsure:

Check if all files are uploaded properly. That content should be in your language folder. Because it is checkout page look for checkout.php in includes/languages/english/checkout.php. Instead of english type whatever language you use. In checkout.php I have found definition that says:

define('TABLE_HEADING_BILLING_ADDRESS', 'Billing Address');

22 Jun 2011, 00:37
#1199
weljkodj avatar

weljkodj

New Zenner

Join Date:
Oct 2010
Posts:
34
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hi again,

I have a problem with registration form. If I fill the form and submit I will get the same page but with errors like I havent entered any data.

You can see it for yourselves on: http://sportak.rs/zenner/login

ZC 1.3.9h, Latest version of FEC is installed, COWOA and EasySignUp are enabled, "COWOA only" is disabled. I tried disabling FEC and EasySignUp but with no effort. Just to mention, checkout over COWOA is working properly.

Another question: if I enable "COWOA only" nothing changes, registration form is still there. Is that normal behaviour?

Hope that someone had similar problem and can help me.

23 Jun 2011, 01:58
#1200
secondnature avatar

secondnature

New Zenner

Join Date:
Mar 2011
Posts:
48
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hi
I've scoured this thread and others with no luck. I have installed the FOC module successfully and all appears to be working except when I try to use PayPal Express, the checkout button creates a loop back to the same page. Others have posted this same issue with no solid resolve.

Can i use express? Should I even bother considering the difficulty?
Btw, I am using the latest zen cart version, youtube mod and the required CJ loader mod.