Zen Cart Logo
Forums / General Questions / order steps text and images not there!

order steps text and images not there!

Locked

Views: 2,061

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
9 Jul 2008, 8:42 PM
#1
phooie avatar

phooie

New Zenner

Join Date:
May 2008
Posts:
14
Plugin Contributions:
0

order steps text and images not there!

When going through the check out process, there is a checkout status area near the top of the page that, I suppose, should have text and images that show a customer where they're at in the checkout process.

However, in place of the text and images, I get TEXT_ORDER_STEPS_1, ect, and ORDER_STEPS_IMAGE_ALT instead of actual text and images. Where do I go to insert text and images?

Thank you

11 Jul 2008, 5:16 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: order steps text and images not there!

I'm not seeing TEXT_ORDER_STEPS in the Developers Tool Kit on my stock test site, so I'm assuming you have some mod installed that deals with those pages.

Anyway, check this:

https://www.zen-cart.com/tutorials/index.php?article=95

11 Jul 2008, 5:53 PM
#3
phooie avatar

phooie

New Zenner

Join Date:
May 2008
Posts:
14
Plugin Contributions:
0

Re: order steps text and images not there!

Thanks for the reply. I don't think I have any mods (except I'm using the Cherry Zen template). Also, the tutorial link you sent was informative. I think it must be an undefined constant that Cherry Zen is looking for.(?)

11 Jul 2008, 6:15 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: order steps text and images not there!

Those are defined in includes/english/extra_definitions/cherry_zen/order_steps_defines.php.

That file may be missing, or corrupted.

11 Jul 2008, 7:14 PM
#5
phooie avatar

phooie

New Zenner

Join Date:
May 2008
Posts:
14
Plugin Contributions:
0

Re: order steps text and images not there!

THANK YOU! That did it. I checked the Zen Cart website and sure enough there was a newer download for Cherry Zen and it included new directories and files that I didn't have - one of which was the defines file for the checkout process text and images. I got 'em and now it works.

Thanks!