Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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.
Re: Fast and Easy Checkout for Zen Cart
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...
Re: Fast and Easy Checkout for Zen Cart
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
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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.
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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?
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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???
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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; }
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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....
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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?
Re: Fast and Easy Checkout for Zen Cart
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.