Hi there,
I would like to edit the Woocommerce category and single page via php.
I can’t find which files I have to edit, which are the right ones?
Thanks in advance!
Hi there,
I would like to edit the Woocommerce category and single page via php.
I can’t find which files I have to edit, which are the right ones?
Thanks in advance!
Hi Dario,
Here’s your guide:
Plugin template can be found here:
\wp-content\plugins\woocommerce\templates
Theme customization can be found here:
\wp-content\themes\pro\woocommerce
Your custom template shouls be added here:
\wp-content\themes\pro-child\woocommerce
Hope this helps.
Thanks for your reply.
I added the files I want to edit (single-product.php and content-single-product.php) into the woocommerce child theme folder, but if I edit it I see no changings in site (I am working in local so far).
May I have to ‘hook’ the new files I inserted into the woocommerce child-theme folder in some way to see my editings?
Hi Dario,
Please check your folder naming and file names, and make sure the child theme is active. Put some test text on the content-single-product.php file to see if its taking effect or not.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.