Trusten Posted September 20, 2002 Share Posted September 20, 2002 I cannot locate the file that controls the store title. I changed it in the admin area and it still won't change on the pages. Link to comment Share on other sites More sharing options...
Ajeh Posted September 20, 2002 Share Posted September 20, 2002 You will note that on all the pages there is a section of code: <title><?php echo TITLE ?></title> If you were to do a search in windows ... which I know you are racing off to do now :shock: you would find it in the /includes/languages/english.php et. al. all other language files. // page title define('TITLE', 'The WebMakers Corner - Free-Call for Price'); Granted you can use your own name rather than mine :wink: Link to comment Share on other sites More sharing options...
Trusten Posted September 20, 2002 Author Share Posted September 20, 2002 yes, i did see that command, i just couldn't figure otu wehre it was coming from. honestly, this is a good cart, but it really is hard to nav through if you are a newbie. btw, inserting images, any help please?? Link to comment Share on other sites More sharing options...
Ajeh Posted September 20, 2002 Share Posted September 20, 2002 Most anywhere you want to add an image, using the function tep_image is helpful. This is in the /includes/functions/html_output.php file. You can look through the code to see how it is used in other parts then apply it to how you want to use it. Link to comment Share on other sites More sharing options...
Trusten Posted September 20, 2002 Author Share Posted September 20, 2002 is there any tutoral on how to customize the look of the cart? I can't even figure out where the bckground color for the tables is coming from. I thought it was the stylesheet but i don't think it is. Link to comment Share on other sites More sharing options...
drgroove Posted September 20, 2002 Share Posted September 20, 2002 titles and a lot of the text can be found here: /catalog/includes/languages/[your language here, probably english]/default.php - there are a ton of files in here, check them each for more stuff to edit colors and the like can usu. be gotten at here: /admin/includes/application_top.php /catalog/includes/application_top.php I agree, the information provided for newbies is a bit lacking... good thing they've provided this forum! Link to comment Share on other sites More sharing options...
Trusten Posted September 20, 2002 Author Share Posted September 20, 2002 what about that "Welcome" intro Link to comment Share on other sites More sharing options...
drgroove Posted September 20, 2002 Share Posted September 20, 2002 its in the default.php page of the english directory... seriously, just go through there, you'll see most of what you're looking for. Link to comment Share on other sites More sharing options...
Trusten Posted September 20, 2002 Author Share Posted September 20, 2002 seriously, I am going through. i found the colors before you responded, but i couldn't find the intro. so sorry and you can't say "go through", there are SO many pages. Link to comment Share on other sites More sharing options...
Ajeh Posted September 20, 2002 Share Posted September 20, 2002 One thing that is really helpful is just using the Windows File Search feature and search your /catalog directory on your computer for what you are looking for. As you get more familiar with the code, you will better be able to anticipate where something might be. As to text, most is in /includes/application_top.php or /includes/language/english.php or /includes/language/english/*.php If it is a shipping module text try: /includes/languages/english/modules/shipping/shipping_modules_name.php If it is a payment module text try /includes/languages/english/modules/payment/payment_modules_name.php You will find most of the main files like /catalog/default.php - /includes/languages/english/default.php /catalog/shopping_cart.php - /includes/languages/english/shopping_cart.php etc. etc. etc. Just take your time ... it's in there :listen: Link to comment Share on other sites More sharing options...
Trusten Posted September 20, 2002 Author Share Posted September 20, 2002 alright, thank you. will do. :o) btw, would i have to edit each language the same way? like german and spanish? Link to comment Share on other sites More sharing options...
Ajeh Posted September 20, 2002 Share Posted September 20, 2002 Only if you want them to understand what you are trying to say in german and spanish :shock: Link to comment Share on other sites More sharing options...
horus Posted March 8, 2004 Share Posted March 8, 2004 :huh: Thanks for the info, it helped me as I've been trying to change the title also. I have another question that might be common. How do I edit the links on the added navigation bar? I'm a newbie, so when I try to edit the added_application_top.php file, I mess everything up. Should I even touch this file? How can I change the links? Link to comment Share on other sites More sharing options...
bsharke Posted March 17, 2004 Share Posted March 17, 2004 Hi Linda.......while trying to find out how to change the title on each of my products I have listed on my website http://www.blacklightshopantiques.com I came across your reply on a thread saying "One thing that is really helpful is just using the Windows File Search feature and search your /catalog directory on your computer for what you are looking for. " I haven't a clue as to getting to my /catalog directory or finding my windows file search feature. How do I get to the windows file search. Are you referencing the browser window or what. As you can see I am a real fledgling with this but trying my to overcome it. Your help would be greatly appreciated. Thanks Bill Thanks Billy Link to comment Share on other sites More sharing options...
Guest Posted May 17, 2005 Share Posted May 17, 2005 Hi Linda.......while trying to find out how to change the title on each of my products I have listed on my website http://www.blacklightshopantiques.com I came across your reply on a thread saying "One thing that is really helpful is just using the Windows File Search feature and search your /catalog directory on your computer for what you are looking for. " I haven't a clue as to getting to my /catalog directory or finding my windows file search feature. How do I get to the windows file search. Are you referencing the browser window or what. As you can see I am a real fledgling with this but trying my to overcome it. Your help would be greatly appreciated. Thanks Bill <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
Guest Posted May 17, 2005 Share Posted May 17, 2005 Hi Bill Like your shop. I was trying to do the same by editing and the page responded with this: Parse error etc etc T-String or something I am a very new newbie. Please help me sort out how to have my shop look like the style you choosed. Thanks in advance :blush: Link to comment Share on other sites More sharing options...
Guest Posted May 19, 2005 Share Posted May 19, 2005 I really think they should add this variable to the config screen so you do not need to go into the lanaguage files to change this. Link to comment Share on other sites More sharing options...
Guest Posted May 21, 2005 Share Posted May 21, 2005 I really think they should add this variable to the config screen so you do not need to go into the lanaguage files to change this. <{POST_SNAPBACK}> Thanks rockerboo :D your remark prompted me to read the lines, read in between the lines and to read what is not writeable on the lines. Peace to all Link to comment Share on other sites More sharing options...
magicmonkey Posted June 16, 2005 Share Posted June 16, 2005 It would be a really good idea to add the title variable to the config menu! Whenever I try to change the title variable in the english.php file, I get parse T string error and the site crashes!! I have tried doing it many times with the same result. Could someone tell me how I can change the variable without this happening? Yours hopefully, J Link to comment Share on other sites More sharing options...
Guest Posted June 16, 2005 Share Posted June 16, 2005 It would be a really good idea to add the title variable to the config menu! Whenever I try to change the title variable in the english.php file, I get parse T string error and the site crashes!! I have tried doing it many times with the same result. Could someone tell me how I can change the variable without this happening? Yours hopefully, J <{POST_SNAPBACK}> Hi John :rolleyes: I have had the same problem before. Here's what I did. First the do NOTs. Do Not use the file manager. Open up the respective files (back up first) in text format, change whatever you need to change and save the file. Use your ftp program (or fantastico - as I did) to upload to proper folder. Hope this helps. Link to comment Share on other sites More sharing options...
magicmonkey Posted June 21, 2005 Share Posted June 21, 2005 Hi Mikey Thanks, I edited in dreamweaver and ftp'd it back up with explorer. Works at last! :D J Link to comment Share on other sites More sharing options...
Guest Posted July 23, 2005 Share Posted July 23, 2005 Hi John :rolleyes: I have had the same problem before. Here's what I did. First the do NOTs. Do Not use the file manager. Open up the respective files (back up first) in text format, change whatever you need to change and save the file. Use your ftp program (or fantastico - as I did) to upload to proper folder. Hope this helps. <{POST_SNAPBACK}> for a newbie like me who know little html formats, osccomerce is not really that user friendly.. though, i gotta admit creating base frame is child's play but when it comes to customized editing, it feels as though i need to go thru IT course again.. with that much reseaching & reading, my eyes hurt like hell.. anyway i just managed to setup it up few days back and now that info and products are all in place but i can't seem to change some items: 1. top oscommerce logon 2. centre contents (from 'what's new here?' till bottom) 3. managed to clear banner at footer but not able to edit (copyright/powered by..) - tried downloading .php files to edit with notepad but codes are all jumbled up. - tried editing index.php, saved and uploaded same folder but links doesn't work.. any kind soul/s here able to share help and guide? thanks. Link to comment Share on other sites More sharing options...
Guest Posted July 23, 2005 Share Posted July 23, 2005 Hi Mikey Thanks, I edited in dreamweaver and ftp'd it back up with explorer. Works at last! :D J <{POST_SNAPBACK}> did u managed to edit catalog/index.php? Link to comment Share on other sites More sharing options...
mi_jaiten Posted July 23, 2005 Share Posted July 23, 2005 It would be a really good idea to add the title variable to the config menu! Whenever I try to change the title variable in the english.php file, I get parse T string error and the site crashes!! I have tried doing it many times with the same result. Could someone tell me how I can change the variable without this happening? Yours hopefully, J <{POST_SNAPBACK}> Read This!!!!!!! http://www.oscommerce.info/kb/osCommerce/C...n_and_Layout/53 Always helps to seaarch Michelle Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.