Kadence Iconic WooCommerce Account Pages
Giving your customers a unified and personalized profile dashboard makes it easy for them to manage their orders, track shipments, and access exclusive membership content. Setting up custom tabs allows you to add unique pages, embed user specific resources, and reorder default registration sections without editing core system files. When you clean up this private hub, you deliver a professional user experience that answers frequent customer service questions automatically.
This collection provides step-by-step guides to help you install, configure, and customize the Iconic WooCommerce Account Pages plugin. You will learn how to create unlimited custom navigation tabs, link standard WordPress pages to the dashboard menu, and control user access roles for sensitive areas. Use these resources to build an organized account area that simplifies profile management for your store members.
Kadence Iconic WooCommerce Account Pages articles
Explore the following guides to learn how to add, organize, and manage custom user dashboard sections on your site.
How to Add a New Account Page
Read more: How to Add a New Account PageOnce WooCommerce Account Pages is installed and activated, it’s simple to add a new page to your WooCommerce account area. To do this, take the following steps: Now when you go to your account area on the front end of your site, you will see your new page in the navigation: Was this article helpful? Yes…
How to allow form/script tags in your account pages
Read more: How to allow form/script tags in your account pagesIf you’re looking to allow form/script tags in your account pages, for example if you need to use a 3rd party JavaScript embed, or you’re using 3rd party plugins that output additional markup/scripts in your pages, you can do so with Account Pages. To allow form/script tags in your account pages, take the following steps:…
How to Display Different Page Content Based on the User Role
Read more: How to Display Different Page Content Based on the User RoleSometimes you may want to display different content inside your account pages, depending on the user’s role. Note: This doesn’t hide the entire page, just specific content within the page. If you want to hide entire pages based on your customer’s user role, see this doc. To do this, take the following steps: Install and…
How to Display Different Pages Based on the User Role
Read more: How to Display Different Pages Based on the User RoleIf you’re looking to completely hide, or show certain My Account pages from your customers (based on their user role), you can do so with WooCommerce Account Pages. Note: If you want to hide content within a page, rather than the page itself based on your customer’s user role, see this doc. To do so,…
How to Hide an Account Menu Item
Read more: How to Hide an Account Menu ItemSometimes you may want to hide an item from the account menu. We have a filter to make this possible. Hide a menu item for all users Add the following code to your theme’s functions.php file. The filter accepts 1 parameter: $hidden This is an array of page slugs. In this example we’re adding example-page…