Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Small Items Part 2


scarface1856

Recommended Posts

Posted

Thanks for the help on the first ones, here are a couple more.

 

5) Is there anywhere to change the word "catalog" in the bar directly below the header to say "menu" instead? Perhaps renaming a folder or something?

 

6) is there an easy way to swap out the icons for the "cart contents", "my account," and "checkout" in that same bar and possibly other icons...or is it just swap out them in the html references?

Posted

And for "5"

 

in catalog/includes/languages/english.php around line 56

 

define('HEADER_TITLE_CATALOG', 'Catalog');

 

to

 

define('HEADER_TITLE_CATALOG', 'Menu');

 

For 6 just find the corresponding .gif's and replace them. Right click on the image and view properties to find out the name. Then ftp your own graphic to the appropriate folder.

 

HTH

Tom

Posted
And for "5"

 

in catalog/includes/languages/english.php around line 56

 

define('HEADER_TITLE_CATALOG', 'Catalog');

 

to

 

define('HEADER_TITLE_CATALOG', 'Menu');

 

For 6 just find the corresponding .gif's and replace them. Right click on the image and view properties to find out the name. Then ftp your own graphic to the appropriate folder.

 

HTH

Tom

 

 

Thank you for both...

 

 

8) I read that you have to "secure" your admin control panel. How does one go about that, or am I way off base? I have noticed that I have only had to enter my password the one time.

 

 

Thanks!!!!!

Posted

Once is enough.....assuming you mean when you go to the oscommerce admin window and not just your initial login to your host control panel.

 

Tom

Archived

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

×
×
  • Create New...