Page 11 of 218 FirstFirst ... 9101112132161111 ... LastLast
Results 101 to 110 of 2177
  1. #101
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,555
    Plugin Contributions
    70

    Default Re: Fast and Easy Checkout for Zen Cart

    FAST AND EASY CHECKOUT V1.051

    This update simply fixes the error message display for invalid coupon codes.

    It also moves the "Refresh" button (more appropriately renamed to "Update") down to the coupon box so that customers can see the adjusted price.

    The advanced version will be released in the New Year which combines Easy Sign-Up and Login with Checkout Without an Account.

  2. #102
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    red flag Re: Fast and Easy Checkout for Zen Cart

    Hi Jeff,

    Clearing which cache? Firefox's or Zencart's? Not sure how to do it for Zencart.
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  3. #103
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Clearing Firefox cache still doesn't allow your FEC to work.
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  4. #104
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    In your latest version...

    For compatibility with Ultimate SEO URLs:
    in classes/seo.url.php on ln 141, change to:
    if ( ($this->attributes['SEO_ENABLED'] == 'false') || (preg_match('/(.+)\.(html?|xml|css|js|png|jpe?g|gif|bmp|tiff?|ico|gz|zip|rar)$/i', $page)) or $page == 'checkout' ) {

    I tried it, but it didn't solve the problem.
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  5. #105
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Your latest version doesn't seem to work well... It gave me this error:


    Fatal error: Cannot redeclare class order in /home/dealbyet/public_html/includes/classes/order.php on line 20
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  6. #106
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    red flag Re: Fast and Easy Checkout for Zen Cart

    The problem lies in this file /includes/modules/pages/checkout/header_php.php
    In the old file this line:
    zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));

    has been changed to this line in the old file:
    if (FEC_NOACCOUNT_SKIP_LOGIN == 'false') {
    zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));
    } else {
    zen_redirect(zen_href_link(FILENAME_NO_ACCOUNT, '', 'SSL'));
    }

    Can I leave this out? I want all customers who want to purchase to register/login.
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  7. #107
    Join Date
    Jun 2007
    Posts
    474
    Plugin Contributions
    2

    Default Re: Fast and Easy Checkout for Zen Cart

    Just installed this mod and I'm getting a "page not found" error.

    This was a clean install of the mod into a new Zen Cart that doesn't have any other mods. This seems like something obvious to fix, any ideas?

    Also, when I try the test site you listed earlier I get the redirect error: http://www.numinix.com/1pagecheckout...=shopping_cart

    Thanks,
    lindasdd

  8. #108
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    did you have Ultimate SEO URL turned on? If you do turn it off and see if it works.
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  9. #109
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,555
    Plugin Contributions
    70

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by dealbyethan.com View Post
    Hi Jeff,

    Clearing which cache? Firefox's or Zencart's? Not sure how to do it for Zencart.
    Ultimate SEO URLs

    PHP Code:
    if (FEC_NOACCOUNT_SKIP_LOGIN == 'false') {
    zen_redirect(zen_href_link(FILENAME_LOGIN'''SSL'));
    } else {
    zen_redirect(zen_href_link(FILENAME_NO_ACCOUNT'''SSL'));

    Oops, that is code from FEC Advanced (unreleased). I'll fix it in a bit when I finish my latest addition to that module.

    PHP Code:
    Alsowhen I try the test site you listed earlier I get the redirect error... 
    Sorry, I am using the server to build FED Advanced. The standard version will no longer be showcased. Please bear with me as I complete a side-by-side shipping and billing sign-up page.

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

    Default Re: Fast and Easy Checkout for Zen Cart

    I have published version 1.052 on my website. I just removed the renegade FEC ADVANCED code that shouldn't be in the standard version.

    What it was doing was trying to redirect customers to a page called "no_account", which doesn't exist in the standard version. Now it should point to "login".

    Still no updates pertaining to the SEO URL's problem. I haven't done any personal testing with this module, however...

 

 
Page 11 of 218 FirstFirst ... 9101112132161111 ... LastLast

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