Home › Forums › WoodMart support forum › Where is WooCommerce’s dashboard.php in WoodMart Theme? › Reply To: Where is WooCommerce’s dashboard.php in WoodMart Theme?
Luke Nielsen
Hello,
You can overwrite a default WooCommerce template file just by creating a file with the same name and path in the woocommerce folder of your child theme. You can find the list of all WooCommerce template files in the woocommerce/templates folder of the WooCommerce plugin.
For example, if you need to overwrite the dashboard template that is located in the WooCommerce plugin at the following path:
woocommerce/templates/myaccount/dashboard.php
You would need to create a file in your child theme with the following path:
woocommerce/myaccount/dashboard.php
After this, copy the default WooCommerce template content in your template file.
Kind Regards