• We are developing a marketplace project with WooCommerce and WCFM, with good prospects. We expect to work with thousands of unique products and hundreds of parent categories and 2 level subcategories, so the normal category menu under “Add Product” becomes complex and difficult to manage.

    We installed the suggestion from the WCFM forum, of WCFM hierarchical categories (v.1.0.8), which allows you to select related categories and subcategories in 3 successive fields, and now the selection is much easier.

    However, we have a problem. The order of the categories displayed is done by ID and we need it to be displayed by NAME alphabetically.

    We review the class-wcfm-category-hierarchy.php file, which controls the form… and although on line 87 it includes the following:

    87 $product_categories = get_terms(‘product_cat’, ‘orderby=name&hide_empty=0&parent=0’);

    Actually, it doesn’t work.
    Can you help us?

Viewing 1 replies (of 1 total)
  • tross98

    (@tross98)

    Hi! Unfortunately I do not have the solution for this but I am looking for this plugin. Where would I be able to access this? Thank you for your help and hope your issue is resolved soon.

Viewing 1 replies (of 1 total)
  • The topic ‘wcfm category hierarchy plugin’ is closed to new replies.