Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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.
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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?
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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.
Re: Fast and Easy Checkout for Zen Cart
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.
Re: Fast and Easy Checkout for Zen Cart
Quote:
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!
Re: Fast and Easy Checkout for Zen Cart
It seems to be working great. I tested it a couple of times and it works great. Thank you so much.
Re: Fast and Easy Checkout for Zen Cart
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?
Re: Fast and Easy Checkout for Zen Cart
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
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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?
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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.