Skip to main content

Registration page

More
12 years 7 months ago #145195 by webarts
Registration page was created by webarts
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.

More
12 years 7 months ago #145227 by Mohamed Thelji
Replied by Mohamed Thelji on topic Registration page
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.

More
12 years 7 months ago #145234 by webarts
Replied by webarts on topic Registration page
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.

More
12 years 7 months ago #145253 by nicolas
Replied by nicolas on topic Registration page
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.

More
12 years 7 months ago #145270 by webarts
Replied by webarts on topic Registration page
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.

More
12 years 7 months ago #145418 by nicolas
Replied by nicolas on topic Registration page
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:
Code:
$this->registerData->username = $this->registerData->email;
. For example, before
Code:
$data = get_object_vars($this->registerData);

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

More
12 years 6 months ago #147448 by fbnet
Replied by fbnet on topic Registration page
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.

More
12 years 6 months ago #147450 by Jerome
Replied by Jerome on topic Registration page
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.289 seconds
Powered by Kunena Forum