Log in @ checkout

  • Posts: 50
  • Thank you received: 2
11 years 9 months ago #90364

Joom v3 hikashop 2.1 beez_3 template
The login box at checkout is missing "Forgot Username" and "Forgot Password".
Either that or I have some icons missing or the class "icon-question-sign"
doesn't exist.
components/com_hikashop/views/checkout/tmpl/login_form.php
ORIGINAL..

<input id="modlgn-username" type="text" name="username" class="input-small" tabindex="1" size="18" placeholder="<?php echo JText::_('HIKA_USERNAME'); ?>" />
<a href="<?php echo JRoute::_('index.php?option=com_users&view=remind');?>" class="btn hasTooltip" title="<?php echo JText::_('HIKA_FORGOT_YOUR_USERNAME'); ?>"><i class="icon-question-sign"></i></a>

SO I HACKED IT, BUT HACKING IS BAD .. same with password as below
<input id="modlgn-username" type="text" name="username" class="input-small" tabindex="1" size="18" placeholder="<?php echo JText::_('HIKA_USERNAME'); ?>" />
<a href="<?php echo JRoute::_('index.php?option=com_users&view=remind');?>" class="btn hasTooltip" title="<?php echo JText::_('HIKA_FORGOT_YOUR_USERNAME'); ?>"><?php echo JText::_('HIKA_FORGOT_YOUR_USERNAME').'?'; ?><i class="icon-question-sign"></i></a>

rgds
emmdee

Last edit: 11 years 9 months ago by emmdee. Reason: correction

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

  • Posts: 13201
  • Thank you received: 2322
11 years 9 months ago #90561

Hi,

This seems to be a Joomla option, in Users > User manager > Options.
Try to enable a Joomla login module and see if the "Forgot Username" and "Forgot Password" are present.

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

Time to create page: 0.068 seconds
Powered by Kunena Forum