H
H
hekiro2019-01-11 14:48:11
WordPress
hekiro, 2019-01-11 14:48:11

How to enable display of subcategories in Woocommerce?

How can I enable the display of subcategories (subcategories) in Woocommerce? Screenshot example5c3882e061298842725012.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pychev Anatoly, 2019-01-11
@pton

Here is a page with hooks for archives (categories)
Choose the right hook and fill in the html code with the necessary categories
so you can get an array of id of all nested categories

$line = get_term_children( (int) $cat_parent, 'product_cat');

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question