Tell us what you are trying to do?
I am trying to set the path for the product template file under toolset woocommerce views, but the path cannot be edited. Where can I edit it?
Is there any documentation that you are following?
You can't edit that, it is a radio field, radio fields can only be checked.
The options offer all valid templates.
Why do you want to edit that?
Maybe we can help with other approaches, but generally, if using WooCommerce Views, you would use the WooCommerce Views Template.
I need to edit that because it is pointing to a wrong file for oceanwp's single product template.
I can possibly copy oceanwp's owp-single-product.php's content to page.php, but i suspect any customisation from the theme's panel won't be applied.
thank you for your reply.
I do use a child theme.
I understand the proposed solution. But in implementing that I lose the ability to customise the single product page using the theme customiser in WP, isnt it?
what can i do it to point it to the correct file that the theme customiser edits?
But in implementing that I lose the ability to customise the single product page using the theme customiser in WP, isnt it?
==>
I think so, as you are using the theme's PHP template.
what can i do it to point it to the correct file that the theme customiser edits?
==>
I do not have much experience with but maybe you can check with customizer support they could be the better person to answer this question.
Thank you for your reply.
I had spoken to the support.
The recommendation is to set the path of the template file to use owp-single-product.php in the theme's woocommerce folder.
but currently woocommerce views points it to page.php.
Have you created the folder namely woocommerce inside your theme and added the singe-product.php template there?
I just tested with default 2020 theme where I've created woocommerce folder inside the 2020 theme and within this folder I've added the single-product.php template file and I can see it's showing the template path to this file with woocomerce views settings.
Please check the following screenshot: hidden link
Thank you for your suggestion. The file is already present in the woocommerce folder in the theme folder.
I tried copying it to the child theme, but the result is the same.
Ok great - so as per the standard it works. Toolset do not offer a way to customize the template via theme. I do not think Toolset has to do anything here as you already notice the template path works as expected. You may need to find a way to customize the template using the theme.