• Resolved lapd

    (@lapd)


    Hi!

    We are building a jewelry woocommerce website. We are struggle how to organize categories, bellow is our current system.

    Woman (Parent category)
    – Necklaces (child)
    – Bracelets (child)
    – Rings (child)
    – Earrings (child)
    – Gifts (child)

    Man (Parent category)
    – Necklaces (child)
    – Bracelets (child)
    – Rings (child)
    – Gifts (child)

    Gifts (Parent category)
    – Woman (child)
    – Man (child)

    We want the user to be able to shop by type as well, so can we we display both Woman and Man bracelets on one page? Would it make more sense to not have any parent categories? But how would we display only woman bracelets on one page then?

    What are best practices in this situation, because many shops have this type of organization?

    And another thing are attributes. We have product from different categories with the attribute “summer collection”. How can we display only product that have this attribute but still be able to filter those products by type and parent category?

    I hope someone will understand our struggle, any suggestions would be appreciated.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Sol J. a11n

    (@solstudioim)

    Hi @lapd

    Thanks for your question!

    We want the user to be able to shop by type as well, so can we we display both Woman and Man bracelets on one page? Would it make more sense to not have any parent categories? But how would we display only woman bracelets on one page then?

    More into your specific question: But how would we display only woman bracelets on one page then?.

    You can use a shortcode for that, so you can create page and then copy paste a shortcode on that page like this example (say the category ID of Woman Bracelet is 212:

    [products category="212"]

    The above shortcode will show products from that category only.

    Please refer to our doc on shortcode usage: https://docs.woocommerce.com/document/woocommerce-shortcodes/#section-9

    I hope that helps!

    Mirko P.

    (@rainfallnixfig)

    Hi there,

    It’s been a while since we last heard back from you, I’m going to mark this thread as resolved.

    Hopefully, the above information helped you out! If you have further questions, please feel free to open a new topic.

    Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Best practices for organizing categories’ is closed to new replies.