Register / New Account layout

  • Posts: 172
  • Thank you received: 27
  • Hikashop Business
3 days 4 hours ago #373460

-- HikaShop version -- : 6.6.0
-- Joomla version -- : 6.1.3
-- PHP version -- : 8.4.25

Customer orders and goes to the cart to register or login
Existing customers may have long passwords and

  • 1. we don't want a change username to appear
    How to make that invisible? Language file edit?
  • 2. view password button doesn't show the password (Windows/Firefox) Am chasing down versions
  • 3. view password cannot be viewed without scrolling. Where can the balance between rego/login balance be changed

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 86216
  • Thank you received: 14222
  • MODERATOR
3 days 1 hour ago #373465

Hello,

1. The simplest way is a line of CSS in the custom CSS of your template:

.hikashop_login_forgot_username_line { display: none; }
You can also remove the "FORGOT USERNAME" block from the view sub_block_login_form of your frontend template, via Display > Views. Emptying the translation would still leave an empty link behind.

2. We could reproduce it: the eye button works when the checkout page opens, but it stops working once the login block has reloaded, for example after a failed login attempt or a registration error, whatever the browser. We've fixed it and published a new build of HikaShop 6.6.0 with the fix. Please download it from your account and install it over your current version, then clear your browser's cache. If the eye still doesn't work straight after opening the checkout page, let us know, as that would be another issue.

3. The login form takes a third of the width and the registration form two thirds. You can change it in two ways:
- In the HikaShop configuration, Checkout tab, "Login & Registration" section, set "Display method for registration" to "Selector". The customer then chooses Login, Registration or Guest on the left, and the chosen form takes the remaining two thirds of the width.
- Or keep the current display and edit the view show_block_login of your frontend template via Display > Views: in the part below the comment "Classic registration", change hkc-lg-4 to hkc-lg-6 and the hkc-lg-8 that follows to hkc-lg-6, to split the width in half.

Please Log in or Create an account to join the conversation.

  • Posts: 172
  • Thank you received: 27
  • Hikashop Business
5 hours 11 minutes ago #373501

Ripper.
As always brilliant clarity

The following user(s) said Thank You: nicolas

Please Log in or Create an account to join the conversation.

Time to create page: 0.227 seconds
Powered by Kunena Forum