Tell us what you are trying to do? I am trying to modify the design of the subcategory results in WooCommerce. I am able to replace the main shop and I see where to update the product cats, but not the subcategory page. I want it to adopt the look of the main shop page
Is there any documentation that you are following? There isn't a lot on subcategories, which is telling me I am probably missing something obvious. I have tried to methodically replace each archive option and it's not updating the subcategory pages.
Is there a similar example that we can see? hidden link (this is the page I want to update along with other subcategory results.
So for example:
/shop (got it)
/subcategory (can't figure out how to update) - Ideally, I want this to adopt the same design as the main shop page.
/product category (got it)
/product detail page (got it)
Hello. Thank you for contacting the Toolset support.
You can build the taxonomy archive that should apply to your category and subcategory pages.
But it seems you are looking to update the design for product subcategory so the URL should be product-caregory/subcaregory - right?
- If yes:
Then what you should do is, you should create another archive and add fields you want to display it and then you can use the views hook "wpv_filter_force_wordpress_archive" to assign the archive you created on fly.
It seems based on the requirement you shared you can use the hook "wpv_filter_force_wordpress_archive" tweak the archive ID you need to load with sub-category.
You should try and let me know if your require further assistance.