Home › Forums › WoodMart support forum › There is no page for account(login-register)
There is no page for account(login-register)
- This topic has 4 replies, 2 voices, and was last updated 1 week, 3 days ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 11, 2025 at 8:25 pm #653498
yenilmezler333ParticipantHello,
Im using vegetables template and there is no account page in pages, I tried to redownload the demo as well but always same result. I just want a copy of the account page for vegetables template to edit on.
April 12, 2025 at 10:18 am #653558
Aizaz Imtiaz AwanKeymasterHello,
The Account page is already present on your site — you can see it by clicking on the account icon in the top bar.
Please refer to this screenshot for clarification: https://ibb.co/35DjwMBZTo manage or customize it further, please follow these steps:
1. Go to WooCommerce > Settings > Accounts & Privacy and ensure the login/register options are enabled.
2. Then navigate to Theme Settings > My Account > Login / Register to configure the display settings.If you’d like to create an Account page, make sure to add this shortcode to a new page:
[woocommerce_my_account]
After that, go to WooCommerce > Settings > Advanced, select the newly created page under “My account page” in the Page setup section, and click Save Changes.
Let me know if you’d like help customizing it further!
If you have any questions, feel free to contact us.
Best Regards,
April 12, 2025 at 11:57 am #653586
yenilmezler333ParticipantHello Aziaz,
I created the page and put a form for register. I used shortcode and I have a good display for logged in user but how can I show register and login page who did not logged in. I saw ?action=register and ?action=login in the searchbar I would love to use it to navigate also. Thank you for help.
April 12, 2025 at 12:06 pm #653588
yenilmezler333ParticipantHello again,
I’ve figured out how to display content for logged-in users and how to show the login page. Now, I would love to see an example of a registration form and a login form.
Do I need to make any additional tweaks to ensure that the login credentials are saved to the database properly? If so, could you please provide documentation or resources to help me understand how it works?
April 12, 2025 at 2:41 pm #653625
Aizaz Imtiaz AwanKeymasterHello,
No additional tweaks are typically needed; WooCommerce handles user registration and login credentials automatically using WordPress’s native user system. When a user registers or logs in, their information is stored in the WordPress database under the wp_users and wp_usermeta tables.
If you’re interested in learning more about how WooCommerce handles data internally, here’s a helpful resource:
https://developer.woocommerce.com/docs/how-to-manage-woocommerce-data-storesBest Regards,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register