Results 1 to 10 of 2177

Hybrid View

  1. #1
    Join Date
    Oct 2011
    Location
    Toronto
    Posts
    7
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Using ZC1.3.9h
    Haven't updated because so far, haven't seen that SSU is compatible with ZC1.5.

    Installed the version 1.9.6 from Numinix and toyed with some configuration options in the admin, but I can't seem to get it working.

    I set Admin -> Configuration -> Fast and Easy Checkout Configuration -> Fast and Easy Checkout -> True

    and

    I set Admin -> Configuration -> Fast and Easy Checkout Configuration -> Checkout Without Account Only -> True

    But when I go to checkout, it displays just the shipping information page - the billing information and cart information is all missing. It doesn't look like the image on Numinix *https://www.numinix.com/images/fec_3.jpg* at all.

    Proceeding to the "billing page" just creates an empty page.

    Any idea why it's not displaying the same page as seen on Numinix?

  2. #2
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by coffeecanada View Post
    Using ZC1.3.9h
    Haven't updated because so far, haven't seen that SSU is compatible with ZC1.5.

    Installed the version 1.9.6 from Numinix and toyed with some configuration options in the admin, but I can't seem to get it working.

    I set Admin -> Configuration -> Fast and Easy Checkout Configuration -> Fast and Easy Checkout -> True

    and

    I set Admin -> Configuration -> Fast and Easy Checkout Configuration -> Checkout Without Account Only -> True

    But when I go to checkout, it displays just the shipping information page - the billing information and cart information is all missing. It doesn't look like the image on Numinix *https://www.numinix.com/images/fec_3.jpg* at all.

    Proceeding to the "billing page" just creates an empty page.

    Any idea why it's not displaying the same page as seen on Numinix?
    Did you activate the Easy Sign-Up and Login setting? If this one is set to false the easy check out isn't working

  3. #3
    Join Date
    Oct 2011
    Location
    Toronto
    Posts
    7
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by Design75 View Post
    Did you activate the Easy Sign-Up and Login setting? If this one is set to false the easy check out isn't working
    I hadn't - but I enabled it and the problem is still persisting.

  4. #4
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Fast and Easy Checkout

    Arte you sure you installed all the files, and install them in the right directory? Merged everything, and renamed the YOUR_TEMPLATE folders for installation?

  5. #5
    Join Date
    Oct 2011
    Location
    Toronto
    Posts
    7
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by Design75 View Post
    Arte you sure you installed all the files, and install them in the right directory? Merged everything, and renamed the YOUR_TEMPLATE folders for installation?
    I was sure I had done it the first time - but I went back and checked everything over, re-uploaded it all and the problem persists.

    The only thing I found that needed merging was html_header from (yellow1912)cjloader.

    I can see the test accounts I'm creating in the admin, so it's managing to insert into the users db but the page just doesn't load.

    If I go back to the home page then try to checkout again, it just shows the blank page again. No source code at all.

  6. #6
    Join Date
    Jan 2012
    Location
    New England
    Posts
    238
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Talking about ZC 1.5.0 in both cases here, and FEC 1.10.0, just to get that out of the way.

    I have a couple of questions. First, I've got FEC up and running on my dad's website (not officially live yet) and it seems to work fine, as long as you want to pay via PayPal or check/money order. I also have Checkout by Amazon installed, but it doesn't show up as a payment option. How can I add it?

    Second question... I'm considering installing this on my e-commerce website as well, but I've altered significantly more files on my site than on his... including orders.php which I know is part of the FEC install, and html_header.php which I know the CSS JS Loader adds in... I keep hearing people talk about "merging" files... is this a manual process or is there some program that can magically do this and not bork everything all up? Do I have to manually go through line by line and see what's different? And wouldn't that be really hard since FEC is based on 1.3.9 code and I have 1.5.0 code? A little nudge in the right direction on how to successfully install FEC into a site that has already modified files would be most welcome.

    Also on my site I have Amazon *and* Google Checkout (don't have Google on his yet because he uses Advanced Shipper and it's not compatible yet) and I want those to both show up as payment options... so again I need to know how to do that.

    Lastly... I see they have an AJAX version for $75. It has some tempting features like login through Facebook... has anyone tried it? Is it worth it? I'll have to sell a lot of lip balm to pay for a $75 module... And if I were to get it, would it be better for me to hold off on the regular one and do a fresh install of the AJAX version, or can you "upgrade" from one to the other? (I think I already know the answer there, but I'm asking anyway.)

  7. #7
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Fast and Easy Checkout

    Merging files can be done with programs like winmerge. It shows you the differences between two files and you can decide to copy it yes or no.

    I was tempted to buy the ajax version from Numinix to, but i didn't. They told me all the files were fro zen cart 1.5 but they also say that about the free versions (which i already stated somewhere isn't trough.) It is working fine, but you have to pay extra attention to what to merge

  8. #8
    Join Date
    Apr 2006
    Location
    Midland TX
    Posts
    428
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by WebKat View Post
    Talking about ZC 1.5.0 in both cases here, and FEC 1.10.0, just to get that out of the way.

    I have a couple of questions. First, I've got FEC up and running on my dad's website (not officially live yet) and it seems to work fine, as long as you want to pay via PayPal or check/money order. I also have Checkout by Amazon installed, but it doesn't show up as a payment option. How can I add it?

    Second question... I'm considering installing this on my e-commerce website as well, but I've altered significantly more files on my site than on his... including orders.php which I know is part of the FEC install, and html_header.php which I know the CSS JS Loader adds in... I keep hearing people talk about "merging" files... is this a manual process or is there some program that can magically do this and not bork everything all up? Do I have to manually go through line by line and see what's different? And wouldn't that be really hard since FEC is based on 1.3.9 code and I have 1.5.0 code? A little nudge in the right direction on how to successfully install FEC into a site that has already modified files would be most welcome.

    Also on my site I have Amazon *and* Google Checkout (don't have Google on his yet because he uses Advanced Shipper and it's not compatible yet) and I want those to both show up as payment options... so again I need to know how to do that.

    Lastly... I see they have an AJAX version for $75. It has some tempting features like login through Facebook... has anyone tried it? Is it worth it? I'll have to sell a lot of lip balm to pay for a $75 module... And if I were to get it, would it be better for me to hold off on the regular one and do a fresh install of the AJAX version, or can you "upgrade" from one to the other? (I think I already know the answer there, but I'm asking anyway.)
    In addition to the Ajax version you will need "HighSlide" which is $25.00. This allows the customer to change shipping or billing address without leaving the "Checkout" page. I did purchase both and beleive it is worth it over time to help prevent customers giving up on their purchase by leaving the Checkout page to change their address. I also think it gives a more professional appearance.

    Yes you can merge Ajax into the Free FEC, but you should use either Winmerge or Beyond Compare so you can see what files will be changed in your shopping cart files before merging.

 

 

Similar Threads

  1. Replies: 4
    Last Post: 25 Jan 2012, 07:37 PM
  2. Fast and Easy Checkout - Checkout Without Account not showing
    By Lee-oh in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 3 Feb 2010, 05:09 PM
  3. Go To Checkout Error - with Fast and Easy Checkout installed
    By RFree190 in forum General Questions
    Replies: 3
    Last Post: 10 Mar 2009, 07:08 AM
  4. checkout page not redirect (Fast and Easy Checkout module)
    By wowemall in forum Addon Templates
    Replies: 0
    Last Post: 27 Sep 2008, 02:36 PM
  5. Fast and Easy Checkout
    By cmes in forum General Questions
    Replies: 5
    Last Post: 15 Feb 2008, 04:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg