Skip to content

WooCommerce Account Builder

Bricks 1.9 introduces the My Account builder, which lets you customize the account area of your WooCommerce site.

This includes the My Account page (logged-in), the account login/register/lost & reset password pages (shown when not logged-in), and all My Account endpoints (e.g., Orders, Downloads, etc.).

With advanced modular elements enabled, Account Page v2 keeps the account wrapper, navigation, login state, password states, and account endpoint states together on the assigned My Account page.

Use the Woo Setup Wizard and choose Advanced (v2) to replace the assigned My Account page content with the Account Page v2 element and generated state structure.

Account Page v2 includes states for:

  • Dashboard
  • Orders
  • View order
  • Downloads
  • Addresses
  • Edit address
  • Edit account
  • Payment methods
  • Add payment method
  • Login
  • Lost password
  • Lost password confirmation
  • Reset password

Each state can generate a complete starter block through Insert a structure. Address and account forms use editable Bricks form field elements, so you can style and reorder them after generation.

The Account edit-address state has its own field sync because WooCommerce account address editing and checkout use different field contexts. Use it after plugins or WooCommerce settings change address fields.

Account Page v2 also adds query loops and dynamic tags for account orders, order actions, account downloads, account addresses, order data, downloads, and customer notes. See WooCommerce v2 query loops and dynamic tags.

To design your My Account page (navigation + content wrapper), please edit your “My Account” page directly. You’ll find a dedicated “Account Page” element that you can add and adjust its settings to your liking.

Custom My Account page using the “Account - Page” element

The login form is displayed when a not-logged-in visitor views the My Account page. And the registration form, if you have the “Allow customers to create an account on the “My account” page” WooCommerce setting enabled.

You can design your account login/registration layout by creating a new template type “WooCommerce - Account - Login”.

When editing this template, you’ll find dedicated elements for the “Account - Login form” & “Account - Register form” as shown in the screenshot below:

You should also check the Account creation settings located at WooCommerce > Settings > Accounts & Privacy section to control what form to be displayed via Account - Register form element.

Custom account login/register template

Example do_action location. Before and after the login/register forms.

The WooCommerce account builder in Bricks also provides the following dedicated templates and elements for the lost & reset password pages:

Account pageTemplate typeElements
Lost passwordWooCommerce - Account - Lost passwordAccount - Lost password
Lost password confirmationWooCommerce - Account - Lost password (Confirmation)Displayed after submitting the lost password form. No special elements.

Example:
A password reset email has been sent to the email address on file for your account, but may take several minutes to show up in your inbox. Please wait at least 10 minutes before attempting another reset.
Reset passwordWooCommerce - Account - Reset passwordAccount - Reset password

Designing the account content area for individual account endpoints (Orders, Downloads, etc.) is possible by creating templates of the corresponding template type.

In the example below, we created a “WooCommerce - Account - Orders” template, to which we then added the “Account - Orders” that we styled a bit.

The process of creating those account endpoint templates is the same for all other WooCommerce account template types.

Template typeEndpointElement
WooCommerce - Account - Dashboard/-
WooCommerce - Account - Ordersorders/Account - Orders
WooCommerce - Account - View orderview-order/{order_id}/Account - View order
WooCommerce - Account - Downloadsdownloads/Account - Downloads
WooCommerce - Account - Payment methodspayment-methods/Account - Payment methods
WooCommerce - Account - Add payment methodadd-payment-method/Account - Add payment method
WooCommerce - Account - Addressesedit-address/Account - Addresses
WooCommerce - Account - Edit addressedit-address/billing/
edit-address/shipping/
Account - Edit address
WooCommerce - Account - Edit accountedit-account/Account - Edit account