Page 32 of 218 FirstFirst ... 2230313233344282132 ... LastLast
Results 311 to 320 of 2177
  1. #311
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Fast and Easy Checkout for Zen Cart

    Nevermind, in 1.23 the code shows up as:

    PHP Code:
      if ( !$_SESSION['shipping'] || ( $_SESSION['shipping'] && ($_SESSION['shipping'] == false) && (zen_count_shipping_modules() > 1) ) ) {
        
    $_SESSION['shipping'] = $shipping_modules->cheapest();
        
    zen_redirect(zen_href_link(FILENAME_CHECKOUT'action=null''SSL'));
      } 
    I'll wait for you to upgrade and let me know what has changed.

    Are you using Easy Sign-Up as well? The latest version forces shipping to be set properly before the checkout is even entered. You may want to try that. If not, let me know and I will add the same code to FEC for modifying the login.
    Last edited by numinix; 6 Nov 2008 at 11:22 PM.

  2. #312
    Join Date
    Dec 2006
    Posts
    84
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Hey man thanks for a great contribution to Zen Cart.
    I got the FEO installed and Zen Cart 1.3.8a, One problem that has been happening lately is that I have taxes set on shipping but when it transfers to PayPal IPN - the taxes on the shipping disappears.
    Any Ideas, sorry if this is an old question. I tried going back as much as possible for an answer but did not find one.

  3. #313
    Join Date
    Nov 2008
    Location
    Italy
    Posts
    22
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I like the idea of one page chekout but i can't install it.
    i insert all the files end the sql code, but when i conferm the order start only a withe page....

    please help me this add is what i'm looking for

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

    Default Re: Fast and Easy Checkout for Zen Cart

    NOTICE (v1.23 users only)

    A bug has been found in FEC v1.23 where executing a piece of JavaScript before the page has loaded causes customers with IE6 to not be able to complete the checkout. The bug has been resolved, but unfortunately the Numinix website is being migrated to a new server and the new patch will not be available until this evening.

    To resolve the issue, please perform the following steps until an official patch can be released:

    1. Open includes/modules/pages/fec_confirmation/jscript-scriptstyles.php

    Find

    PHP Code:
    [size=2]?>[/size]
    [size=2]<script ...>[/size]
    [size=2][/size] 
    Add Before

    PHP Code:
    if (FEC_ONE_PAGE == 'true') { 
    Find

    PHP Code:
    </script> 
    Add After

    PHP Code:
    <?php
      
    }
    ?>
    2. Go to ADMIN->CONFIGURATION->FAST AND EASY CHECKOUT CONFIGURATION and set One Page Checkout to "false".

    By deactivating the one page checkout you will also deactivate the script that is causing the errors. If you do not perform step one above and just deactivate One-Page Checkout, the bug will still occur for customers using IE6. There have been no problems with other browsers.

    Again, the problem has already been resolved, so be patient until tonight when it is widely released in v1.24. Thank you.

  5. #315
    Join Date
    Nov 2008
    Location
    Italy
    Posts
    22
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Nothing for me?

  6. #316
    Join Date
    Nov 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Numinix,

    I'm getting a 404 on any link to your site and can't download the newest version. FYI

  7. #317
    Join Date
    Feb 2006
    Location
    Bexhill, UK
    Posts
    46
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by numinix View Post
    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?
    Hi
    I've installed this mod this afternoon, looks great... but am having the same problem as above.
    The shipping rate seems to be using my rate for australia, not the customer's address. if you click on the correct shipping rate on the form, the cart total refreshes and is correct. The zone rates all seem to be working ok in shipping estimator though.

    Sub-Total: £135.00Sub-Total:

    Shipping Options (Shipping to ): £79.00

    Total: £214.00

    It doesn't seem to be checking the address entered (or something) sorry, i'm not great at the technical stuff... i survive on luck and this forum!
    I looked through the downloaded files for the lines of code above, but have ascertained that I do have the later version. (although not tonight's release!).

    Any ideas?

  8. #318
    Join Date
    Nov 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by numinix View Post
    Nevermind, in 1.23 the code shows up as:

    PHP Code:
      if ( !$_SESSION['shipping'] || ( $_SESSION['shipping'] && ($_SESSION['shipping'] == false) && (zen_count_shipping_modules() > 1) ) ) {
        
    $_SESSION['shipping'] = $shipping_modules->cheapest();
        
    zen_redirect(zen_href_link(FILENAME_CHECKOUT'action=null''SSL'));
      } 
    I'll wait for you to upgrade and let me know what has changed.

    Are you using Easy Sign-Up as well? The latest version forces shipping to be set properly before the checkout is even entered. You may want to try that. If not, let me know and I will add the same code to FEC for modifying the login.
    I'm not using Easy Sign-Up. I tried adding the action=null parameter earlier, but still receive the same error. I tried again just now with the same results. Other than that, that section of code is identical.

    I don't have access to your site at the moment and the mods section only has FEC 1.22 available.

    Thanks again for your help on this.

  9. #319
    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
    Numinix,

    I'm getting a 404 on any link to your site and can't download the newest version. FYI
    My last post has already explained this.

    Now that the site is back up (clear your browser cache if you had visited earlier while it was down).

    Download the patch for FEC v1.24 BETA

  10. #320
    Join Date
    Feb 2006
    Location
    Bexhill, UK
    Posts
    46
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Hi
    I've downloaded and installed both the most up to date version along with the patch and am still having the shipping issue mentioned a couple of posts above, any ideas?
    cheers

 

 

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