Registration page

  • Posts: 42
  • Thank you received: 0
12 years 11 months ago #37884

Hi,

I am new to hikashop and faced 3 small problems..

1) From the check out menu, I chose registration with password but when I proceed at check out I don't get a password field.
2) The data in all the registration fields remain, after I refresh or even close my browser
3) After I complete an order, log out and login again, the item is in the cart.

Any help?

Thanks!

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

  • Posts: 83103
  • Thank you received: 13415
  • MODERATOR
12 years 11 months ago #38045

Hi,

1. That's probably because you're already logged on your website. Just log out and try again and you should see it.

2. That's because your browser saves the data on its end so that it's easier to fill the form later on.
3. You can change the option "Clean cart when order is" to "created" in the config and that should avoid that.

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

  • Posts: 42
  • Thank you received: 0
12 years 11 months ago #38075

Thanks for your reply Nicolas.
1. I am not logged in while trying this. I am asked either to login or to register. All the other fields are asked (email, first, last, etc..) but no password field. I'd also like to add a "confirm email" field.

3. I've already done this before posting but it's appearing again..

Any solutions?

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

  • Posts: 83103
  • Thank you received: 13415
  • MODERATOR
12 years 11 months ago #38169

Mmm. You have some strange behavior then. Could you check that the cache options of the configuration of joomla are turned off and that the joomla cache plugin is turn off.
If that's already the case, could you provide a link to your shop so that we can see the problem ?
Otherwise, turn them off and try again.

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

  • Posts: 42
  • Thank you received: 0
12 years 11 months ago #38223

The cart seems to be responding normally now..
For the password I've just noticed that after disabling EmailasUsername plugin the field is back. But I need both.. How can I fix this? And also how to add a "conform email" field?
Thanks.

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

  • Posts: 83103
  • Thank you received: 13415
  • MODERATOR
12 years 11 months ago #38293

That extension does not apparently supports HikaShop:
extensions.joomla.org/extensions/access-...authentication/10343
On their page, they say that they can add that for you for free.
So you should ask them about that.

There is no email confirmation field in HikaShop. We'll add that in next release. In the mean time, you would have to edit the file "registration" of the view "user" via the menu Display->Views and add the code:

	<tr class="hikashop_registration_email_confirm_line">
		<td class="key">
			<label id="email_confirm_msg" for="register_email_confirm">
				<?php echo JText::_( 'HIKA_EMAIL_CONFIRM' ); ?>
			</label>
		</td>
		<td>
			<input type="text" id="register_email_confirm" name="data[register][email_confirm]" value="<?php echo $this->escape($this->mainUser->get( 'email' ));?>" class="inputbox required validate-email" maxlength="100" onchange="if(this.value!=document.getElementById('register_email').value){alert('<?php echo JText::_('THE_CONFIRMATION_EMAIL_DIFFERS_FROM_THE_EMAIL_YOUR_ENTERED',true); ?>'); this.value = '';}" /> *
		</td>
	</tr>

and the translations THE_CONFIRMATION_EMAIL_DIFFERS_FROM_THE_EMAIL_YOUR_ENTERED and HIKA_EMAIL_CONFIRM via the languages tab of the configuration.

Last edit: 12 years 11 months ago by nicolas.

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

  • Posts: 42
  • Thank you received: 0
12 years 11 months ago #38303

Thank you Nicolas! I am now waiting for their respond so that the plugin can support HikaShop registration.

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

Time to create page: 0.066 seconds
Powered by Kunena Forum