Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Rename menu


Guest

Recommended Posts

Posted

I want to know where to edit so I can change the menu's title from

Manufacturers to Artists?

Anyone know what page I can edit to create this change?

 

thanks

Posted

I would also like to know how to do that..

 

I would also like to know how to totally do away with the text "manufacturers" and replace it with my own custom picture/ image.

 

If anyone knows how to do this I would appreciate the info.

Posted

Changing the menu title isn't enough as the word manufacturer is used all over the place (in the advanced search etc.). Here's a list of the files/lines you'll need to change:

 

includes/languages/english.php lines 78 & 114

includes/languages/english/advanced_search.php lines 25, 34, 43

includes/languages/english/index.php lines 23, 29 & 35

includes/languages/english/products_new.php line 17

 

Hope this helps.

Posted
I would also like to know how to do that..

 

I would also like to know how to totally do away with the text "manufacturers" and replace it with my own custom picture/ image.

 

If anyone knows how to do this I would appreciate the info.

 

In includes/languages/english.php, line 78:

 

define('BOX_HEADING_MANUFACTURERS', 'Manufacturers');

 

replace with...

 

define('BOX_HEADING_MANUFACTURERS', tep_image(DIR_WS_IMAGES . 'yourimage.gif', 'Alt text'));

 

..then just upload yourimage.gif to the images directory. Replace yourimage.gif with real image name of course ;)

Posted

so in this path:

store/includes/languages/english.php

 

I can edit any of the info box text links? Is this where all of them are found?

 

example: categories (replace w/ my own image), manufacturers (replace w/ my own image), whats new (replace w/ my own image), etc...

 

Let me kno... :)

Posted

Yes, look for the any of the ones that start:

 

define('BOX_HEADING_

 

... and change accordingly.

Posted

now that I have added my custom image, I now have a new problem...

 

when you originally get oscommerce., the site comes w/ those little grey rectangle images called: corner_left.gif w/ about 3 other similar pictures to fit the corners of the info boxes. the path is store/images/infobox/ where the small pics are located...

 

my question is, How do i permanently remove them? I changed them to match my site but now am ready to do away w/ them. I just want my picture to show and that is it.

 

here is what it looks like right now with my added picture. www.sneakerbase.com/store

 

Here is how I want it to eventually look like:

http://sneakerbase.com/image/template/NEWNEWNEW.gif

(still in the design process)

 

UTS, can you possibly IM me on MSN: [email protected]

 

I have a few quick questions here and there sometimes..,

thanks

Archived

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

×
×
  • Create New...