Hi Toolset Team,
we are using WooCommerce Views from Toolset and we have set Single Product template to "WooCommerce Views plugin default single product template" (like hidden link) but we want to override that template from our theme and when we are creating /theme/woocommerce-views/single-product.php that's not picking this file it's still picking template from plugin template
And we want this flow for some of product and for some of product the current stuff is perfectly fine so we want it conditional if that picking from theme then we can make code conditional so can you tell us why it's not working when we are placing template in theme folder?
This is actually possible when creating your products.
What you need to do is for products when you are creating them is to select the content template when you want this product to be displayed with the content template and for products that you don't want to have the content template to be set to none.
That we know how to apply none template but when we create /theme/woocommerce-views/single-product.php in our active theme but that product still taking template from plugin instead of our theme template which we are trying to override because in Woocommerce views setting the plugin template has been chosen that's why.
So what we want is that need to keep that setting as it is and override the Woocommerce views plugin template with theme, I hope this makes sense
The reason is because the Woocommerce Views template is required if you want to create a custom template for your products.
So any editing would need to be added to the woocommerce views template itself, since without this template you won't be able to have your custom template.