Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing the store title


Trusten

Recommended Posts

Posted

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:

Posted

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??

Posted

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.

Posted

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.

Posted

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!

Posted

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.

Posted

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.

Posted

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:

Posted

Only if you want them to understand what you are trying to say in german and spanish :shock:

  • 1 year later...
Posted

: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?

  • 2 weeks later...
Posted

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

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

Posted

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:

Posted

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.

Posted
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

  • 4 weeks later...
Posted

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

Posted
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.

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

Posted
Hi Mikey

 

Thanks, I edited in dreamweaver and ftp'd it back up with explorer.

 

Works at last!  :D

 

J

 

did u managed to edit catalog/index.php?

Posted
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

Archived

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

×
×
  • Create New...