Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Let's See What We Have Here Mod


mecha008

Recommended Posts

Posted

Hi, I need help changing the "Let's See What We Have Here" default heading and Alt tags on images in Catagory and Manufacturer pages.

 

My attempt on Changing it in Language files have no effect. I am assuming it's because of the contribution with BTS and Header Tag Control installed.

 

Thanks in Advance.

Posted

Hi,

 

/catalog/includes/languages/english/index.php - line 19

 

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

 

Peter

Posted

Hi,

 

The constant HEADING_TITLE is used extensively throughout osCommerce (would you beleive 264 files use it ?).

 

Especially, it is used in /catalog/index.php

 

As it is set in /catalog/includes/languages/english/index.php - line 19. then possibly the contributions you have installed, don't allow it to be reset, for some reason ?

 

Peter

Posted

Hi, thanks for your reply. I found the index.php yesterday in language yesterday. I have used a query to dynamically generate the heading_title in both manufacturer and category pages. Wow took me awhile to find that one. Thanks Peter.

Posted

Hi,

 

Wow took me awhile to find that one.

 

Yes, there is a tool called PHPXref , which is very helpful to find functions, classes,etc on osCommerce code. However, what I would like to see is a 'where used' or even a quick search function on the osCommerce code.

 

At present, I have to resort to (Windows) 'find' tool. :(

 

Peter

Archived

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

×
×
  • Create New...