Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Page Header - "Let's See What We Have Here"


talawaw

Recommended Posts

In index.php find:

 

<td class="pageHeading" width="45%"><?php echo HEADING_TITLE; ?> <td>

 

Replace with:

 

<td class="pageHeading" width="45%"><?php echo HEADING_TITLE; ?> <?php echo $category['categories_name']; ?></td>

 

Then in includes/languages/english/index.php find:

 

define('HEADING_TITLE', Lets see what we have here');

 

Replace with:

 

define('HEADING_TITLE', 'General title goes here');

 

You can put what you like in the title, as my store is jewellery based, ours reads 'The webs favourite jeweller presents...' which looks OK on the index page and also suits the category titles on category pages.

 

Hope that helps!

Please note - if I have suggested a contrib above, it doesnt mean it will work! Most of the contribs are not ones I've used, but may be useful for your particular problem....

Have you tried a refined search? Chances are your problem has already been dealt with elsewhere on the forums.....

if (stumped == true) {

return(square_one($start_over)

} else {

$random_query = tep_fetch_answer($forum_query)

}

Link to comment
Share on other sites

Change "let's see what we have here..", to category Title ... how?

http://www.oscommerce.com/forums/index.php?showtopic=133574

 

remove "Let's See What We Have Here" title, remove Let's See What We Have Here title

http://www.oscommerce.com/forums/index.php?showtopic=132308&hl=

 

Lets See What we have Here...get rid of it?

http://www.oscommerce.com/forums/index.php?showtopic=131398&hl=

 

Changing headings, "Let's See What We Have Here"

http://www.oscommerce.com/forums/index.php?showtopic=131256&hl=

 

How do I remove the "Let's See What We Have Here" image on the products page? I can't find the code to that anywhere.

http://www.oscommerce.com/forums/index.php?showtopic=129760&hl=

 

Help: Category Name instead of "Lets see what we have h

http://www.oscommerce.com/forums/index.php?showtopic=23971&hl=

 

Language Text Definitions

http://www.oscommerce.info/kb/osCommerce/C...n_and_Layout/53

"Buy the ticket, take the ride..." -HST

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...