Hi,
Well, there are several problems:
- I'm not able to finish the registration on your website as I never got the activation email. It seems you have a problem with the sending of emails on your website, you should check on that.
- I see that on your screenshots, you're apparently logged in to test this, but since I can't register and you didn't provide a test user account, I can't check the situation myself.
- I don't see the same comment form as on your screenshot when I look at it as a guest:
monosnap.com/file/LKnIuBASGGKjcpbkFNdT8ipY2UrsXI
- It seems that your product page is heavily customized (by the template you're using I suppose).
- When I try to reproduce the issue on my local website, I don't have any login or name field on the comment form while logged in (and that's normal since HikaShop already knows your name and username, it doesn't need to ask it to you).
- Now on the listing of comments, it's the username of the customer which is displayed. If you want to change it to the "name" of the user account, you can edit the file vote / listing.php via the menu Display>Views of HikaShop and change the line:
<span<?php echo $span_elements; ?> class="hika_vote_listing_username"><?php echo $elt->username; ?> </span>
to:
<span<?php echo $span_elements; ?> class="hika_vote_listing_username"><?php echo $elt->name; ?> </span>