Page 67 of 218 FirstFirst ... 1757656667686977117167 ... LastLast
Results 661 to 670 of 2177
  1. #661
    Join Date
    Sep 2009
    Posts
    35
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by mhel View Post
    This is probably dumb quest, do you have something in your cart?
    I believe it only shows if cart is not empty, atleast that's the behaviour I'm getting on my setup.
    (Just trying to help)
    I ended up figuring this out as well.

    Now my problem is trying to make the layout match the demo numinix has in his site.

    The center checkout frame in the CSS is too thin to have the easy login and COWAL sections on the right hand side (we have specials banners running down the right).

    Hm.

  2. #662
    Join Date
    Dec 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by Lockerroom View Post
    I ended up figuring this out as well.

    Now my problem is trying to make the layout match the demo numinix has in his site.

    The center checkout frame in the CSS is too thin to have the easy login and COWAL sections on the right hand side (we have specials banners running down the right).

    Hm.
    (If something like below is what you meant) You can try editing the tpl_login_default.php/tpl_modules_create_account.php on your template (use override), play with sizes of the fields, they're set to 40, you can reduce it and it should shrink a bit. (I hope your editor has syntax highligting it's easy to see that way.)
    e.g. tpl_login_default.php arround line 66
    Code:
    <?php echo zen_draw_input_field('email_address', '', 'size="40" id="login-email-address"'); ?>

  3. #663
    Join Date
    Jan 2010
    Posts
    15
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by gregger View Post
    Another great mod.. thank you.

    I don't suppose the contents of javascript_check.php can go into a different file can they? When you look at Who's Online all you see now is people browsing javascript_check.php - you can't see what products they are viewing.

    Thanks
    Greg
    Hello,

    We're getting the above as well. We can't tell what people are viewing. What else does this file do?

    Thanks

  4. #664
    Join Date
    Sep 2007
    Location
    Manchester, England
    Posts
    168
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Hi again guys,

    I'm having some trouble with FEC again. The gift certificate problem I posted about earlier is sorted (just needed to upgrade) but now I'm having some other issues.

    They can pretty much be summed up by this thread - http://www.zen-cart.com/forum/showth...778#post828778

    Basically, I'm getting a time out when I try to go to the shopping cart after adding an item. I find items are appearing/disappearing and sometimes nothing ever shows in there.

    Please can anyone help. I can hear the sighs of the people saying "he's posted this on 5 other forums!!" - that's how desperate I am to sort this problem.

    Thanks and sorry if anyone is offended by my rants!

  5. #665
    Join Date
    Aug 2004
    Location
    Fountain Hills, AZ
    Posts
    515
    Plugin Contributions
    1

    Default RE: Security Issue w/Fast and Easy Checkout for Zen Cart

    I've just been contacted by a customer where I had installed FEC v 1.51 to include the checkout w/o account. He received a call from one of his retail customer's that they found that they could login to their account with only their email address. No password was needed!!

    Of course I immediately thought it was a cookie, but it's not. Anyone that has previously registered to the site can merely enter their email address and hit login and they are in!!! (Password field left blank).

    Now I've disabled the entire FEC and it is still happening, so something somewhere in the checkout modifications has really messed this up and I have no clue where to look.

    I need to fix this ASAP as you can imagine and I don't know where to start. Can someone give me a clue what to look for?

    Really stressed here on this one.

  6. #666
    Join Date
    Sep 2009
    Posts
    35
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    FEC managed to ######## up a lot of things in ZenCart for me that my programmer has had to fix.

    It edited a lot of the headings of my payment forms etc etc.

    I'm not sure if it's such a good idea to use it.

  7. #667
    Join Date
    Apr 2009
    Posts
    35
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I want to see some demo ,so where can i get if?

  8. #668
    Join Date
    Jan 2008
    Location
    Perth. Australia
    Posts
    64
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Hi there
    I have installed the mod on a new install (only installed a google analytics module)
    When trying to checkout using google chrome the "Customer Log Out | My Account | Shopping Basket | Checkout" move to the left and pushes everything under it including my left hand column to the right hand side.

    This has not happened before. is it a simple code or just something I am missing.
    Are you also able to change the text font size as well.

    Stephen
    Stephen
    Jars Bottles Direct Trading as SS Croxson Enterprises Pty Ltd
    http://www.jarsbottlesdirect.com.au

  9. #669
    Join Date
    May 2007
    Posts
    114
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    There is a known issue mentioned on numinix forum where Gift certificates do not update the total after you hit refresh until you get to the confirmation page (which is a problem if you turn on the one page checkout). It just took me many hours to crack this one, but i finally figured it out. Here's the solution:

    modify file: /store/includes/modules/order_total/ot_gv.php

    comment out line 167 (as shown below):
    Code:
      function collect_posts() {
        global $db, $currencies, $messageStack;
    
       // if (!$_POST['cot_gv']) $_SESSION['cot_gv'] = '0.00';
    
        if ($_POST['gv_redeem_code']) {

  10. #670
    Join Date
    Aug 2004
    Location
    Fountain Hills, AZ
    Posts
    515
    Plugin Contributions
    1

    Default Re: Security Issue w/Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by rwoody View Post
    I've just been contacted by a customer where I had installed FEC v 1.51 to include the checkout w/o account. He received a call from one of his retail customer's that they found that they could login to their account with only their email address. No password was needed!!

    Of course I immediately thought it was a cookie, but it's not. Anyone that has previously registered to the site can merely enter their email address and hit login and they are in!!! (Password field left blank).

    Now I've disabled the entire FEC and it is still happening, so something somewhere in the checkout modifications has really messed this up and I have no clue where to look.

    I need to fix this ASAP as you can imagine and I don't know where to start. Can someone give me a clue what to look for?

    Really stressed here on this one.
    I'm still trying to figure this out. Has anyone ever seen this issue before and if not, can someone give me a clue other than the tpl_login_default.php file that would be the issue? I've replaced that file with a fresh one from the install. There were no edits to that file. We do have super orders installed and I used the appropriate replacement files from the package there. I am just at a loss on this to figure out what is causing the issue.

    Any suggestions would be greatly appreciated and desperately needed.

 

 

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR