My Courses > CustomizeWoo > Module 4 > Lesson 11: My Account Pages: ADD Content
My Account Pages: ADD Content
This is how to add content to the my account pages by using the visual hook guide. Always start from displaying some simple “TEXT” in the correct position, and then make your functions more complex. A little win is better than hours spent troubleshooting.
Video
Please note: English captions are enabled by default (click on “CC” in the video player to disable). Also, you can click on the “gear” icon to manage quality and playback speed. Enjoy!
If you already enrolled in this course, please LOG IN
Otherwise, please enroll in the FREE / PRO COURSE
For any other queries, feel free to get in touch
Useful Links
WooCommerce Visual Hook Guide: My Account Pages
Related Snippets
WooCommerce: Add Privacy Policy Consent @ My Account Registration
WooCommerce: Add Select Field to “My Account” Register Form
WooCommerce: Add First & Last Name to My Account Register Form
WooCommerce: Add Content @ My Account Register / Login Page
Is there a way to insert ‘shortcodes’ into tabs, pulling in various account content, eg tab for orders, tab for dashboard etc.
I am building in Oxygen Builder and would like to output the account page content in a tabbed area.
Yes Amanda! Check out https://developer.wordpress.org/reference/functions/do_shortcode/ documentation to “print” a shortcode via PHP. You will need to, also, build a shortcode – here’s an example: https://www.businessbloomer.com/woocommerce-recently-viewed-products-shortcode/
Let me know!