Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 39
  1. #21
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: How do I list products in sub category with in the parent category?

    No, it hasn't. I've asked for some help and testing it, several people contacted me and got the plugin to test it, but I've never gotten any feedback from anyone... I'm simply not sure if it's all good or it's no good... And I don't want to officially release it before getting confirmation it's all good because I don't really wanna spend hours and hours providing support for it and debugging it on the go...

  2. #22
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: How do I list products in sub category with in the parent category?

    Quote Originally Posted by balihr
    So, imagine a store selling dresses. If we want to allow narrowing down with multiple factors, we are stuck with a category structure like:
    From what you listed - this is what attributes are for and also linking can be used to your advantage
    Zen-Venom Get Bitten

  3. #23
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: How do I list products in sub category with in the parent category?

    No, Kobra, the formatting on my previous post was totally messed up... Let me try again:

    Dresses
    - long (sublevel 1)
    -- small (sublevel 2)
    -- medium (sublevel 2)
    -- large (sublevel 2)
    -- extra large (sublevel 2)
    - knee-length (sublevel 1)
    -- small (sublevel 2)
    -- medium (sublevel 2)
    -- large (sublevel 2)
    -- extra large (sublevel 2)
    - short
    -- small
    -- medium
    -- large
    -- extra large

    No imagine a sub-sub-level on each tier:
    - long
    -- small
    --- red (sublevel 3)
    --- blue (sublevel 3)
    --- green
    --medium
    --- red
    --- green

    etc etc. Hopefully, this makes more sense. Look at it like this: when you go to ebay and go to dresses, do you only see subcategories or do you see ALL dresses and have the (added) ability to narrow down using subcategories?

  4. #24
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: How do I list products in sub category with in the parent category?

    Code:
    Dresses
    - long (sublevel 1)
    -- small (sublevel 2)
    -- medium (sublevel 2)
    -- large (sublevel 2)
    -- extra large (sublevel 2)
    - knee-length (sublevel 1)
    -- small (sublevel 2)
    -- medium (sublevel 2)
    -- large (sublevel 2)
    -- extra large (sublevel 2)
    - short
    -- small
    -- medium
    -- large
    -- extra large
    The sizes should be attributes as should the colors - they should not be additional cats/sub-cats
    Zen-Venom Get Bitten

  5. #25
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: How do I list products in sub category with in the parent category?

    Quote Originally Posted by kobra View Post
    The sizes should be attributes as should the colors - they should not be additional cats/sub-cats
    Wrong way of thinking, if you ask me. Why think of such exact scenarios only? Think wider. Actual example from a site that's using it:
    adult toys
    - bondage
    -- cuffs
    --- ankle cuffs
    --- handcuffs
    --- thigh cuffs

    Or, let's say lighting - see an example here: LIB.
    EDIT: that's "light in the box DOT com", not sure why it's obfuscated... Link here
    How would you do THAT with attributes? Notice how you have subcategories, and then ALL lighting products listed below. Then you choose "LED Lights" and you narrow it down to show all LED Lights subcategories, but at the same time you're seeing all LED lights below.

    Besides, it's a matter of allowing choice, it's an added feature. I'm not saying it's a must-have because some sites really wouldn't benefit from it, that's why this is a plugin. Just like Canada Post plugin, for example - almost none of the US stores will ever need it, but for Canadians it's a very welcomed plugin... Same goes for this - SOME people might like it a lot...
    Last edited by balihr; 19 May 2016 at 11:36 PM.

  6. #26
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: How do I list products in sub category with in the parent category?

    From your light example in the lighting cat there are
    Code:
    Ceiling Lights
    Chandeliers
    Island lights
    click Ceiling Lights and you also have from the lighting cat
    Code:
    Chandeliers
    Island lights
    This is linking

    From your first example they are distinct cats under "cuffs"
    Code:
    ankle cuffs
    handcuffs
    thigh cuffs
    I see this as different than a dress in small, med, lrg and also in red, blue, and??
    Zen-Venom Get Bitten

  7. #27
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: How do I list products in sub category with in the parent category?

    To throw something else into the mix about this. I tried the "linking" approach with a product on a default ZC 1.5.5.a store having the demo products. (Haven't gone back to try on older versions). I took both products from the Hardware->Graphic Cards category and linked them to the Hardware category. So the master_categories_id for the two products remained at the Graphic Cards category but now the product also exists in the Hardware category. When I navigated the front end using the categories dropdown I could see all the way to the Graphic Cards category, but if I were to click on the Hardware category, the only thing presented to me was the products.... I couldn't navigate to any of the sub-categories from the center of the screen. (Sure could still navigate using in this case the responsive dropdown menu).

    I haven't tried balihr's plugin, but if it does entertain a center area "navigation" while a "product" (linked or not) is active in a category that also contains sub-categories, then that bridges the two issues.

    Even if the colors as attributes were the items of categories, there have been plenty that would like to "search" by specific attribute and while database maintenance of such attribute to category relationship could become tedious, if that's how a store owner wishes to operate, then yes having the software that can accommodate is all the more beneficial. Further, if the software allows such "multiplacement" of product to include within a category and the other items of concern (sales discounts, specials, etc...) can still be applied as expected/desired/needed, then it truly does amplify the functionality at little to no cost for those that need or want that option.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #28
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: How do I list products in sub category with in the parent category?

    Quote Originally Posted by kobra View Post
    From your light example in the lighting cat there are
    Code:
    Ceiling Lights
    Chandeliers
    Island lights
    click Ceiling Lights and you also have from the lighting cat
    Code:
    Chandeliers
    Island lights
    This is linking
    No. Although very close, but it's not. I'm not sure what I'm doing wrong and why you can't understand what I'm try to explain... If you look at the parent category (Ceiling Lights), you see there are BOTH subcategories and products listed on that page and you will see all products from all subcategories, including ceiling lights, chandeliers, island lights, LAMPS etc. If you click on Ceiling Lights (subcategory), you will now see only the products that are listed in that category and you will no longer see any lamp items listed on that page because no lamp is in that subcategory.
    Think of this is an option to FILTER using subcategories.

    Quote Originally Posted by kobra View Post
    From your first example they are distinct cats under "cuffs"
    Code:
    ankle cuffs
    handcuffs
    thigh cuffs
    I see this as different than a dress in small, med, lrg and also in red, blue, and??
    Yes, distinct cats. BUT, if you click on Cuffs, you would first see the three subcategories (so you can narrow down your search) and then followed by absolutely all cuffs listed, including ankle cuffs, handcuffs and thigh cuffs. How would you do that with attributes? Or linked products? Or whatever?

    Quote Originally Posted by mc12345678 View Post
    but if it does entertain a center area "navigation" while a "product" (linked or not) is active in a category that also contains sub-categories, then that bridges the two issues.
    That's EXACTLY what it does. Thank you!
    See the screenshot I included in the previous post - it's from a vanilla install... The "New 1.2" category does NOT have any products, it only contains the 6 subcategories. However, if you navigate to the "New 1.2" category, you get to see the list of subcategories, then followed by all items from those subcategories. The first item you see there (the red 0) is actually an item posted in "Discount Qty" subcategory...

  9. #29
    Join Date
    Apr 2010
    Posts
    897
    Plugin Contributions
    0

    Default Re: How do I list products in sub category with in the parent category?

    I very much like the idea of this mod for the reasons others want it... but also because I think it may help with another problem I desperately want to solve.

    Before I volunteer to test, let me see if I understand correctly. Your mod allows the display of all products existing in the subs below. The subs then act as filters, further narrowing product display each time a visitor clicks. If that is correct... AWESOME! I would like to volunteer to test!

    Additionally, I have a couple questions...

    QUEST #1
    Using your mod, is there a way to *NOT* display products from a sub *UNLESS* a visitor clicks on that filter/sub?

    Lets say I sell medical equipment and parts for repairing medical equipment (because I do!). Here is a quick for instance:
    Surgical Products
    -OR Tables
    --Steris (a manufacturer)
    ---3080 Series
    ----3080 SP
    -----Steris 3080SP Replacement Parts

    That last category (Parts) may have 5,000 products. When a visitor browses, I'd rather not clutter up the display with parts... unless the customer demonstrates that he wants to see Part by clicking on that filter.

    So to refine my question, does your mod provide a way to exempt particular sub categories from displaying with all the rest?

    QUEST #2
    Can your mod be used to overcome the ZC limitation of not allowing products to exist in a category that has a subcategory?

  10. #30
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: How do I list products in sub category with in the parent category?

    OK, I just read Chad's post again and although I confirmed it's exactly what it does, I think I misinterpreted what he had said...

    @Feznizzle - both answers are NO. This mod does NOT have products and categories on the same level. Instead, what it does is that it will list all products from that level's subcategories on one page (or multiple paginated pages, of course). BTW, your quest #1 seems like standard Zen Cart... Maybe I'm missing something, dunno...

    Anyways... I've tried to draw what this mod would do. At the top of the image, you can see the category structure. The middle right section is what this mod is all about. It keeps the category structure intact, you don't need to have products and subcategories on the same level. It will only display all products that exist in the lower hierarchy level(s).



    I hope I'm making sense and that I've (finally) managed to explain what it does...

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Replies: 7
    Last Post: 24 Nov 2012, 06:33 AM
  2. v139h How do I bulk-move all products from Sub-Category into a parent Category?
    By shags38 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 28 Jun 2012, 07:19 PM
  3. Sub-category Images in on Parent Category Page
    By caesartrading in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 25 Jul 2010, 04:57 PM
  4. Display products list of the sub-category
    By HellMind in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 27 Aug 2009, 08:21 PM
  5. Category with no products dont display"There are no products to list in this category
    By atracksler in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 3 Apr 2008, 05:47 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR