SOLVED: Woocommerce registration / login page error?

Bricks Version: 1.5.3

Hi!
I made an icon to header. It is linked to “My Account” page.
But logged-in user show the original my account page
NON logged in user show ONLY login form.

Everybody can register to customer is set up.

What is my mistake, how can i show registration form?

You can make a login/registration page and put the 2 forms there, I faced a problem like this and i resolved it this way, I installed a plugin for conditional menu, Logged out user only see Login/Registration, and LoggedIn user only see the menu below. Hope this can be helpful

image

1 Like

Could you give more information about it? :slight_smile:

On the other hand, isn’t it can make without extra plugins?

About the plugins question, until bricks update (next one I think) use the conditional natively, you need plugins for this, but don’t worry, is super simple plugin… About the more information, of course i can, but what do you need? my english is not good sometimes, sorry

This is what I set in my account page, each button links to his own page

-my-account/orders/
-my-account/edit-address/
-my-account/edit-account/
-/wp-login.php?action=logout/

The last section it’s only the myaccount page shortcode
[woocommerce_my_account]

2 Likes

Hey,
Honestly, I don’t see a bug here :smiley: The right category would be “how to” :wink:

Anyway - Bricks 1.5.4 is released today incl. the Element Conditions :wink:

Best regards,
timmse

2 Likes

Sorry, it was my mistake. I’m waiting the release! :smiley:

It’s available now to download.

Could you help me, how did you customize the my-account page, with icons and separeted sections? :slight_smile:

Hi, just edit it as any other page, sections, blocks columns, any element you want, in my case I used icon and text inside a block, the link the block to every link on my account page as I said before here SOLVED: Woocommerce registration / login page error? - #5 by edycerpa

Hi can you show an example on how you did this?