Add success confirmation message upon successful user account creation

  • Posts: 48
  • Thank you received: 5
3 hours 21 minutes ago #373420

-- HikaShop version -- : 6.5.2
-- Joomla version -- : 5.4.7

Hello,

In Step 1 of my Checkout Workflow I have Override registration set to No and Show submit button set to Yes. This adds a small Register button after the user registration form.

I also have New User Account Activation set to none, so accounts are activated automatically upon registration.

However, after a successful registration, the registration form and button both disappear without any confirmation. I'd like to have a clear success message confirming that the account was created successfully.

I understand you can set an e-mail to fire at this step, but during the checkout process the user is left to click on the next button to continue the process after assuming the registration went well.

There is already a mechanism for Hikashop to display error messages at this step. For instance, if I attempt to register a new account under an existing username, I get:

<div id="hikashop_messages_" class="hikashop_messages hikashop_"><ul><li>Username in use.</li></ul></div>

This appears to be handled by Javascript via
submitLogin(..., 'register')
and `
submitBlock('login', ...)

Please consider adding a success message inside the Login block of the checkout upon successful registration. Something along the lines of "Your account has been created successfully. You may now continue with the checkout process."

If this mechanism already exists please let me know how I can add it to my existing workflow.

Thanks in advance,
Brett

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

Time to create page: 0.051 seconds
Powered by Kunena Forum