Page 31 of 218 FirstFirst ... 2129303132334181131 ... LastLast
Results 301 to 310 of 2177
  1. #301
    Join Date
    Apr 2008
    Posts
    446
    Plugin Contributions
    1

    Default Re: Fast and Easy Checkout for Zen Cart

    I just tried uninstalling simple SEO which was the module I installed after the easy checkout one, in an attempt to find why this module was not working, and the checkout is back again. It's calculating the shipping weight as it should. I don't know what simple SEO has to do with shipping, but obviously it was interfering somewhat.

    Thank you for looking into it numinix, your module is wonderful and works like a charm!
    M.Valenti
    Contemporary Artist - Entrepreneur
    http://www.manuelavalenti.com - http://www.byvalenti.com

  2. #302
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Fast and Easy Checkout for Zen Cart

    I believe simple SEO works by actually altering the zen_href function. Luckily I work with that author often so I will put this to his attention.

  3. #303
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by numinix View Post
    I believe simple SEO works by actually altering the zen_href function. Luckily I work with that author often so I will put this to his attention.
    Yes it does change that, it doesnt really explain why it is not compatible with this module though. It has been fully tested with Zen default checkout, but not with this module. So I assume that somewhere in the code we have a conflict between the 2 modules.

    Only Jeff knows where this can be.
    ^_^
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  4. #304
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Fast and Easy Checkout for Zen Cart

    Jeff, you hardcoded many links in the javascript file, which might be the root of the problem. I just had a very quick look at the files anyway

    example:
    document.checkout_payment.action = "index.php?main_page=checkout&action=process"

    You should use zen_href_link function here.

    On another hand, if you use SSU, you can exclude these pages from using SEO links in admin. For example, just put "checkout" without the quotes into exclude list in ssu admin settings.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  5. #305
    Join Date
    Nov 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I've read through this thread and am having the same problem with shipping not being added to the total when the FEC single-page checkout loads. The shipping is correctly added to the total when you click the shipping radio button, but not on the initial load.

    I have Zone Rate shipping set up with two zones, both of which calculate correctly. The shipping is set up so that only one shipping option will be available in any order. Since the radio button already has focus, it is unlikely that a customer will re-select the radio button. Thus, the shipping is never added to the order.

    The shipping will calculate and be included in the total if, after viewing the single-page checkout, I then add a second item to the cart, even if I don't click the shipping radio button. So the problem appears to be limited to the initial page load.

    I tried applying lankeeyankee's fix (19th December 2007 09:57 PM), to no avail. He suggested adding zen_redirect(zen_href_link(FILENAME_CHECKOUT, 'action=null', 'SSL')); } to the code, but it was already there as:
    if ($_SESSION['sendto'] != false) {
    $_SESSION['shipping'] = $shipping_modules->cheapest();
    zen_redirect(zen_href_link(FILENAME_CHECKOUT, '', 'SSL'));
    }

    I'm on FEC 2.1 with Zen 1.3.7.1 and I have Admin Login As Customer 2.1 as well.

    Any help on getting the shipping to be included in the total on the initial page load?

    I don't know if this is related, but sometimes (15% of the time) the Zone Rate line of the Total is listed as 'unable to determine rate at this time'. Otherwise, this behaves as described above.

    Thanks for your help. This is a great mod.

  6. #306
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by phineas77 View Post
    I've read through this thread and am having the same problem with shipping not being added to the total when the FEC single-page checkout loads. The shipping is correctly added to the total when you click the shipping radio button, but not on the initial load.

    I have Zone Rate shipping set up with two zones, both of which calculate correctly. The shipping is set up so that only one shipping option will be available in any order. Since the radio button already has focus, it is unlikely that a customer will re-select the radio button. Thus, the shipping is never added to the order.

    The shipping will calculate and be included in the total if, after viewing the single-page checkout, I then add a second item to the cart, even if I don't click the shipping radio button. So the problem appears to be limited to the initial page load.

    I tried applying lankeeyankee's fix (19th December 2007 09:57 PM), to no avail. He suggested adding zen_redirect(zen_href_link(FILENAME_CHECKOUT, 'action=null', 'SSL')); } to the code, but it was already there as:
    if ($_SESSION['sendto'] != false) {
    $_SESSION['shipping'] = $shipping_modules->cheapest();
    zen_redirect(zen_href_link(FILENAME_CHECKOUT, '', 'SSL'));
    }

    I'm on FEC 2.1 with Zen 1.3.7.1 and I have Admin Login As Customer 2.1 as well.

    Any help on getting the shipping to be included in the total on the initial page load?

    I don't know if this is related, but sometimes (15% of the time) the Zone Rate line of the Total is listed as 'unable to determine rate at this time'. Otherwise, this behaves as described above.

    Thanks for your help. This is a great mod.
    Please upgrade to the latest version of Fast and Easy Checkout and then report back.

  7. #307
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,241
    Plugin Contributions
    20

    Default Re: Fast and Easy Checkout for Zen Cart

    I don't think that will make any difference, and I've personally been having this problem on several sites for several versions now.

    My solution has been to add an extra Refresh button in the shopping cart section with wording like "Please click to ensure correct shipping" - not ideal, but a good workaround
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  8. #308
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by Ryk View Post
    I don't think that will make any difference, and I've personally been having this problem on several sites for several versions now.

    My solution has been to add an extra Refresh button in the shopping cart section with wording like "Please click to ensure correct shipping" - not ideal, but a good workaround
    That's fine but I still can't provide support for previuos versions due to restructuring of the code. No one should be using anything but the current version since this one now handles better if JavaScript is disabled or not working properly. Or rather, the previous versions do not work for one-page checkout at all if JS is disabled...

  9. #309
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,241
    Plugin Contributions
    20

    Default Re: Fast and Easy Checkout for Zen Cart

    I'm not worried about previous versions - the problem still seems to exist in 1.23
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  10. #310
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by phineas77 View Post
    I've read through this thread and am having the same problem with shipping not being added to the total when the FEC single-page checkout loads. The shipping is correctly added to the total when you click the shipping radio button, but not on the initial load.

    I have Zone Rate shipping set up with two zones, both of which calculate correctly. The shipping is set up so that only one shipping option will be available in any order. Since the radio button already has focus, it is unlikely that a customer will re-select the radio button. Thus, the shipping is never added to the order.

    The shipping will calculate and be included in the total if, after viewing the single-page checkout, I then add a second item to the cart, even if I don't click the shipping radio button. So the problem appears to be limited to the initial page load.

    I tried applying lankeeyankee's fix (19th December 2007 09:57 PM), to no avail. He suggested adding zen_redirect(zen_href_link(FILENAME_CHECKOUT, 'action=null', 'SSL')); } to the code, but it was already there as:
    if ($_SESSION['sendto'] != false) {
    $_SESSION['shipping'] = $shipping_modules->cheapest();
    zen_redirect(zen_href_link(FILENAME_CHECKOUT, '', 'SSL'));
    }

    I'm on FEC 2.1 with Zen 1.3.7.1 and I have Admin Login As Customer 2.1 as well.

    Any help on getting the shipping to be included in the total on the initial page load?

    I don't know if this is related, but sometimes (15% of the time) the Zone Rate line of the Total is listed as 'unable to determine rate at this time'. Otherwise, this behaves as described above.

    Thanks for your help. This is a great mod.
    In 1.23 if you change:

    PHP Code:
    if ($_SESSION['sendto'] != false) {
      
    $_SESSION['shipping'] = $shipping_modules->cheapest(); 
      
    zen_redirect(zen_href_link(FILENAME_CHECKOUT'''SSL'));

    to:

    PHP Code:
    if ($_SESSION['sendto'] != false) {
      
    $_SESSION['shipping'] = $shipping_modules->cheapest();
      
    zen_redirect(zen_href_link(FILENAME_CHECKOUT'action=null''SSL'));

    Do you still get the error?

 

 

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