Search Knowledge Base by Keyword
Template Override Documentation
This article belongs to our plugin : WooCommerce Customize My account Pro
You can override default Plugin Template files either from your theme or child theme. For best Practise we recommend you do template override via your child theme. If you are new to child theme concept here’s how you can create it.
To override any template provided by our free or pro version simply create sysbasics-myaccount folder inside your theme or child theme and Copy/Paste template file from wp-content\plugins\customize-my-account-for-woocommerce-pro\templates\myaccount to wp-content/themes/your-theme/sysbasics-myaccount/ or to your child theme wp-content/themes/your-child-theme/sysbasics-myaccount/
For Example if you wish to override Just Navigation.php template
Copy/Paste wp-content/plugins/customize-my-account-for-woocommerce-pro/templates/myaccount/navigation.php to wp-content/themes/your-theme/sysbasics-myaccount/navigation.php or to your child theme wp-content/themes/your-child-theme/sysbasics-myaccount/navigation.php
Same way you can override other templates like orders.php,downloads.php any other templates which are located at wp-content/plugins/customize-my-account-for-woocommerce-pro/templates/myaccount/