Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I Customize woocommerce "My Account" page?

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.

like image 479
Bad Dobby Avatar asked Jun 26 '17 10:06

Bad Dobby


1 Answers

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.

like image 189
pomaaa Avatar answered Oct 31 '22 17:10

pomaaa