Account builder

Account builder let you build a custom woocommerce account dashboard.

  1. Add element "Account Layout" which is required and will hold everything inside.

  2. Use "Account navigation items" element to build your navigation. You need to set an url slug for each navigation item. E.g. Account orders -> orders

  3. Then add element "Account Route content" which is a container to hold the content for each account endpoint. To connect it with your navigation you need to set a slug for each Route as well. So if you set slug "orders" for one Route element, that element will be connect with navigation item with slug "orders".

  4. To make it easier, we have created a simple demo which is being imported when you add Account Layout element so you can start building from that.

Last updated