shahin Posted August 16, 2005 Share Posted August 16, 2005 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 More sharing options...
brw96 Posted August 16, 2005 Share Posted August 16, 2005 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 More sharing options...
shahin Posted August 16, 2005 Author Share Posted August 16, 2005 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 <{POST_SNAPBACK}> THANK YOU VERY MUCH FOR YOUR SUPPORT Link to comment Share on other sites More sharing options...
shahin Posted September 9, 2005 Author Share Posted September 9, 2005 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 More sharing options...
shahin Posted September 9, 2005 Author Share Posted September 9, 2005 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 <{POST_SNAPBACK}> I am in need of your help guys !!! Kind Regards, Shahin Link to comment Share on other sites More sharing options...
Guest Posted September 9, 2005 Share Posted September 9, 2005 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 More sharing options...
shahin Posted September 9, 2005 Author Share Posted September 9, 2005 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. <{POST_SNAPBACK}> Thank you very much enigma !!! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.