11

I'm making an online shop page with Woocommerce.

When someone go to "My Account" page to see their recent ordering history or shipping address, My Account page always shows useless welcome message page (which named Dashboard) and customers have to click additional buttons to see useful information they need.

Is there some easy ways to customize the "Dashboard" ? I want to show recent order history and shipping address in there instead of welcome message.

Bad Dobby
  • 811
  • 2
  • 8
  • 22

1 Answers1

20

You can find all the Woocommerce "My Account" page templates in the following folder:

wp-content/plugins/woocommerce/templates/myaccount

If you wish to edit any of it I would suggest you to open your theme directory and add a new folder called "woocommerce", and inside it you can copy any files from the original however keep the same file structure but removing the /templates/ subdirectory.

For more info on editing Woocommerce templates you can read here.

pomaaa
  • 596
  • 1
  • 4
  • 18
  • I see that woocommerce is adding `
    ` inside entry content for this page. Where is it coming from? I'm not able to find it in template sections of my account
    – Nigel Mar 07 '18 at 17:20
  • This line helped me "keep the same file structure but removing the /templates/ subdirectory" Thanks. – Alyas Dec 27 '18 at 18:34
  • Much obliged for ye sire – Desper Nov 24 '20 at 17:50