Hi Sascha,
Thanks for the update and glad that the nested views are working now.
> It seems (for right now) the only thing I´m missing is - how to set this (parent) view as the
> standard view for all Woo categories?!
> Or let´s go to the next level. Is it also possible to set this view for some and another view
> for other Woo categories?
- To customize the default WordPress Archive pages, you'll need to create WordPress Archive Views:
https://toolset.com/documentation/user-guides/normal-vs-archive-views/
This is pretty similar to the "Produkte" view ( yourwebsite.com/wp-admin/admin.php?page=view-archives-editor&view_id=13390 ) that you've already created for the product post type archive.
( yourwebsite.com/shop/ )
If you need an achieve with the same output/layout for other archive pages related to products, you can select them from the loop selection section on this same view's edit screen. And if you need a different output/layout than this view, you can create a new WordPress Archive view.
It's important to remember that non-WordPress Archive views ( like "Parent . Brands", "Child . Products" etc ) cannot be set as the WordPress Archive views. However, you can call them inside another WordPress Archive views, as needed.
Here is a usage example. Suppose that you'd like to show the output of these nested views, on top of the products list at:
yourwebsite.com/shop/
In that case, you'll open the edit screen of your WordPress Archive view "Produkte" ( which is set as the view for the products post type archive ) and right after the "[wpv-layout-start]" tag in the "Loop Editor" section, insert the shortcode for the parent view "Parent . Brands".
[wpv-view name="parent-brands"]
So to summarize, these post and taxonomy views can't be directly set as the WordPress Archive views, but they can be placed into other WordPress Archive views.
> could You give the parent view a check and test, why there is no output if I choose the Woo 'Brands' plugin as 'taxonomy'?!
- I changed the selected taxonomy to Brands in the parent view and it worked as expected.
It's important to remember that if you'll change the taxonomy in the parent view, the taxonomy filter will also need to be changed in the child view's "Query Filter" section. Because otherwise, the child view will still be looking for the products attached to the "Product Marke" taxonomy term from the parent view, which it will not find and no results will be shown.
Let me know if you need any further assistance around what we've discussed and for a new question/concern, please open a new ticket.
regards,
Waqar