Re: Fast and Easy Checkout for Zen Cart
The latest version of FEC doesn't have an install.sql, I tried to use the patches to update COWOA databases, but it failed causing my site to go down. I reinstalled my back of database, managed to get site going again. There is no admin/configuration/fastandeasycheckout listed. Any help would be much appreciated.
Re: Fast and Easy Checkout for Zen Cart
Try reuploading admin/includes/auto_loaders/config.fec. The newer versions of FEC install automatically.
Quote:
Originally Posted by
moZe
The latest version of FEC doesn't have an install.sql, I tried to use the patches to update COWOA databases, but it failed causing my site to go down. I reinstalled my back of database, managed to get site going again. There is no admin/configuration/fastandeasycheckout listed. Any help would be much appreciated.
Re: Fast and Easy Checkout for Zen Cart
Thank you, yes the 2_1_6 from numinix site did work. Do I need to run all of the sql updates?
And another question, How do I implement Paypal Express for single page checkout? I get to comfirm order and the next page comes up with order pending. Never shows paypal or even a connection to paypal.
1 Attachment(s)
Re: Fast and Easy Checkout for Zen Cart
I need to move one of the left rows on checkout to the left as it is cutting off the pence/ or cents so if it's 1 pound and 10 pence it shows as 1.1 and cuts off the zero.
All that needs doing is to move the 1 side to make it a bit wider... I have done it before but cannot for the life of me find the post again Attachment 16030
Once I find the right file I can figure it out myself
thanks
Re: Fast and Easy Checkout for Zen Cart
I just installed numinix-fec-119ca30 on Zencart 1.5.4. CSS JS Loader is also installed prior to installing FEC.
I'm using Paypal as the processor. I have zone shipping with two zones, US and Canada.
The regular registration checkout process seems to work fine.
I cannot get past step one of the Guest Checkout. I don't see any error messages on the page and no debug messages in cache. I double checked the class file edits and all looks correct.
For Guest Checkout, what is the next page I should see?
I see a flash of some other page on first click but nothing after subsequent clicks of the continue button.
I leave the same address button checked and do not check the newsletter checkbox.
What should I look for to fix?
Re: Fast and Easy Checkout for Zen Cart
Using Firbug console I see this error:
ReferenceError: check_form is not defined
URL referenced is:
https://MYSITENAME/index.php?main_page=no_account
MYSITENAME is my IP number temporarily.
Re: Fast and Easy Checkout for Zen Cart
this type of error is generally a js loading problem. and most likely a jquery problem.
i'm guessing that:
modules/pages/no_account/jscript_form_check.php
is missing.
see if you can track that file down; upload it and see what happens.
good luck!