Registration page

  • Posts: 149
  • Thank you received: 0
10 years 8 months ago #145195

Hello ,

on the create account page account page we want the follow

1) on the Registration section to use the email as the username. so to dont ask for username from the user.

2) We want to remove the Address Information from the create account page. We need the user to insert the minimum data for the registration process. And its better to ask for his address details in second stage. how we can remove the Adress Information from there and ask the user to insert adress information in a second step after registration on the checkout.

pls advice thank you

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

  • Posts: 12953
  • Thank you received: 1778
10 years 8 months ago #145227

Hi,
I think that you'll probably find your answer through this thread :

A solution can be to set all the field that you have through the "address information" to "un-required" and use some CSS code to hide these fields like :
#hikashop_checkout_registration #hikashop_address_address_firstname {
display: none;
}

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

  • Posts: 149
  • Thank you received: 0
10 years 8 months ago #145234

Thanks for the answer,

but this means that a user could place an order without give an address.

what about my first point ?

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

  • Posts: 82727
  • Thank you received: 13342
  • MODERATOR
10 years 8 months ago #145253

For your first point, if you set the "registration" option of the configuration to "simplified registration", the email will be used as username.

For the second point, that's an option will add in next version of HikaShop but for now there is no easy way to do exactly that.

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

  • Posts: 149
  • Thank you received: 0
10 years 8 months ago #145270

yes I Know about simplified registration but we want to keep the fields Name, email, password,verify password.

what is the way to do that?
please advice

thakk you very much for your quick response.

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

  • Posts: 82727
  • Thank you received: 13342
  • MODERATOR
10 years 8 months ago #145418

Then there is no option to do that. You would have to modify the code of the "register" function of the file administrator/components/com_hikashop/classes/user.php to use the email instead of the username with such code:

$this->registerData->username = $this->registerData->email;
. For example, before
$data = get_object_vars($this->registerData);

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

  • Posts: 1
  • Thank you received: 0
10 years 7 months ago #147448

i have
Versione PHP 5.3.17Joomla! 3.2.2
hikashop free lite versione

for registration hikashop does not arrive email to the user with the password. However, the SMTP server is configured correctly it works properly with the contact form fox contac
Can you helap me??

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

  • Posts: 26151
  • Thank you received: 4027
  • MODERATOR
10 years 7 months ago #147450

Hi,

Please open a new thread for your problem. It is completely different than the subject of this thread (which have a very generic name).

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Time to create page: 0.080 seconds
Powered by Kunena Forum