#1  
Old 03-30-2012, 07:19 PM
andrewngo1760's Avatar
andrewngo1760 andrewngo1760 is offline
Junior Member
 
Join Date: Mar 2012
Posts: 10
Default Subcategory List View?

Hi, I was wondering if it was possible to show the subcategories in List view with the descriptions (like list view for products) instead of the default Grid view?

Reference this page: http://oaktreeave.com/#ecwid:categor...

I want it so that when a customer clicks on Kitchenware, they only see the product brands with a short description of it in list view (and no products on the bottom). Then, when they click on the Brand (subcategory), it will bring them to a full page description with the products in list mode on the bottom (which I have already done).
Reply With Quote
  #2  
Old 04-03-2012, 02:31 AM
andrewngo1760's Avatar
andrewngo1760 andrewngo1760 is offline
Junior Member
 
Join Date: Mar 2012
Posts: 10
Default

Anyone have a solution to this? Is it simple CSS code or is it some javascript required?
Reply With Quote
  #3  
Old 04-04-2012, 08:02 PM
andrewngo1760's Avatar
andrewngo1760 andrewngo1760 is offline
Junior Member
 
Join Date: Mar 2012
Posts: 10
Default

This is the last item I need to fix on my site before launching. Would be nice if anyone can help please!!!
Reply With Quote
  #4  
Old 04-05-2012, 04:52 PM
Kess's Avatar
Kess Kess is offline
 
Join Date: Feb 2012
Posts: 2,120
Default

By default the subcategories are displayed in Grid view only in Ecwid.

It is ppossibe to display them in List view with a custom list, built by hand. However the very first thing I should clarify is the following: this mod will not change the way the categories are currently displayed in Ecwid. It will only hide the default categories and create a custom list of categories, that you will need to manage manually. I.e. if you delete some category from Ecwid, it will not disappear from this custom list automatically, you will need to remove it manually.

In general this modification can be made as follows:
1. You should log in to your Ecwid control panel and open, for example, the "Kitchenware" category description (Ecwid control panel -> Catalog->Categories-> Kitchenware -> click on “HTML” icon in the editor panel) and for each subcategory in this category add a line like that:

Quote:
<img src="http://images.ecwid.com/images/1103205/33765389.jpg"><a href="http://oaktreeave.com/#ecwid:category=2471652&mode=category&offset=0&sor t=nameAsc"All-Clad</a> - short_descriprion_text>
Of course, each subcategory should have its own image path and link specified. Save the changes (click "Save (Ctrl+S)").

2. After that you will need to hide the existing subcategories by adding the following CSS rule to your CSS theme (Ecwid control panel -> System Settings -> Design -> CSS Themes):


Quote:
table.ecwid-productBrowser-subcategories-mainTable {
display: none;
}
Then click Save (Ctrl+S).
__________________
Ksenia Lukacher
Reply With Quote
The Following 2 Users Say Thank You to Kess For This Useful Post:
andrewngo1760 (04-06-2012), pingupenguins (05-12-2012)
  #5  
Old 04-06-2012, 08:42 PM
andrewngo1760's Avatar
andrewngo1760 andrewngo1760 is offline
Junior Member
 
Join Date: Mar 2012
Posts: 10
Default

Thank you! This helped a lot!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:26 PM.
Powered by vBulletin® Version 3.8.6. Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.