I have this reference here, that the creates shortcode to woocommerce my account order history.
From this code here wc_get_template( 'myaccount/my-orders.php', array(
how can I get the override template file in this?
I used wc_get_template( '/wp-content/themes/my-theme/woocommerce/myaccount/my-orders.php', array(
also did use the full url then /wp-content/...
But it won't get the override file.. Is there a proper way to do that?