Zen Cart Logo
Forums / All Other Contributions/Addons / Fast and Easy Checkout

Fast and Easy Checkout

Views: 550,600

Results 1,001 to 1,020 of 2,177
23 Aug 2010, 14:23
#1001
zubenubi avatar

zubenubi

New Zenner

Join Date:
Jan 2010
Location:
Ireland
Posts:
88
Plugin Contributions:
0

Fast and Easy Checkout

JTheed:

You can probably remove that line. I believe it came about in 1.3.9 as it is not in 1 .3 8s order.php file.

See if it is defined in the /includes/functions/functions_taxes.php file if that exists in 1.3.7.

Hi thanks for that. I've tried this now and although that has gotten me past that problem I'm now getting these errors

Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\bmlc\includes\classes\order.php on line 538

Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\bmlc\includes\classes\order.php on line 538

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\bmlc\includes\classes\order.php:538) in C:\xampp\htdocs\bmlc\includes\functions\functions_general.php on line 44

I'm assuming this is all to do with the fact that I'm using a 1.3.7 cart, upgrading isn't good option for me right now, is there a version of fec which works with zencart 1.3.7?

thanks, I can't wait to get this installed and working, it really does look the business.

23 Aug 2010, 15:12
#1002
creinold avatar

creinold

Zen Follower

Join Date:
Sep 2008
Location:
North Highlands, California 95660
Posts:
287
Plugin Contributions:
0

Re: Fast and Easy Checkout

Deals by Ethan... I had the same problem. Can't remember the fix but I think it's posted at numinux support forum.
Posted via Mobile Device

23 Aug 2010, 18:19
#1003
zubenubi avatar

zubenubi

New Zenner

Join Date:
Jan 2010
Location:
Ireland
Posts:
88
Plugin Contributions:
0

Re: Fast and Easy Checkout

I'm in the process of reading through the entire thread post by post (I'd only read about 1/5 of it by searching) in the hope that someone is experiencing the same problems as me and occurred to me that I should have listed the mods I have installed when I first posted about my problem, they are:

big royal mail shipping mod
manual credit card mod
easy populate
simple seo urls

I've searched the thread for these mods and there's nothing about any of them apart form SSU which I've tried turning off and on but to no avail. Just thought I'd mention in case anyone is knowledgable enough and kind enough to be able to help me out!

23 Aug 2010, 19:43
#1004
creinold avatar

creinold

Zen Follower

Join Date:
Sep 2008
Location:
North Highlands, California 95660
Posts:
287
Plugin Contributions:
0

Re: Fast and Easy Checkout

zubenubi:

I'm in the process of reading through the entire thread post by post (I'd only read about 1/5 of it by searching) in the hope that someone is experiencing the same problems as me and occurred to me that I should have listed the mods I have installed when I first posted about my problem, they are:

big royal mail shipping mod
manual credit card mod
easy populate
simple seo urls

I've searched the thread for these mods and there's nothing about any of them apart form SSU which I've tried turning off and on but to no avail. Just thought I'd mention in case anyone is knowledgable enough and kind enough to be able to help me out!

Have you tried posting at numinux support forum? Also why don't you just upgrade your zen-cart to the current version? Has many bug fixes and security fixes...
Posted via Mobile Device

23 Aug 2010, 22:27
#1005
stellarweb avatar

stellarweb

Zen Follower

Join Date:
May 2006
Location:
Montana
Posts:
293
Plugin Contributions:
8

Re: Fast and Easy Checkout

I just downloaded and installed FEC 1.8.4 on a 1.3.9f website hoping that a problem we are having was resolved - but it was not.

http://www.lotionsgalore.com is the website

The problem is that when changing the shipping option to... say... priority mail... the index.php?main_page=checkout&fecaction=null page does not refresh to switch to a different option.

I noticed that it says 1.3.8-1.3.9d for the zen cart version... wondering if that is the issue - or if it would still do the same thing if running 1.3.9d?

Thanks for any help!

25 Aug 2010, 00:30
#1007
dealbyethan_com avatar

dealbyethan_com

Totally Zenned

Join Date:
Dec 2005
Location:
Perth, Western Australia, Australia
Posts:
782
Plugin Contributions:
0

Re: Fast and Easy Checkout

creinold:

Deals by Ethan... I had the same problem. Can't remember the fix but I think it's posted at numinux support forum.
Posted via Mobile Device

Ok, I got Numinix's reply. He said "This happens when you do not remove "deleted/removed" files when upgrading. Check your page's folder for javascript files that are now loaded using CSS JS Loader and delete them.". But this is not clear. Which files to delete? Where exactly are they and what filenames? Can you help? Thanks.

25 Aug 2010, 00:37
#1008
creinold avatar

creinold

Zen Follower

Join Date:
Sep 2008
Location:
North Highlands, California 95660
Posts:
287
Plugin Contributions:
0

Re: Fast and Easy Checkout

Check in your template folder / css / jscript folder and compare it with the latest version download you installed.
Posted via Mobile Device

25 Aug 2010, 08:47
#1009
stellarweb avatar

stellarweb

Zen Follower

Join Date:
May 2006
Location:
Montana
Posts:
293
Plugin Contributions:
8

Re: Fast and Easy Checkout

I could be wrong but I believe Jeff is talking about the files that were removed if you are upgrading to 1.8.4??? eg: the following files were deleted in version 1.8.1 release. Keep in mind that MOST of these files are core zen cart files - so you would need to replace them with the exact files from whatever version of zen cart you are running.

Removed
/required_files/includes/languages/english/checkout.php
/required_files/includes/languages/english/create_account.php
/required_files/includes/languages/english/extra_definitions/change_shipping_billing_address.php
/required_files/includes/languages/english/extra_definitions/create_account.php
/required_files/includes/languages/english/extra_definitions/order_status.php
/required_files/includes/languages/english/fec_confirmation.php
/required_files/includes/languages/english/gv_redeem.php
/required_files/includes/languages/english/login.php
/required_files/includes/languages/english/logoff.php
/required_files/includes/languages/english/no_account.php
/required_files/includes/languages/english/order_status.php
/required_files/includes/modules/checkout_new_address.php
/required_files/includes/modules/create_account.php
/required_files/includes/modules/quick_checkout.php
/required_files/includes/templates/template_default

Also check for removed files from includes/modules/pages/fec_confirmation, and others that might have "old" files from previous versions. If you look on his forum through the whole thread you will see when he has deleted an old file.

Hope that helps!

dealbyethan.com:

Ok, I got Numinix's reply. He said "This happens when you do not remove "deleted/removed" files when upgrading. Check your page's folder for javascript files that are now loaded using CSS JS Loader and delete them.". But this is not clear. Which files to delete? Where exactly are they and what filenames? Can you help? Thanks.

25 Aug 2010, 13:18
#1010
creinold avatar

creinold

Zen Follower

Join Date:
Sep 2008
Location:
North Highlands, California 95660
Posts:
287
Plugin Contributions:
0

Re: Fast and Easy Checkout

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

26 Aug 2010, 14:33
#1011
zubenubi avatar

zubenubi

New Zenner

Join Date:
Jan 2010
Location:
Ireland
Posts:
88
Plugin Contributions:
0

Re: Fast and Easy Checkout

creinold:

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.

26 Aug 2010, 14:33
#1012
zubenubi avatar

zubenubi

New Zenner

Join Date:
Jan 2010
Location:
Ireland
Posts:
88
Plugin Contributions:
0

Re: Fast and Easy Checkout

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?

30 Aug 2010, 14:55
#1013
dealbyethan_com avatar

dealbyethan_com

Totally Zenned

Join Date:
Dec 2005
Location:
Perth, Western Australia, Australia
Posts:
782
Plugin Contributions:
0

Re: Fast and Easy Checkout

creinold:

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.

31 Aug 2010, 11:57
#1014
zubenubi avatar

zubenubi

New Zenner

Join Date:
Jan 2010
Location:
Ireland
Posts:
88
Plugin Contributions:
0

Re: Fast and Easy Checkout

zubenubi:

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:dontgetit

06 Sep 2010, 06:13
#1015
ezorb avatar

ezorb

Zen Follower

Join Date:
Apr 2006
Location:
Midland TX
Posts:
426
Plugin Contributions:
0

Re: Fast and Easy Checkout

frank18:

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 :cool:.

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.
.

06 Sep 2010, 08:50
#1016
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Fast and Easy Checkout

EZorb:

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.

06 Sep 2010, 13:06
#1017
scottsplace avatar

scottsplace

New Zenner

Join Date:
Feb 2009
Posts:
3
Plugin Contributions:
0

Re: Fast and Easy Checkout

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. :(

06 Sep 2010, 17:44
#1018
ezorb avatar

ezorb

Zen Follower

Join Date:
Apr 2006
Location:
Midland TX
Posts:
426
Plugin Contributions:
0

Re: Fast and Easy Checkout

kuroi:

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.

06 Sep 2010, 18:03
#1019
khopek avatar

khopek

Totally Zenned

Join Date:
Aug 2006
Location:
portlandish, oregon
Posts:
795
Plugin Contributions:
0

Re: Fast and Easy Checkout

scottsplace:

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.:cry:

06 Sep 2010, 19:26
#1020
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Fast and Easy Checkout

scottsplace:

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() ?