Email confirm after user registration
-
I wanna set an “Email confirmation step” after user registration to check the Email owner.
it need to add some codes to “form-login.php” file, i think.
Thanks for giving advice.
Hello,
Unfortunately, there is no such feature in WooCommerce login form by default. So probably you will need to use some additional plugins or customize the WooCommerce login form functionality. Sorry, but it is out of our theme support scope.
Regards
I have another question about users. Is that possible to show username after login on the top menu or top bar?
Hi,
You can enable this option in Theme Settings -> Header -> Other. Be sure that you are running the latest version of the theme – 3.7.
Regards
I enabled “My account” button from theme setting. Where is it displayed?
Its just appear in mobile-nav (mobile view), not in top-bar or main-header.
It works on the ecommerce header layout set in Theme Settings. Which header layout do you use?
Thank you. Its fix now but in want to add that(account managing links) in top-bar.
i found related the code.
——————–
function basel_header_block_header_links( $location = false ) {
$links = basel_get_header_links( $location );
$classes = ( basel_get_opt( ‘my_account_with_username’ ) ) ? ‘ with-username’ : ”;
if( ! empty( $links ) ) {
?>
<div class=”header-links”>
</div>
<?php
}
}
———————————
can u turn it to a short-code for usability in top-bar setting?
Sorry, but there is no shortcode for this. You can use php code to place it to the topbar in the header.php file.
<?php basel_header_block_header_links(); ?>
Thanks again. Everything is fine just i can’t translate “Hello” and “Logout” with loco translate.
Guide me to source file for change static texts, if there is no way.
I fix it, the problem was from Loco Plugin PO file.
Great, we are glad that you have found the solution.
The topic ‘Email confirm after user registration’ is closed to new replies.