Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing the store title


Trusten

Recommended Posts

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

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

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

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

  • 1 year later...

: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

  • 2 weeks later...

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

  • 1 year later...
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

Link to comment
Share on other sites

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

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

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.

 

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

  • 4 weeks later...

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

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

 

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

  • 1 month later...
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.

 

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

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

 

 

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

Archived

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

×
×
  • Create New...