Does anyone know where to go to change the New Products header bar?
On my home page, it is a center box listed below the welcome text. I didn't set it up this way...it's a factor of the template which came with the Zen Cart upload from my webhost.
It used to say New Products For (current month)
I want it to just say "New Products".
I was able to change it to New Products For Upcoming Season by changing the following code in the INCLUDES>MODULES>new_products.pho
sprintf(TABLE_HEADING_NEW_PRODUCTS, strftime('%B')) . to
sprintf(TABLE_HEADING_NEW_PRODUCTS, strftime(Upcoming Season')) .
I know (!) this is not the way to do it. I know that it is set up to keep track of the current month. My store owners don't want this.
I have looked extensively through every template and php page I can find and no where do I see where to change it to just read: NEW PRODUCTS (or even Recently Added Products).
I've tried every search I can think of, including using the Developers Tool kit.
If you know of a way to do this could you please be as specific as possible as, obviously, I'm not good at finding things yet!
Thanks so much.




