I have created wp-content/themes/pro-child/framework/functions/plugins/woocommerce.php but the changes that I made to the file aren’t being recognized… is there something I have to do in the child theme in order for it to look for files within it’s framework prior to looking in the parent theme?
Hi Jeff,
Thanks for reaching out.
The woocommerce.php file should be in the root folder of your child theme, the file you mentioned is having the customized methods for the WooCommerce and not related to the templates.
So the file will be in wp-content/themes/pro-child/woocommerce.php, in this way you can override the templates. Please find the details on how you can override the WooCommerce template here in this article: https://docs.woocommerce.com/document/template-structure/
Please remember we don’t offer any support or investigation to the custom codes or modified child theme related issues.
Thanks
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.