I got the following question:
When I go to a WooCommerce category, the link displays like this:
http://www.example.com/product-category/category/
Where the bold text is the link like it is and the rest is the product category that needs to be shown.
When i go into WooCommerce settings and I go to the pages tab, I got an option to change productcategory slugs. If I fill the following in this textfield: %product_cat%
the links shows as follows:
http://www.example.com/category/category/
What I want to show in my links is:
http://www.example.com/category/subcategory/product
Is there any way to do this?