New Year Posted December 23, 2005 Share Posted December 23, 2005 Dear all, I want to make espacially the first page more color full and change the section where you see links "my Account", Cart centents", "Check Out" , ( on the top right side). where is the location of this file how can I change it ? is this the part of header section or its located some where else ? where do I find most of the text used on the OsCommerce ? please help regards, and happy christmas Link to comment Share on other sites More sharing options...
tina_boots Posted December 23, 2005 Share Posted December 23, 2005 Dear all, I want to make espacially the first page more color full and change the section where you see links "my Account", Cart centents", "Check Out" , ( on the top right side). where is the location of this file how can I change it ? is this the part of header section or its located some where else ? where do I find most of the text used on the OsCommerce ? please help regards, and happy christmas Yes, the code which defines the top banner/logo and the top bar with the breadcrumbs trail is all in the header.php file. There are some other files which are "included" into this file, however the header.php file is where you want to start looking first. Be well, Tina If you're not having fun you're not doing it right Teach a person to fish rather than give them a loaf of bread or however that saying goes. Link to comment Share on other sites More sharing options...
New Year Posted December 23, 2005 Author Share Posted December 23, 2005 Yes, the code which defines the top banner/logo and the top bar with the breadcrumbs trail is all in the header.php file. There are some other files which are "included" into this file, however the header.php file is where you want to start looking first. Be well, Tina Hi Tina Thanks for the reply, I checked on header page but there is no word called (My Account" etc... where can find these words (text) to change, I also want to change the back ground color of it, please suggest regards new Link to comment Share on other sites More sharing options...
tina_boots Posted December 23, 2005 Share Posted December 23, 2005 Hi Tina Thanks for the reply, I checked on header page but there is no word called (My Account" etc... where can find these words (text) to change, I also want to change the back ground color of it, please suggest regards new Rule of thumb to remember all text, labels, etc are always defined in the language files. Most of the time these will be in a language file which has the same name as the front end file in question. However some pieces of text are used generally on most pages. The definitions for those things are inside the includes/languages/english/english.php file. The top bar text that you mentioned falls into that category so you want to look inside english.php. Be well, Tina If you're not having fun you're not doing it right Teach a person to fish rather than give them a loaf of bread or however that saying goes. Link to comment Share on other sites More sharing options...
New Year Posted December 23, 2005 Author Share Posted December 23, 2005 Rule of thumb to remember all text, labels, etc are always defined in the language files. Most of the time these will be in a language file which has the same name as the front end file in question. However some pieces of text are used generally on most pages. The definitions for those things are inside the includes/languages/english/english.php file. The top bar text that you mentioned falls into that category so you want to look inside english.php. Be well, Tina OK.. I got it..thanks... so how do I change the color background of this row ? Regards New Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.