Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / your order is being processed

your order is being processed

Locked

Views: 6,218

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
17 Oct 2008, 10:27 PM
#1
keylesslocks avatar

keylesslocks

Zen Follower

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

your order is being processed

after someone puts in their credit card and in red text is says something like "your order is being processed"

I want to change this text, where would I do that?

17 Oct 2008, 10:47 PM
#2
sirbuck avatar

sirbuck

Zen Follower

Join Date:
Jan 2007
Location:
Carlsbad, CA
Posts:
161
Plugin Contributions:
0

Re: your order is being processed

Not sure, but try...

admin->tools->developer toolkit.

paste the text in and search for it in the "Look up in all files" section. Usually a quick way to find what you need.

17 Oct 2008, 10:48 PM
#3
kuroi avatar

kuroi

Totally Zenned

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

Re: your order is being processed

I don't recall that text nywhere in Zen Cart by default. The page after credit card details are entered is the checkout_confirmation page and the text on it is defined in the languages/english/checkout_confirmation.php file.

However, the sort of text that you have queried sounds more as though it would be found on the checkout_success page.

But since, it's not part of default Zen Cart, are you sure that you haven't introduced it as part of a payment module?

22 Oct 2008, 9:58 PM
#4
keylesslocks avatar

keylesslocks

Zen Follower

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

Re: your order is being processed

hey thanks for your reply, the text is actually this: Your order is being processed, please wait...

checked the admin tools, does not come up, also checked all my checkout english files and can't find it... any other suggestions, I have easy checkout installed.

24 Oct 2008, 7:08 PM
#5
kuroi avatar

kuroi

Totally Zenned

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

Re: your order is being processed

keylesslocks:

I have easy checkout installed.Ah. That would have been helpful to know earlier.

The mod has a support thread and this problem has come up at least twice in there, where the advice given is> Make sure you have added the onLoad event as described in the installation instructions.