alex1000 Posted December 10, 2003 Share Posted December 10, 2003 1. When I click on a category on the left, if it has no sub-categories, it displays: "Let's See What We Have Here" at the top of the main page, with the list of products. I want this to have the actual product name. So it wil be different for all products. 2. For categories WITH sub-categories, it says: "Categories" a the top of the main page. I want it to have the name of the main category, and below it, list all the categories. Does that make sense? I know this is possible, anyone wanna give me the quick answer? Thanks :D Link to comment Share on other sites More sharing options...
paulm2003 Posted December 10, 2003 Share Posted December 10, 2003 I know this is possible, anyone wanna give me the quick answer? Long question quick answer :) ? I think, that what you are looking for is the catagories descriptions contribution (search for catagories at the contributions). I am using it at my "near future" store (I"ll PM you the link if you want) Link to comment Share on other sites More sharing options...
OceanRanch Posted December 11, 2003 Share Posted December 11, 2003 Look in catalog/includes/languages/english/index.php I changed mine to just display the Category Name. define('HEADING_TITLE', $categories['categories_name']); HTH Tom... Link to comment Share on other sites More sharing options...
alex1000 Posted December 11, 2003 Author Share Posted December 11, 2003 Thanks guys...I'll try Tom's method, since it looks very simple, and appears to be what I need. But the contribution seems nice also, as you can add a product description as well... Thanks again :D Link to comment Share on other sites More sharing options...
paulm2003 Posted December 11, 2003 Share Posted December 11, 2003 Look in catalog/includes/languages/english/index.php I changed mine to just display the Category Name. define('HEADING_TITLE', $categories['categories_name']); HTH Tom... Nice one!!! I like simple :D Strange that this isn't the default setting, much better than Let's............ Link to comment Share on other sites More sharing options...
alex1000 Posted December 11, 2003 Author Share Posted December 11, 2003 Tom, that worked great...just what I was looking for. Thanks guys. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.