I am trying to:
Use the Child theme template for WooCommerce Archives.
Link to a page where the issue can be seen:
/wp-admin/admin.php?page=wpv_wc_views
Hello,
I assume we are talking about Woocommerce shop page(Product archive page).
You can follow their document to setup theme file in child theme:
https://docs.woocommerce.com/document/template-structure/#section-1
section "How to Edit Files".
It should be file "woocommerce/archive-product.php"
I know how this works, my child theme should be working. The problem is Toolset only offers 2 options to set the templates. See screenshot.
I assume we are talking about the "Woocommerce Views" plugin, if it is, you can copy the file from "Woocommerce Views" plugin folder \plugins\woocommerce-views\templates\archive-product.php into your child theme folder woocommerce\archive-product.php, and test again. It works fine in my localhost, see screenshot archive-product.JPG
My issue is resolved now. Thank you!