How to default certain categories to show subcategories in a product category hierarchy?

View QuestionsHow to default certain categories to show subcategories in a product category hierarchy?
admin Staff asked 7 years ago

For example, in woocommerce product category view, let’s say:

  • Cabinet
    • Wood Door
      • Painted
      • Not painted
    • Glass Door

How do I force woocommerce to default to showing the “/painted/” style if a user is trying to load the page for “/cabinet/”?

Plugin: Woocommerce Product Filter

1 Answers
Best Answer
admin Staff answered 7 years ago

Use a redirect plugin, such as “Simple 301 Redirects” to force redirect when user is at the product URL for “Cabinet”, forward it to “Painted”.