Two Registration Methods

  • Posts: 100
  • Thank you received: 1
10 years 11 months ago #134639

-- url of the page with the problem -- : 212.113.141.199/~pubnew/newcatalog/index.php/fa/register

Hi,

thanks for all of the help you've already given me. I couldn't launch the site cuz I had two, three minor problems left. I'll have to do it this Monday. I'm gonna need your help on this one though. the link I've provided is for REGISTRATION (farsi). I want to know if there's a way to 1. hide the joomla registration (and joomla login when clicked on Control panel in the case that a user is not logged in) and instead only use the Hikashop Registration and Login features. I can stick to joomla's login if there's a way to use EMAIL instead of usernames?
2. How can I make the first registration simple (Name, Email...etc.) and then ask for an address on the checkout page.)
I've included a screenshot as well. :)

thanks for the great support.

Attachments:

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

  • Posts: 82864
  • Thank you received: 13372
  • MODERATOR
10 years 11 months ago #134680

Hi,

You need to do two things:
1. change the "registration" of the configuration of HikaShop to "simplified registration"
2. publish the "Redirect Joomla registration to HikaShop Plugin" via the joomla plugin manager.

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

  • Posts: 100
  • Thank you received: 1
10 years 11 months ago #134686

I've done both of the things you mentioned here already. I'm seeing ADDRESS INFORMATION in the REGISTRATION page which I don't want. I've enabled simple registration with password and I've also enabled the JOOMLA to HIKASHOP redirect. with both of these this is what I see... so I think there's another thing I have to do.. any clues?

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

  • Posts: 82864
  • Thank you received: 13372
  • MODERATOR
10 years 11 months ago #134695

Then simply remove that text with a translation override...
www.hikashop.com/download/languages.html#modify

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

  • Posts: 100
  • Thank you received: 1
10 years 11 months ago #134702

I don't want to remove them forever. I just want to hide them here in the registration page and instead ask for these personal information when they're buying items. Doesn't this (the thing you're suggesting) hide them from all the pages?! I'm not sure I'm getting what you're saying and I'm not sure that this is what I'm looking for. Isn't there some code I can change to hide it just in this page? This problem is also available in English

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

  • Posts: 100
  • Thank you received: 1
10 years 11 months ago #134707

OK I solved that by limiting the CUSTOM FIELDS to REGISTERED USERS only and it seems to work pretty well.

The only problem left now is the title for ADDRESS_INFORMATION which is not removed in the Registration page and I need it in the checkout page (So I can't use an empty space in it's override). What can I do to hide it just in this page :

212.113.141.199/~pubnew/newcatalog/index.php/fa/register

I've attached a screenshot to let you see what title I want removed.

THANKS :)

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
10 years 11 months ago #134794

Hi,

Thanks to try this css property:

.hikashop_user_registration_page .hikashop_registration_address_info_line {display:none !important;}

The following user(s) said Thank You: PubSite

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

  • Posts: 100
  • Thank you received: 1
10 years 11 months ago #135231

Thanks! it's finally fixed! can you help me on increasing the size of the boxes related to EMAIL, PASSWORD and APPROVING THE PASSWORD please? just guide me to the Css or php file and tell me what tag I need to change.. thanks.. :)

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

  • Posts: 82864
  • Thank you received: 13372
  • MODERATOR
10 years 11 months ago #135255

You can use such CSS:
.hikashop_user_registration_page input{ width : 300px !important; }

The following user(s) said Thank You: PubSite

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

  • Posts: 100
  • Thank you received: 1
10 years 11 months ago #135259

the REGISTER button is also 300px wide now! how to stop that from happening?

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

  • Posts: 82864
  • Thank you received: 13372
  • MODERATOR
10 years 11 months ago #135266

Do like that instead:
.hikashop_user_registration_page input[type=text]{ width : 300px !important; }

The following user(s) said Thank You: PubSite

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

Time to create page: 0.084 seconds
Powered by Kunena Forum