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

Fast and Easy Checkout

Views: 550,908

Results 1,461 to 1,480 of 2,177
17 Oct 2012, 11:28 AM
#1461
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Fast and Easy Checkout

Inxie:

Can anyone using FEC and one page checkout tell me if their discount coupons work? When I enter my coupon and press the update button next to it, NOTHING happens, literally nothing.

Works fine for me. I don't know the solution I'm afraid other than to suggest you check your merged files.

17 Oct 2012, 11:32 AM
#1462
inxie avatar

inxie

Zen Follower

Join Date:
Jul 2011
Posts:
177
Plugin Contributions:
0

Re: Fast and Easy Checkout

Uncaught ReferenceError: updateForm is not defined

That's the error im getting in my log when I click the update button for my coupon codes, I realise this is not normal. Why is it not defined? Am I missing a file or code?

-- I copied over the JS files from the install package, it all matches up but I just did it for safe measure and no change, still broken...

17 Oct 2012, 11:38 AM
#1463
inxie avatar

inxie

Zen Follower

Join Date:
Jul 2011
Posts:
177
Plugin Contributions:
0

Re: Fast and Easy Checkout

Could you please do a search in developers tool kit for 'updateForm' and tell me what file(s) the term is used in?

My search results show: jquery_checkout.php and tpl_checkout_stacked.php

17 Oct 2012, 3:11 PM
#1464
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Fast and Easy Checkout

Inxie:

Could you please do a search in developers tool kit for 'updateForm' and tell me what file(s) the term is used in?

My search results show: jquery_checkout.php and tpl_checkout_stacked.php

Will aim to do so when home from work.

17 Oct 2012, 3:22 PM
#1465
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Fast and Easy Checkout

Inxie:

Could you please do a search in developers tool kit for 'updateForm' and tell me what file(s) the term is used in?

My search results show: jquery_checkout.php and tpl_checkout_stacked.php

same for me, 5 instances in the latter, just the one in the former. What's your train of thought?

17 Oct 2012, 4:25 PM
#1466
dashizna avatar

dashizna

Zen Follower

Join Date:
Mar 2006
Posts:
424
Plugin Contributions:
0

Re: Fast and Easy Checkout

picandnix:

And you have uploaded all the other files from the password mod yes?
which version of ZC are you using & which version of FEC and EPM did you use?

i am using fresh install of zen cart 1.5.1. FEC is 1.11.0 and EPM is 1.5

in that version of EPM it only has one file in it???

17 Oct 2012, 5:02 PM
#1467
dashizna avatar

dashizna

Zen Follower

Join Date:
Mar 2006
Posts:
424
Plugin Contributions:
0

Re: Fast and Easy Checkout

Dashizna:

i am using fresh install of zen cart 1.5.1. FEC is 1.11.0 and EPM is 1.5

in that version of EPM it only has one file in it???

i figured out the problem

password_funcs.php file was missing

if ($plain == MASTER_PASS) { return true; }

17 Oct 2012, 5:14 PM
#1468
apogeerockets avatar

apogeerockets

Zen Follower

Join Date:
Aug 2011
Posts:
104
Plugin Contributions:
0

Re: Fast and Easy Checkout

Inxie:

Can anyone using FEC and one page checkout tell me if their discount coupons work? When I enter my coupon and press the update button next to it, NOTHING happens, literally nothing.

i'm having the same issue. i think it's a JS issue, cuz the shipping isn't updating when i select different shipping methods either. what is CAUSING the js to not execute i am not sure yet. this also isn't working on my vanilla+fec 1.5.1 install either....

17 Oct 2012, 7:03 PM
#1469
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Fast and Easy Checkout

apogeerockets:

i'm having the same issue. i think it's a JS issue, cuz the shipping isn't updating when i select different shipping methods either. what is CAUSING the js to not execute i am not sure yet. this also isn't working on my vanilla+fec 1.5.1 install either....

did you install cj loader as per the FEC install guide?

17 Oct 2012, 8:19 PM
#1470
timbojrjr1 avatar

timbojrjr1

New Zenner

Join Date:
Oct 2012
Posts:
23
Plugin Contributions:
0

Re: Fast and Easy Checkout

I guess I just took the one off the zen cart site. I will download this one and see about merging these files. I think I got quite a bit of it right but what does this mean:

if ((PROJECT_VERSION_MAJOR == 1 && substr(PROJECT_VERSION_MINOR, 0, 3) <= 3.8)) {

It was messing up on this also but I am not sure what this means in php script.

17 Oct 2012, 8:41 PM
#1471
apogeerockets avatar

apogeerockets

Zen Follower

Join Date:
Aug 2011
Posts:
104
Plugin Contributions:
0

Re: Fast and Easy Checkout

picandnix:

did you install cj loader as per the FEC install guide?

ha! that fixed the vanilla problem, but on my modded site, i checked my cj loader install (it's fine) and my checkout.php page is just straight up not loading the fec jquery. i'll need to go thru everything yet again and see what got missed in my merging. i'll post my findings after.

also, noticed on the vanilla, when i used the dreamweaver FTP (vs copy/paste merge on modded), it totally screwed with the html_header.php. just a warning to people.

17 Oct 2012, 8:42 PM
#1472
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Fast and Easy Checkout

timbojrjr1:

I guess I just took the one off the zen cart site. I will download this one and see about merging these files. I think I got quite a bit of it right but what does this mean:

if ((PROJECT_VERSION_MAJOR == 1 && substr(PROJECT_VERSION_MINOR, 0, 3) <= 3.8)) {

It was messing up on this also but I am not sure what this means in php script.

which file and approx line number is it from?

17 Oct 2012, 8:46 PM
#1473
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Fast and Easy Checkout

apogeerockets:

ha! that fixed the vanilla problem, but on my modded site, i checked my cj loader install (it's fine) and my checkout.php page is just straight up not loading the fec jquery. i'll need to go thru everything yet again and see what got missed in my merging. i'll post my findings after.

also, noticed on the vanilla, when i used the dreamweaver FTP (vs copy/paste merge on modded), it totally screwed with the html_header.php. just a warning to people.

a very well logged fact, Dreamweaver should NOT be used to edit any ZC files, use a plain text editor or a php editor. Glad your vanilla store sorted by cj loader install. Yes I suspect you're right, a bad merge somewhere.

17 Oct 2012, 9:43 PM
#1474
timbojrjr1 avatar

timbojrjr1

New Zenner

Join Date:
Oct 2012
Posts:
23
Plugin Contributions:
0

Re: Fast and Easy Checkout

It looks like it was from the older version. I must of been installing 1.10 and now I have 1.11 and I will try and install that tonight. It looks like I just have to modify one file for password attempts per session.

That was from the includes/pages/order_php from the older version line 18.

17 Oct 2012, 11:46 PM
#1475
inxie avatar

inxie

Zen Follower

Join Date:
Jul 2011
Posts:
177
Plugin Contributions:
0

Re: Fast and Easy Checkout

did you install cj loader as per the FEC install guide?

That will teach me to read install instructions properly, thank you so much fixed several issues I was having!

18 Oct 2012, 3:19 AM
#1476
timbojrjr1 avatar

timbojrjr1

New Zenner

Join Date:
Oct 2012
Posts:
23
Plugin Contributions:
0

Re: Fast and Easy Checkout

It seems to be working great. I tested it a couple of times and it works great. Thank you so much.

18 Oct 2012, 9:20 AM
#1477
inxie avatar

inxie

Zen Follower

Join Date:
Jul 2011
Posts:
177
Plugin Contributions:
0

Re: Fast and Easy Checkout

Just noticed that this CJ loader causes a problem on my login page. I have a script on my create account form that disables fields if the checkbox is checked, this part of the form disappears 1 second after loading the page, you can even see it here http://www.pazzle.co.uk/index.php?main_page=login

What does this CJ loader do exactly, it's interrupting other scripts on my site?

18 Oct 2012, 3:06 PM
#1478
reddawg1 avatar

reddawg1

New Zenner

Join Date:
Sep 2012
Posts:
7
Plugin Contributions:
0

Re: Fast and Easy Checkout

Using FEC v1.10 I can't seem to find where to remove the brackets from around the shipping selection(s) on the checkout page. I have found and removed them successfully from the standard Zen Cart 1.50 and have removed all '(' and ')' I could find in the FEC files - but no luck - they're still there whenever I turn FEC back on.

Anyone know where they are hiding?

TIA
Tom

18 Oct 2012, 4:53 PM
#1479
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Fast and Easy Checkout

Inxie:

Just noticed that this CJ loader causes a problem on my login page. I have a script on my create account form that disables fields if the checkbox is checked, this part of the form disappears 1 second after loading the page, you can even see it here http://www.pazzle.co.uk/index.php?main_page=login

What does this CJ loader do exactly, it's interrupting other scripts on my site?

in FEC settings what you you got set for showing shipping address?

18 Oct 2012, 4:56 PM
#1480
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Fast and Easy Checkout

RedDawg1:

Using FEC v1.10 I can't seem to find where to remove the brackets from around the shipping selection(s) on the checkout page. I have found and removed them successfully from the standard Zen Cart 1.50 and have removed all '(' and ')' I could find in the FEC files - but no luck - they're still there whenever I turn FEC back on.

Anyone know where they are hiding?

TIA
Tom

A link to the page please Tom.