Archived topic
Create an account in my shop?
5 replies · Started by Łukasz on May 26, 2021
Hi,
I use Niche a GENERATEPRESS SHOP. In the menu: Account it is only possible to log in, but it is not possible to CREATE AN ACCOUNT. How can my shop's customers create their account?
Hi there,
Go to Dashboard > Woocommerce > Settings --> Accounts & Privacy tab, under Account Creation you will see: Allow customers to create an account on the "My account" page - check that option
Thank you very much! :)
You're welcome
Is instead of an inscription ACCOUNT how can I put an icon?
Install the Font Awesome plugin:
https://wordpress.org/plugins/font-awesome/
Make sure to enable the SVG mode - which will load only the icons you use.
Then edit the menu item and paste the HTML their site provides for the icon into your Navigation Label, heres an example:
https://fontawesome.com/v5.15/icons/user-circle?style=solid
The HTML looks like this:
<i class="fas fa-user-circle"></i>