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

Fast and Easy Checkout

Views: 550,661

Results 281 to 300 of 2,177
19 Oct 2008, 8:38 AM
#281
numinix avatar

numinix

Totally Zenned

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

Fast and Easy Checkout

andyshea:

May I know if it works on 1.3.7?

Thank you

regards,
andy
Yes

xiongzhi555:

how can my customer use a discount coupon when I use this module? thank u!
The same as the regular checkout.

22 Oct 2008, 10:28 PM
#282
keylesslocks avatar

keylesslocks

Zen Follower

Join Date:
May 2007
Posts:
267
Plugin Contributions:
0

Re: Fast and Easy Checkout

A lot of customers are calling us and saying after they put in there credit card it says: "Your order is being processed, please wait..." and hangs there...

2 questions...

  1. why would it be hanging here for over 10 minutes and never doing anything... checked with our server and our load is minimal

  2. sometimes if they hit F5 it works right, so I want to add that to the text like "Your order is being processed, please wait... if this screen remains for more than 2 minutes hit the F5 key" how can I add this text, I looked at all of my english files and used my admin developer tool and cannot find this specific text.

thanks!

~ Eric

22 Oct 2008, 11:40 PM
#283
bgroup99 avatar

bgroup99

Zen Follower

Join Date:
Aug 2006
Posts:
197
Plugin Contributions:
0

Re: Fast and Easy Checkout

keylesslocks:

A lot of customers are calling us and saying after they put in there credit card it says: "Your order is being processed, please wait..." and hangs there...

2 questions...

  1. why would it be hanging here for over 10 minutes and never doing anything... checked with our server and our load is minimal

  2. sometimes if they hit F5 it works right, so I want to add that to the text like "Your order is being processed, please wait... if this screen remains for more than 2 minutes hit the F5 key" how can I add this text, I looked at all of my english files and used my admin developer tool and cannot find this specific text.

thanks!

~ Eric

I think you forgot to do the final step, which is to insert the onLoad event. It is kind of obscure in the instructions. I had the same problem, you can look back through this thread for my post.

24 Oct 2008, 6:21 AM
#284
numinix avatar

numinix

Totally Zenned

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

Re: Fast and Easy Checkout

bgroup99:

I think you forgot to do the final step, which is to insert the onLoad event. It is kind of obscure in the instructions. I had the same problem, you can look back through this thread for my post.

I hope the note I just added to the documentation has resolved any confusion.

24 Oct 2008, 2:38 PM
#285
micmed avatar

micmed

Zen Follower

Join Date:
Mar 2008
Location:
The Free South
Posts:
165
Plugin Contributions:
0

Re: Fast and Easy Checkout

This question is is about when a customer wants to change their shipping address. An example would be to add a company name to take advantage of lower FedEx shipping. If they do not enter a company name they are charged for home delivery instead of the ground rate.

Right now if they click on "Change your Address" they are taken to the form to enter a new address instead of modifying the current one. They would have to go to "My Account" and click through to the address book in order to make this one simple change.

How would I modify the checkout page to make editing the ship to address easier?

Thanks

https://www.thecablestation.com

24 Oct 2008, 6:58 PM
#286
numinix avatar

numinix

Totally Zenned

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

Re: Fast and Easy Checkout

micmed:

This question is is about when a customer wants to change their shipping address. An example would be to add a company name to take advantage of lower FedEx shipping. If they do not enter a company name they are charged for home delivery instead of the ground rate.

Right now if they click on "Change your Address" they are taken to the form to enter a new address instead of modifying the current one. They would have to go to "My Account" and click through to the address book in order to make this one simple change.

How would I modify the checkout page to make editing the ship to address easier?

Thanks

www.thecablestation.com

Your question is a general Zen Cart question and isn't related specifically to Fast and Easy Checkout. However, you would need to modify the edit link to point to this page in MY ACCOUNT, and then add some code to redirect back into the checkout if that was the referring page.

24 Oct 2008, 7:22 PM
#287
micmed avatar

micmed

Zen Follower

Join Date:
Mar 2008
Location:
The Free South
Posts:
165
Plugin Contributions:
0

Re: Fast and Easy Checkout

Thanks, I will repost in General

24 Oct 2008, 9:58 PM
#288
keylesslocks avatar

keylesslocks

Zen Follower

Join Date:
May 2007
Posts:
267
Plugin Contributions:
0

Re: Fast and Easy Checkout

I am using FEC and Authorize.

right now if the credit card is declined, it just reloads the order page... I need to set up some kind of unique error identifier, so when it comes back it tells the customer what is wrong.... like:

  1. general & any unexpectederrors (server timeout, etc)
  2. declined (no chedder in the bank)
  3. avs mismatch (don't know which house is theirs)

this is critical, we are gettin 30 calls & emails a day from customers saying, "I don't know if my order went through, the page just keeps reloading..."

thanks,

Eric

25 Oct 2008, 5:42 AM
#289
dantheman avatar

dantheman

New Zenner

Join Date:
May 2005
Location:
Toronto, Ontario, Canada
Posts:
41
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hey Numinix, very useful contrib, thanks!

One issue, though - it seems to crash under the following conditions:

If the "ship to" country is not defined or listed as "skip" in the shipping module, pressing "Continue Checkout" (main_page=checkout) causes the crash. Same crash occurs if you try to select an unsupported country from the address book (main_page=checkout_shipping_address).

The crash shows up as "Internet Explorer cannot display the webpage" in IE and "Page Load Error - Redirect Loop - server is redirecting the request for this address in a way that will never complete" in Firefox. :oops:

Unmodified (stock) ZC will not proceed from checkout Step 1 to Step 2 until you change the shipping address to a country that is supported by at least one shipping module, but FEC just crashes.

Using FEC 1.16, ZC 1.3.8a with SSL enabled.

Any ideas?

26 Oct 2008, 5:30 AM
#290
numinix avatar

numinix

Totally Zenned

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

Re: Fast and Easy Checkout

DanTheMan:

Hey Numinix, very useful contrib, thanks!

One issue, though - it seems to crash under the following conditions:

If the "ship to" country is not defined or listed as "skip" in the shipping module, pressing "Continue Checkout" (main_page=checkout) causes the crash. Same crash occurs if you try to select an unsupported country from the address book (main_page=checkout_shipping_address).

The crash shows up as "Internet Explorer cannot display the webpage" in IE and "Page Load Error - Redirect Loop - server is redirecting the request for this address in a way that will never complete" in Firefox. :oops:

Unmodified (stock) ZC will not proceed from checkout Step 1 to Step 2 until you change the shipping address to a country that is supported by at least one shipping module, but FEC just crashes.

Using FEC 1.16, ZC 1.3.8a with SSL enabled.

Any ideas?

Please try the latest version before posting a bug report.

29 Oct 2008, 3:11 AM
#291
dantheman avatar

dantheman

New Zenner

Join Date:
May 2005
Location:
Toronto, Ontario, Canada
Posts:
41
Plugin Contributions:
0

Re: Fast and Easy Checkout

Sorry, at the time of testing the latest version posted at zen-cart.com was FEC v1.16 and I didn't know there was newer version at numinix.com

But I was able to reproduce the problem using FEC v1.22 as well.

Can anyone confirm it or suggest any ideas how to resolve it?

Thanks!

29 Oct 2008, 6:26 PM
#292
jeff_mash avatar

jeff_mash

Totally Zenned

Join Date:
Aug 2004
Posts:
731
Plugin Contributions:
0

Re: Fast and Easy Checkout

Why would we ALL OF THE SUDDEN be getting a white page on checkout? I had a customer from Brazil try to checkout, and they get a white page when they go to the checkout page.

When you're on the shopping cart page and Estimate Shipping, that comes up blank as well. If I change the address to be a USA address, it works.

We didn't do any updates on our end, and this was all working fine. Any idea why? Did the UPS or USPS make any updates to their modules which would cause FEC to not work? Any sort of debugging I can do on this end to see why the page isn't being displayed?

29 Oct 2008, 7:00 PM
#293
jeff_mash avatar

jeff_mash

Totally Zenned

Join Date:
Aug 2004
Posts:
731
Plugin Contributions:
0

Re: Fast and Easy Checkout

UPDATE: I enabled the debugging and I see the following error:

[29-Oct-2008 13:59:25] PHP Fatal error: Cannot use string offset as an array in /home/mjmmagic/public_html/store_test/includes/modules/shipping/upsxml.php on line 262

Still trying to figure out where to go from here, but thought I'd give you an update.

29 Oct 2008, 7:08 PM
#294
jeff_mash avatar

jeff_mash

Totally Zenned

Join Date:
Aug 2004
Posts:
731
Plugin Contributions:
0

Re: Fast and Easy Checkout

I went to that file (upsxml.php) and saw the following function which was throwing the error:

if (isset($this->servicesTimeintransit[$type])) {
                    $eta_array = explode("-", $this->servicesTimeintransit[$type]["date"]);
                    $months = array (" ", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
                    $eta_arrival_date = $months[(int)$eta_array[1]]." ".$eta_array[2].", ".$eta_array[0];
                    // $_type .= ", ETA: ".$eta_arrival_date;
		$_type .= "";
                }

I don't know what could have possibly changed to cause this, but we certainly didn't do anything. So I commented that function out and now it APPEARS to be working. If you do hear any information about a UPS code change, please let us know.

29 Oct 2008, 9:08 PM
#295
numinix avatar

numinix

Totally Zenned

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

Re: Fast and Easy Checkout

Jeff_Mash:

I went to that file (upsxml.php) and saw the following function which was throwing the error:

if (isset($this->servicesTimeintransit[$type])) {
$eta_array = explode("-", $this->servicesTimeintransit[$type]["date"]);
$months = array (" ", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
$eta_arrival_date = $months[(int)$eta_array[1]]." ".$eta_array[2].", ".$eta_array[0];
// $_type .= ", ETA: ".$eta_arrival_date;
$_type .= "";
}

>  
> I don't know what could have possibly changed to cause this, but we certainly didn't do anything. So I commented that function out and now it APPEARS to be working. If you do hear any information about a UPS code change, please let us know.
 
Try posting your error in the UPS thread, wherever that may be...
1 Nov 2008, 7:15 PM
#296
sweettraders avatar

sweettraders

New Zenner

Join Date:
Nov 2008
Posts:
11
Plugin Contributions:
0

Re: Fast and Easy Checkout

I followed the installation steps, but after adding ```

<body id="<?php echo $body_id . 'Body'; ?>"<?php echo (FEC_ONE_PAGE == 'true' && $_GET['main_page'] == 'fec_confirmation' ? ' onLoad="document.fec_confirmation.submit()"' : ($zv_onload != '' ? ' onload="'.$zv_onload.'"' : '')); ?>> ``` to tpl_main_page.php all (entire site) side boxes disappear.

I have a TemplateMonster.com template and Simple SEO URL installed.

Any ideas?

Thanks

2 Nov 2008, 9:49 AM
#297
numinix avatar

numinix

Totally Zenned

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

Re: Fast and Easy Checkout

You've probably pasted it into your code wrong or forgot to REPLACE, rather than ADD.

Anyways, upgrade to v1.23 which doesn't require this edit to be made anymore.

4 Nov 2008, 4:08 PM
#298
mvstudio avatar

mvstudio

Zen Follower

Join Date:
Apr 2008
Posts:
447
Plugin Contributions:
1

Re: Fast and Easy Checkout

Hello everyone.
I've installed the mod and it works fine in my store. One issue though, I received an order after installing the mod and the shipping weight was incorrect. Instead of multiplying the weight of the item according to the quantity ordered, it just reflected the weight of 1 item instead of the 5 ordered.

Has anyone else experienced something similar? any fix for this would be really appreciated it.

MV./

5 Nov 2008, 7:24 AM
#299
numinix avatar

numinix

Totally Zenned

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

Re: Fast and Easy Checkout

What shipping module was used? Were any of the products always free shipping?

5 Nov 2008, 2:06 PM
#300
mvstudio avatar

mvstudio

Zen Follower

Join Date:
Apr 2008
Posts:
447
Plugin Contributions:
1

Re: Fast and Easy Checkout

I use the USPS shipping module, no free shipping on the product purchased or any product for that matter. The client purchased 5 bars of organic soap. Each bar weights 4oz. Instead of calculating 20oz for shipping weight the shipping was calculated based on 4oz as if the customer was buying just 1 item. This was not happening before I installed the mode, so I know everything was working with shipping weight calculation.

Thank you for looking into it.