When building Ecommerce sites with WooCommerce, a custom account dashboard is the right thing to do. You can easily include additional content that you need for your account pages.
This video runs through how to easily set one up using Oxygen Builder.
In the video, I forgot to mention to add this CSS to a stylesheet so the standard menu from the Woo account shortcode doesn’t show.
.woocommerce-MyAccount-navigation {
display:none;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
}
I hope you find this useful for your projects.