I got the following question:
When i want to go to a woocommerce category, the link displays like this:
http://www.mywebsite.com/product-category/category/
Where the bold text is the link like it is and the italic 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.mywebsite.com/category/category/
What i want to show in my links is:
http://www.mywebsite.com/category/subcategory/product
is there any way to do this?
