Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product listing table heading


shahin

Recommended Posts

Hi,

 

I want to change the text of product listing table-heading.

 

For instance,

 

Instead of

 

"product name" " price " "buy now" ,

 

I want to display

 

 

"product " "price (inc. Vat) " "buy "

 

 

Could anyone tell me how to edit the text of the heading ?

Thanks in advance.

 

Regards,

Shahin

Link to comment
Share on other sites

Hi,

 

In the catalog/includes/languages directory there are directories for each of the languages. In the language directory of your choice (e.g. english) there are files with various define statements. These statements define the text that is used for headings.

 

I had a look on my system and I have two or three files with these headings in. The main one is index.php.

 

If you change the text in the define statement, the text in the application should change.

 

Hope this helps

Link to comment
Share on other sites

Hi,

 

In the catalog/includes/languages directory there are directories for each of the languages. In the language directory of your choice (e.g. english) there are files with various define statements. These statements define the text that is used for headings.

 

I had a look on my system and I have two or three files with these headings in. The main one is index.php.

 

If you change the text in the define statement, the text in the application should change.

 

Hope this helps

 

 

THANK YOU VERY MUCH FOR YOUR SUPPORT

Link to comment
Share on other sites

  • 4 weeks later...

Hi,

 

I have changed catalog/includes/languages/english/index.php

 

define('TABLE_HEADING_PRICE', 'Price(inc.VAT)');

 

 

Now my product listing table heading is fine. But the Search Result table heading haven't changed.

 

Could anybody tell me how to change the Search Result table heading as well !!

 

 

Thanks in advance

 

Regards,

 

Shahin

Link to comment
Share on other sites

Hi,

 

I have changed  catalog/includes/languages/english/index.php

 

define('TABLE_HEADING_PRICE', 'Price(inc.VAT)');

Now my product listing table heading is fine. But the Search Result table heading haven't changed.

 

Could anybody tell me how to change the  Search Result table heading as well !!

Thanks in advance

 

Regards,

 

Shahin

 

 

 

 

I am in need of your help guys !!!

 

Kind Regards,

Shahin

Link to comment
Share on other sites

in includes\languages\<language>\advanced_search.php there is another definition:

 

define('TABLE_HEADING_BUY_NOW', 'Buy Now');

 

you could change it to the way you want.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...