Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 7 of 7

Thread: category question

  1. #1
    caraj is offline Member
    Join Date
    Dec 2009
    Posts
    79

    Default category question

    Hi,
    I have a main category setup called "category1"
    Inside this "category1" I have a category called "vacuum cleaners"
    Inside this "vacuum cleaners" category I will have about 3 different models to choose from.

    My question is: How do I get it to look like this: http://www.homesecuritystore.com/c-4...y-cameras.aspx

    Where they have the "BROWSE PRODUCT CATEGORIES" they have 6 different types of cameras. (are they categories?) if so how are they not showing as a sub-category of this stores "surviellance" main category?

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    The 6 different camera types are categories, yes. You can do this by setting the ShowSubCatsInGrid AppConfig to true, so subcats are listed in a grid (with pics) at the top of the page. Keep in mind that Home Security Store is using some custom XML packages so it's going to look a little different out of the box, but the basic layout is there.

  3. #3
    caraj is offline Member
    Join Date
    Dec 2009
    Posts
    79

    Default

    Thanks very much. That worked.
    Another question:
    http://www.homesecuritystore.com/c-160-smoke.aspx
    ON the left column side, they have the word "Features" Which when the word "wireless" is clicked, only the wireless versions will show.

    Can you tell me where the "Features" is configured

    Thanks .

  4. #4
    DanV's Avatar
    DanV is offline Ursus arctos horribilis
    Join Date
    Apr 2006
    Posts
    1,568

    Default

    That store is very heavily modified (and nicely done!). It looks like they implemented some custom attribute filtering there, which would require someone to write code for.

  5. #5
    caraj is offline Member
    Join Date
    Dec 2009
    Posts
    79

    Default

    OK great. Thanks for the reply. I have the source code so hopefully we can make those custom mods.

  6. #6
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    You might want to start with the logic for the entity page filtering. That should help get you started in the right direction
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  7. #7
    caraj is offline Member
    Join Date
    Dec 2009
    Posts
    79

    Default

    Hey thanks!

    So while trying this.,.it looks like I can just use departments for my features?

    So if I have 2 silent vaccum cleaners one with 220 volt and the other with 110 volt I can just create a 110 volt department and a 220 volt department and put the product in that department.

    then I change the name "department" to "features" and my features that a buyer can select could be 110 or 220 ? the only issue I see so far is that I dont want "departments" listed on any page except for the products pages and right now its on every page.

    then on the same category page will only show the 110 volt vacuums?

    Does this sound right?

    THANKS