scarface1856 Posted February 5, 2005 Posted February 5, 2005 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?
OceanRanch Posted February 5, 2005 Posted February 5, 2005 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
scarface1856 Posted February 5, 2005 Author Posted February 5, 2005 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 <{POST_SNAPBACK}> 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!!!!!
OceanRanch Posted February 5, 2005 Posted February 5, 2005 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.