its just a little tricked out which i like. They also have some interesting extensions also. Might be handy on a shop like your doing!
Note: I dont have anything to do with the above suggestions. But out of the box it might be better to spend a few dollars than starting from the default theme. Nothing against the default theme. I just wanted something a little different than the standard supplied themes
Thanks for those links Brendan. I liked the grey-line template. All the templates I have looked until now they have horizontal navigation on the top which limits the amount of top level categories you can have. I used the default theme and changed the navigation to vertical.
I got another question not related to above issue of showing categories on home page though. Take a look at this page http://test.newagestyles.com/bracelet, is there any way I can move the breadcrumbs so that it shows under the title of category instead of top left corner above the navigation?
I’m trying to have it working, but nothing appears on homepage.
The list.phtml file was created in catalog/category, and in my homepage cms i added a div with {{block type="catalog/navigation" name="catalog.category" template="catalog/category/list.phtml"}} inside.
I tried to change the type navigation by product,but made an error.
this is what’s in my homepage cms : <div style="width:100%">{{block type="catalog/navigation" name="catalog.category" template="catalog/category/list.phtml"}}</div>
is here is what’s firebug shows : <div style="width: 100%;"> </div>
I am trying to get all the subcategory images to display on the category page. I think this is right thread but I just can’t seem to get it to work.
First I create a phtml file using the above code and placed it in /app/design/frontend/default/MY_TEMP/template/catalog/category/photolist.phtml>
ok this code is used to return the categories onto the home page.
If i understand you correctly you want to have the subcategories returned when your on a category page?
ok try this
1. In cms select Static Pages
a. Set the Block Identifyer to for example “Sub Category Listing”
b. Set the Identifyer to “subcategory_listing”
c. In the content section add “{{block type="catalog/navigation" template="catalog/navigation/subcategory_listing.phtml"}}"
2. Now take this code and create a new file called for example “subcategory_listing.phtml” this file needs to live in the “catalog/navigation” directory
3. Now Goto Manage Categories.
a. Pick a Sub Category Entry
b. Set the display mode to “Static Block Only”
c. From the CMS Block dropdown select the Static Page “Sub Category Listing”
d. Set the is anchor to no
Hi brendan, I took a closer look and I completely understand what your code is doing and why I am seeing what I am seeing.
If I apply it to the main category “Green”
If I had a subcategory image, it would show that because it is also showing the alt title.
Then I see a list of all the sub categories. “Lime” “Peppermint” “Evergreen”
What I don’t see are all the products under each of the subcategories.
In your code you have a line that is commented out.