Page 102 of 218 FirstFirst ... 25292100101102103104112152202 ... LastLast
Results 1,011 to 1,020 of 2177
  1. #1011
    Join Date
    Jan 2010
    Location
    Ireland
    Posts
    88
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by creinold View Post
    I am away from a computer for a few weeks so I can't check right now for the actual file name... Nothing like trying to help support a contribution in just an iPhone. LOL. =)
    True dedication, on jolly holidays and refuses to be wrestled off the zencart forum!

    Anyway, I had posted a problem a few posts back and incase anyone else has the problem here's what to do. I was installing fec 1.8.3 on a 1.3.7 zencart. I was getting the error:Fatal error: Call to undefined function zen_get_multiple_tax_rates() in C:\xampp\htdocs\bmlc\includes\classes\order.php on line 450

    the problem was that the order.php file that gets installed with fec overwrites the one for zencart 1.3.7. I had to get the newest zencart and search it for the function which was in includes\functions\functions_taxes.php on line 105. I copied the block of code (down to line 157) into my old 1.3.7 version of includes\functions\functions_taxes.php. So far that seems to have done the trick.

  2. #1012
    Join Date
    Jan 2010
    Location
    Ireland
    Posts
    88
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Now I'm having another weird problem. On the checkout page if I change shipping options from say 2nd to 1st class post, the page refreshes but the shipping option stays as what it previously was. However, this ONLY happens in ie6 & ie7?!?

    in FF and IE8 it updates like you'd expect.

    I've double checked that the js css loader is installed and although I don't know how to test it for sure, i've followed the instructions and there didn't seem to be a problem.

    I've checked this thread and the one on numinix's site but can't see a similar problem...

    anyone any ideas?

  3. #1013
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    772
    Plugin Contributions
    0

    red flag Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by creinold View Post
    The problem file should be in the jscript folder that's causing your problem. It has a number at the end of the file name. I am away from a computer for a few weeks so I can't check right now for the actual file name. Something like jscript1.41.php. Their a new version number that's higher. Keep that file. Nothing like trying to help support a contribution in just an iPhone. LOL. =)
    Posted via Mobile Device
    Hi, I finally have time to go through this. I look into includes/templates/YOUR_TEMPLATE/jscript but there is this jquery-1.3.2.min.js file. I still can't locate the problem.
    Using zencart v.1.3.9e
    Website: http://www.dealbyethan.com
    Email: admin AT dealbyethan DOT com

  4. #1014
    Join Date
    Jan 2010
    Location
    Ireland
    Posts
    88
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by zubenubi View Post
    Now I'm having another weird problem. On the checkout page if I change shipping options from say 2nd to 1st class post, the page refreshes but the shipping option stays as what it previously was. However, this ONLY happens in ie6 & ie7?!?

    in FF and IE8 it updates like you'd expect.

    I've double checked that the js css loader is installed and although I don't know how to test it for sure, i've followed the instructions and there didn't seem to be a problem.

    I've checked this thread and the one on numinix's site but can't see a similar problem...

    anyone any ideas?
    Hey there, I'm still having this problem. Numinix was kind enough to suggest on his forum that it was a JS error occuring on IE but I've no idea what to do next. Also it's only happening on IE6 and 7, IE8 and firefox work fine.

    It was a fresh install with no previous version of fec. My other mods are
    big royal mail shipping mod
    manual credit card mod
    easy populate
    simple seo urls

    Is there a simple way to debug JS errors? I've searched on google but it sounds like you need to understand JS to figure out errors - I haven't a clue

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

    Default Re: Database upgrade - will this wipe added tables from mods

    Quote Originally Posted by frank18 View Post
    Another big advantage of kuroi's approach is that you won't end up with old files left over from mods you may have installed at some stage but you won't be using anymore in the upgraded store. In other words, you re-start your shop with a 'clean' file system .
    When you say "You only need to apply database updates for mods that are not already in your live database." , are you talking about SQL patches if not please explain.

    I too have moved from 1.3.8a to 1.3.9f and have run zc_install for update on the test database I was using while doing a fresh install. Then I installed the database and proper configure.php for that 1.3.8a database. Now FEC 1.8.4 does not work. So I guess something in DB.
    .

  6. #1016
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Database upgrade - will this wipe added tables from mods

    Quote Originally Posted by EZorb View Post
    When you say "You only need to apply database updates for mods that are not already in your live database." , are you talking about SQL patches if not please explain.

    I too have moved from 1.3.8a to 1.3.9f and have run zc_install for update on the test database I was using while doing a fresh install. Then I installed the database and proper configure.php for that 1.3.8a database. Now FEC 1.8.4 does not work. So I guess something in DB.
    .
    SQL patches are a way of putting information into your database or changing its structure. Once done, they're done, and the results are carried forward (unless they're subsequently undone!).

    You haven't given any explanation as to why you think you're having a database problem. Upgrade problems with mods are more usually because code changed by the mod has been overwritten by core file changes. Have you reapplied the FEC files since you upgraded?

    If so and you're still having problems, them I recommend posting in the FEC support thread, as you'll help from people who know that specific mod.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  7. #1017
    Join Date
    Feb 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I am having many of the same problems you both describe. I hav tried to contact Jeff numorus times with limited responses blaming everything from the server to my recent upgrade to 1.3.9 I want to un install this mod but we can't even do that do to the lack of response and help from Numinix. Sorry to say that once I get this one off my site I won't be using Numinix for anything any longer. There customer service is horrible and there is no phone number to call.

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

    Default Re: Database upgrade - will this wipe added tables from mods

    Quote Originally Posted by kuroi View Post
    SQL patches are a way of putting information into your database or changing its structure. Once done, they're done, and the results are carried forward (unless they're subsequently undone!).

    You haven't given any explanation as to why you think you're having a database problem. Upgrade problems with mods are more usually because code changed by the mod has been overwritten by core file changes. Have you reapplied the FEC files since you upgraded?

    If so and you're still having problems, them I recommend posting in the FEC support thread, as you'll help from people who know that specific mod.
    I will try to explain better. Fresh install of 1.3.9f and demo-database and 1.3.9f with all mods installed works great no problems. Now I need to have 1.3.8a database to work with new install 1.3.9f.

    After changing configure.php files to match 1.3.8a database I installed all SQL patches on 1.3.8a database the ones that were already installed installer said so. Next ran UpDate database and patch level now says 1.3.9f. Now everything work except FEC. It has defaulted to orginal. So that is why I said it has to be something to do with the database. So the only thing I can think of is JS is not working with the updated database.

  9. #1019
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by scottsplace View Post
    I am having many of the same problems you both describe. I hav tried to contact Jeff numorus times with limited responses blaming everything from the server to my recent upgrade to 1.3.9 I want to un install this mod but we can't even do that do to the lack of response and help from Numinix. Sorry to say that once I get this one off my site I won't be using Numinix for anything any longer. There customer service is horrible and there is no phone number to call.
    Make sure to remove ALL files and bit of code from your site. I was under the impression one was able to just disable FEC via Admin, so I did so...and had no sales for a week because it prevented customers from creating an account or checking out.

  10. #1020
    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 scottsplace View Post
    I am having many of the same problems you both describe. I hav tried to contact Jeff numorus times with limited responses blaming everything from the server to my recent upgrade to 1.3.9 I want to un install this mod but we can't even do that do to the lack of response and help from Numinix. Sorry to say that once I get this one off my site I won't be using Numinix for anything any longer. There customer service is horrible and there is no phone number to call.
    Scott, we aren't the ones who upgraded your cart. You came to me yesterday with a checkout that wasn't working due to CSS JS Loader being broken. I fixed that and found after you have an underlying issue with sessions being lost when logging in. This is a core zen cart issue and has nothing to do with this module. I kindly gave this information to both yourself and your dedicated programmer. Yet, you are convinced that Numinix is responsible.

    If FEAC was the problem, why does the login suddenly work when this function is commented out: zen_session_recreate() ?

 

 

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