Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

lets see what we have here


Vesper

Recommended Posts

what file has the "lets see what we have here" text because I want to change that?

 

also, what file has the text that just says "categories" that is displayed over the products?

Link to comment
Share on other sites

what file has the "lets see what we have here" text because I want to change that?

 

also, what file has the text that just says "categories" that is displayed over the products?

 

:D Hi you'll find what you're looking for on the same page:

 

catalog/includes/languages/english/index.php (look for this near the bottom)

} elseif ($category_depth == 'nested') {

define('HEADING_TITLE', '<img src="images/heading/categories.gif">');

}

Where you see my '<img src=" this calls a personalized image. Enter your text between the two [ ' ' ]

 

catalog/includes/languages/english/index.php (look for this above the categories)

define('TEXT_ALL_CATEGORIES', 'All Categories');

define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');

} elseif ($category_depth == 'top') {

define('HEADING_TITLE', 'Let\'s See What We Have Here');

} elseif ($category_depth == 'nested')

 

Alternately you may think of using images to replace the text. Take a look at my welcome and category pages:

 

http://giftsyouwanttokeep.com/ecommerce/os...ex.php?cPath=30

 

http://giftsyouwanttokeep.com/ecommerce/os/catalog/index.php

 

Hope this helps you and anyone else that needs it! :D

We help each other, to help ourselves!

Aloha Allison!

 

Liken to wrinkles, the many paths of my life not only altered my destiny, but my appearance.

 

Poetry, the artistry of plying ones soul to the empty canvases of life. A vision without sight. A verse without darkness. Lighting each day with a prose of beauty and love.

Link to comment
Share on other sites

Hey,

 

Can anyone tell me how to call up the category name as entered in admin instead of "Let's see what we have here". I'm assuming I need to change

 

define('HEADING_TITLE', 'Let\'s See What We Have Here');

 

but I don't know know how to do it.

 

Thanks

 

Steve

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...