rocketmanpj Posted December 3, 2006 Posted December 3, 2006 Here is a link to the store I am setting up: http://www.rocketracingperformance.com/catalog/index.php What I am trying to do is change the words ""Top>>Catalog" to "Home Page>>Online Store" or something like that. What files need to be altered to at least get rid of the word "Top" and make it a bit more intuitive so that the user knows to click on that to get back to the home page?
sirryche Posted December 3, 2006 Posted December 3, 2006 Here is a link to the store I am setting up: http://www.rocketracingperformance.com/catalog/index.php What I am trying to do is change the words ""Top>>Catalog" to "Home Page>>Online Store" or something like that. What files need to be altered to at least get rid of the word "Top" and make it a bit more intuitive so that the user knows to click on that to get back to the home page? check out the web site http://www.oscdox.com found some useful info there. still trying out how to change the links for top and catalog let me know if you find anything
bill110 Posted December 3, 2006 Posted December 3, 2006 check out the web site http://www.oscdox.com found some useful info there. still trying out how to change the links for top and catalog let me know if you find anything catelog/includes/english.php define('HEADER_TITLE_TOP', 'Top'); define('HEADER_TITLE_CATALOG', 'Catalog'); If you want to remove Top from the breadcrumb completly catelog/includes/application_top.php $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); comment out or delete the first line in above code My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai
rocketmanpj Posted December 3, 2006 Author Posted December 3, 2006 Thanks Bill, got it changed. the only correction is that the file is catalog\admin\includes\languages\english.php.
bill110 Posted December 3, 2006 Posted December 3, 2006 Thanks Bill, got it changed. the only correction is that the file is catalog\admin\includes\languages\english.php. It shouldnt be because there is no breadcrumb in the admin. My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai
Recommended Posts
Archived
This topic is now archived and is closed to further replies.