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

Fast and Easy Checkout

Views: 550,952

Results 921 to 940 of 2,177
14 Jun 2010, 10:50 PM
#921
kburner avatar

kburner

Totally Zenned

Join Date:
Apr 2008
Location:
Flint, Michigan
Posts:
684
Plugin Contributions:
0

Fast and Easy Checkout

I also have a problem after customer logs in. As they go to checkout, they get an extra page before FEC that says Shipping Method and has shipping method special instructions. After you press continue checkout...go to real FEC checkout page.

Breadcrumb shows:
Home > Checkout > Shipping Method
then hit continue checkout button at bottom of page and
Breadcrumb shows:
Home > Checkout
This shows the one page FEC with confirm order at bottom of page
Then takes you to extra confirmation page that stays for one or two seconds before Paypal.

Does this make sense?

Thanks, Kim

15 Jun 2010, 2:33 PM
#922
jdw1979 avatar

jdw1979

Zen Follower

Join Date:
Jun 2009
Location:
NC
Posts:
174
Plugin Contributions:
0

Re: Fast and Easy Checkout

This is more than likely a dumb mistake on my part, however I cannot get this modification to work. I have installed the CSS/Javascript loader, and it seems to be working fine (pretty cool performance boost, I must say). I then followed the instructions in the "documentation.html" file, to the very best of my understanding, at least. I am using version 1.3.8a and I have several mods installed, including the Ultimate SEO URLs mod. The issue that I'm running across is that the Fast and Easy Checkout interface in the admin is there, and runs just fine, but when I make any changes whatsoever...like just turning Fast and Easy Checkout ON, for example, nothing happens to the checkout process at all. It's as if there was no mod installed at all. I'm at a loss. Any ideas?

Mods installed

Zen Lightbox
Recover Cart Sales
Easy Populate
Ultimate SEO URLs
I'm forgetting some...I've been working on this store a while...I can't remember what all I've installed/experimented with over the past year and a half...

15 Jun 2010, 4:52 PM
#923
danielle avatar

danielle

Totally Zenned

Join Date:
Oct 2004
Posts:
973
Plugin Contributions:
0

Re: Fast and Easy Checkout

I have this installed an a 1.3.9d store, and it's working great, except customers who choose to COWOA are not receiving an order confirmation e-mail. Any ideas why this might be happening?

Thanks!

15 Jun 2010, 6:18 PM
#924
techiegirl avatar

techiegirl

New Zenner

Join Date:
Apr 2010
Posts:
68
Plugin Contributions:
0

Re: Fast and Easy Checkout

So I have successfully installed COWOA and Authorize.net for the payment gateway, but when testing an order from my website, http://www.tregreekboutique.com/zencart, and choosing the COWOA option, there are two payment methods for entering credit card info.

To test, products are listed in either Fraternities or Sororities categories under the subcategory Apparel.

One option has a field for the CCV code and the other does not. The issue is when entering payment info with the CCV code, an error is received that the Authorize.net account is not active.

When using the option without the CCV code the order is processed successfully.

Trying to figure out why there are 2 payment options and why it cannot be processed with the CCV code.

Anyone else run into this issue? If so, how was it resolved?

Thanks!

15 Jun 2010, 6:36 PM
#925
danielle avatar

danielle

Totally Zenned

Join Date:
Oct 2004
Posts:
973
Plugin Contributions:
0

Re: Fast and Easy Checkout

techiegirl:

So I have successfully installed COWOA and Authorize.net for the payment gateway, but when testing an order from my website, http://www.tregreekboutique.com/zencart, and choosing the COWOA option, there are two payment methods for entering credit card info.

To test, products are listed in either Fraternities or Sororities categories under the subcategory Apparel.

One option has a field for the CCV code and the other does not. The issue is when entering payment info with the CCV code, an error is received that the Authorize.net account is not active.

When using the option without the CCV code the order is processed successfully.

Trying to figure out why there are 2 payment options and why it cannot be processed with the CCV code.

Anyone else run into this issue? If so, how was it resolved?

Thanks!

So if you sign in as a customer and don't use COWOA, the second payment option does not show up?

15 Jun 2010, 7:14 PM
#926
techiegirl avatar

techiegirl

New Zenner

Join Date:
Apr 2010
Posts:
68
Plugin Contributions:
0

Re: Fast and Easy Checkout

Danielle:

So if you sign in as a customer and don't use COWOA, the second payment option does not show up?

Actually the second payment option does show up when a customer signs in.

15 Jun 2010, 7:21 PM
#927
danielle avatar

danielle

Totally Zenned

Join Date:
Oct 2004
Posts:
973
Plugin Contributions:
0

Re: Fast and Easy Checkout

OK, check in your admin, under Modules-Payment. What payment modules are turned on?

15 Jun 2010, 8:02 PM
#928
danielle avatar

danielle

Totally Zenned

Join Date:
Oct 2004
Posts:
973
Plugin Contributions:
0

Re: Fast and Easy Checkout

Danielle:

I have this installed an a 1.3.9d store, and it's working great, except customers who choose to COWOA are not receiving an order confirmation e-mail. Any ideas why this might be happening?

Thanks!

Fixed this. In includes/classes/order.php, change this:

function send_order_email($zf_insert_id, $zf_mode) {
global $currencies, $order_totals;
// disable for COWOA
if ($_SESSION['COWOA']) return false;

//      print_r($this);
//      die();

to this:

function send_order_email($zf_insert_id, $zf_mode) {
global $currencies, $order_totals;
// disable for COWOA
// if ($_SESSION['COWOA']) return false;

//      print_r($this);
//      die();
15 Jun 2010, 8:12 PM
#929
jdw1979 avatar

jdw1979

Zen Follower

Join Date:
Jun 2009
Location:
NC
Posts:
174
Plugin Contributions:
0

Re: Fast and Easy Checkout

This is more than likely a dumb mistake on my part, however I cannot get this modification to work. I have installed the CSS/Javascript loader, and it seems to be working fine (pretty cool performance boost, I must say). I then followed the instructions in the "documentation.html" file, to the very best of my understanding, at least. I am using version 1.3.8a and I have several mods installed, including the Ultimate SEO URLs mod. The issue that I'm running across is that the Fast and Easy Checkout interface in the admin is there, and runs just fine, but when I make any changes whatsoever...like just turning Fast and Easy Checkout ON, for example, nothing happens to the checkout process at all. It's as if there was no mod installed at all. I'm at a loss. Any ideas?

Mods installed

Zen Lightbox
Recover Cart Sales
Easy Populate
Ultimate SEO URLs
I'm forgetting some...I've been working on this store a while...I can't remember what all I've installed/experimented with over the past year and a half...

Bump...:cry:

15 Jun 2010, 8:13 PM
#930
techiegirl avatar

techiegirl

New Zenner

Join Date:
Apr 2010
Posts:
68
Plugin Contributions:
0

Re: Fast and Easy Checkout

Danielle:

OK, check in your admin, under Modules-Payment. What payment modules are turned on?

That was the issue, I had another credit card payment option active. I set the status to "False" and the second payment option is now gone.

Now I have to figure out why Authorize.net is not working when the CCV code is entered.

Thanks for your help!

:clap:

15 Jun 2010, 8:15 PM
#931
danielle avatar

danielle

Totally Zenned

Join Date:
Oct 2004
Posts:
973
Plugin Contributions:
0

Re: Fast and Easy Checkout

In your Authorize.net account, do you have it set to require a CVV code?

15 Jun 2010, 8:49 PM
#932
techiegirl avatar

techiegirl

New Zenner

Join Date:
Apr 2010
Posts:
68
Plugin Contributions:
0

Re: Fast and Easy Checkout

Danielle:

In your Authorize.net account, do you have it set to require a CVV code?

Yes I do have it set to require a CVV code. Even if not requiring the code I receive the same errors.

(TESTMODE) The merchant login ID or password is invalid or the account is inactive. - Your credit card could not be authorized for this reason. Please correct the information and try again or contact us for further assistance.

WARNING: Security hash problem. Please contact store-owner immediately. Your order has not been fully authorized.

15 Jun 2010, 9:27 PM
#933
danielle avatar

danielle

Totally Zenned

Join Date:
Oct 2004
Posts:
973
Plugin Contributions:
0

Re: Fast and Easy Checkout

Have you tried resetting the hash key?

15 Jun 2010, 10:21 PM
#934
techiegirl avatar

techiegirl

New Zenner

Join Date:
Apr 2010
Posts:
68
Plugin Contributions:
0

Re: Fast and Easy Checkout

Danielle:

Have you tried resetting the hash key?

I set the Authorize.net account to production mode, and reset the transaction key and hash key. This time I did not copy and paste the API login or transaction key, but entered them in directly.

Everything is working fine now. Thanks again for your help!

:clap:

15 Jun 2010, 11:32 PM
#935
danielle avatar

danielle

Totally Zenned

Join Date:
Oct 2004
Posts:
973
Plugin Contributions:
0

Re: Fast and Easy Checkout

Great, I'm glad it's working!

16 Jun 2010, 5:16 PM
#936
jdw1979 avatar

jdw1979

Zen Follower

Join Date:
Jun 2009
Location:
NC
Posts:
174
Plugin Contributions:
0

Re: Fast and Easy Checkout

This is more than likely a dumb mistake on my part, however I cannot get this modification to work. I have installed the CSS/Javascript loader, and it seems to be working fine (pretty cool performance boost, I must say). I then followed the instructions in the "documentation.html" file, to the very best of my understanding, at least. I am using version 1.3.8a and I have several mods installed, including the Ultimate SEO URLs mod. The issue that I'm running across is that the Fast and Easy Checkout interface in the admin is there, and runs just fine, but when I make any changes whatsoever...like just turning Fast and Easy Checkout ON, for example, nothing happens to the checkout process at all. It's as if there was no mod installed at all. I'm at a loss. Any ideas?

Mods installed

Zen Lightbox
Recover Cart Sales
Easy Populate
Ultimate SEO URLs
I'm forgetting some...I've been working on this store a while...I can't remember what all I've installed/experimented with over the past year and a half...

Bump, again....:frusty:

16 Jun 2010, 9:11 PM
#937
creinold avatar

creinold

Zen Follower

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

Re: Fast and Easy Checkout

Did you run the SQL file?
Posted via Mobile Device

18 Jun 2010, 3:32 PM
#938
jdw1979 avatar

jdw1979

Zen Follower

Join Date:
Jun 2009
Location:
NC
Posts:
174
Plugin Contributions:
0

Re: Fast and Easy Checkout

Yes, I did. Such a strange thing, the installation of the mod appears to be working properly in the administrative area, however doesn't appear to be working in the store area. The only guess that I have is that Ultimate SEO URLs is somehow screwing it up. And the only reason that I guess that is that I HAVE seen documentation stating that Ultimate SEO and this mod have some compatibility issues.

19 Jun 2010, 3:10 PM
#939
numinix avatar

numinix

Totally Zenned

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

Re: Fast and Easy Checkout

jdw1979:

Yes, I did. Such a strange thing, the installation of the mod appears to be working properly in the administrative area, however doesn't appear to be working in the store area. The only guess that I have is that Ultimate SEO URLs is somehow screwing it up. And the only reason that I guess that is that I HAVE seen documentation stating that Ultimate SEO and this mod have some compatibility issues.
There shouldn't be any issues now that Ultimate SEO URLs has the ability to set the module to only work for certain pages. If you leave this field blank it will work for all pages which will cause issues with FEC. But, the module would still be loading...

20 Jun 2010, 2:47 PM
#940
walkerhxg avatar

walkerhxg

New Zenner

Join Date:
Mar 2008
Posts:
9
Plugin Contributions:
0

Re: Fast and Easy Checkout

zc1.3.8a+captcha_using_ttf__gd+FEC1.8.1(updated from FEC1.5.1),but now the Coupon/discount update buttons don't work :frusty:

Please help me!

Thx!