Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author dzeriho

    (@dzeriho)

    Hi,

    Well, in the free version only top level categories are used. In the premium version, however, you can also access the child categories, but as for adding new categories, only top level are supported in both free and premium versions. Anyway, find this line in the woocommerce-frontend-shop-manager.php foreach( get_terms('product_cat','parent=0&hide_empty=0') as $term ) { and change it to this foreach( get_terms('product_cat','parent=1&hide_empty=0') as $term ) {. Now your child categories will be shown. Thanks for posting!

    Nenad

    Thread Starter Steffen Dressler

    (@steffend)

    Hi,

    Thanks for your quick answer.

    I managed to see all categories by completely deleting the condition “parent=…”. With parent=1, no categories were shown.

    When updating a product via frontend manager, saving does not work. i.e. the changes are not saved to the product after pressing the blue disk symbol.

    That’s probably not a restriction of the free version, right? Any ideas how to solve that?

    Thanks a lot,
    Steffen

    Thread Starter Steffen Dressler

    (@steffend)

    Hi,

    Anyway, I just bought the premium version of the plugin, which works like a charm. Great software, Nenad! ??

    Just to let you know: I purchased in parallel one of your other plugins, product filter, which is also absolutely high-quality software.

    Wiht these two plugins, I was able to significantly improve user and vendor experience of my woocomomerce powered market place within a day!

    Thanks a lot,
    Steffen

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Editing product categories: Not all categories found?’ is closed to new replies.