Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / "Processing Order" Notification while waiting on payment gateway?

"Processing Order" Notification while waiting on payment gateway?

Locked

Views: 4,313

Results 1 to 12 of 12
This thread is locked. New replies are disabled.
6 Dec 2007, 3:23 PM
#1
point4design avatar

point4design

New Zenner

Join Date:
Oct 2006
Posts:
47
Plugin Contributions:
0

"Processing Order" Notification while waiting on payment gateway?

Is there a way to add functionality to zen cart so when you click Confirm Order you have something that says "Processing...." and some turning sign (like most of the other sites have) while waiting?

6 Dec 2007, 10:55 PM
#2
traders avatar

traders

Zen Follower

Join Date:
Oct 2007
Posts:
111
Plugin Contributions:
0

Re: "Processing Order" Notification while waiting on payment gateway?

I do know you can choose and ADD options for that here:

localization, then ORDER STATUS you can insert and edit there. :smile:

6 Dec 2007, 11:07 PM
#3
point4design avatar

point4design

New Zenner

Join Date:
Oct 2006
Posts:
47
Plugin Contributions:
0

Re: "Processing Order" Notification while waiting on payment gateway?

Thanks for your help, that's not quite what I was looking for (my question wasn't clear). What I want is for when someone clicks on the confirm order button at the last step of checking out, they are given a "processing order" image while the site is loading the thank you page after processing the credit card. Does that make sense? Has anyone successfully done that with Zen Cart?

11 Dec 2007, 6:59 PM
#4
point4design avatar

point4design

New Zenner

Join Date:
Oct 2006
Posts:
47
Plugin Contributions:
0

Re: "Processing Order" Notification while waiting on payment gateway?

Anyone??

14 Dec 2007, 9:50 PM
#5
nrg77 avatar

nrg77

Zen Follower

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

Re: "Processing Order" Notification while waiting on payment gateway?

This would be a good feature as I too have multiple customers pressing the checkout more than 1 time thus generating several orders which I then have to delete....

Sometimes the server takes a bit more time to process and customers thought they didn't press the checkout button so they press it again.

9 Jan 2008, 4:45 PM
#6
point4design avatar

point4design

New Zenner

Join Date:
Oct 2006
Posts:
47
Plugin Contributions:
0

Re: "Processing Order" Notification while waiting on payment gateway?

Sorry to bump this back up, but I'm still trying to figure out a way to do this. Any ideas?

9 Jan 2008, 6:05 PM
#7
dogtags avatar

dogtags

Totally Zenned

Join Date:
Nov 2003
Posts:
876
Plugin Contributions:
1

Re: "Processing Order" Notification while waiting on payment gateway?

Would be a nice feature

Could do some css to hide or gray-out the button

9 Jan 2008, 6:11 PM
#8
point4design avatar

point4design

New Zenner

Join Date:
Oct 2006
Posts:
47
Plugin Contributions:
0

Re: "Processing Order" Notification while waiting on payment gateway?

Even if somebody has any ideas to 'fake' it that would be helpful. It doesn't really need to know if the processor is done, as long as it looks like it knows.

9 Jan 2008, 6:37 PM
#9
nrg77 avatar

nrg77

Zen Follower

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

Re: "Processing Order" Notification while waiting on payment gateway?

What I did was I created a animated gif text that says "Do not click twice" and it flashes. Once the submit cart button is pressed, the animation stops flashing indicating the button has been pressed.

This alerts the customers that they have already pressed the button and won't press it again.

12 Jan 2008, 7:28 PM
#10
dogtags avatar

dogtags

Totally Zenned

Join Date:
Nov 2003
Posts:
876
Plugin Contributions:
1

Re: "Processing Order" Notification while waiting on payment gateway?

nrg77:

What I did was I created a animated gif text that says "Do not click twice" and it flashes. Once the submit cart button is pressed, the animation stops flashing indicating the button has been pressed.

This alerts the customers that they have already pressed the button and won't press it again.

How do you get it to stop flashing?

This would be nice to try. Can you post the code? :smile:

12 Jan 2008, 9:39 PM
#11
point4design avatar

point4design

New Zenner

Join Date:
Oct 2006
Posts:
47
Plugin Contributions:
0

Re: "Processing Order" Notification while waiting on payment gateway?

Here's what I decided to do, in case anyone else runs into this issue. I added some javascript to the form to replace the image for the submit button with an animated gif that says 'Processing' when the form is submitted. This seems to work well.

19 Jan 2008, 12:56 AM
#12
nrg77 avatar

nrg77

Zen Follower

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

Re: "Processing Order" Notification while waiting on payment gateway?

DogTags:

How do you get it to stop flashing?

This would be nice to try. Can you post the code? :smile:

You don't need to stop it, it will stop due to the process going on in the server side....