Display Forgotton Pasword Button

Please post your issues and questions about One Page Checkout for Virtuemart 2 to this forum.

Display Forgotton Pasword Button

Postby atiart » Wed Aug 20, 2014 4:43 pm

Hi,

hoe can i display the pasword forgotton on sandwich theme?
There is only login! What if when user forgot the password!

Thanks for Help
atiart
 
Posts: 4
Joined: Tue Aug 19, 2014 1:18 pm

Re: Display Forgotton Pasword Button

Postby admin » Fri Aug 22, 2014 2:29 pm

hello, we tried to keep this as minimalistic as possible. the forgot password link is usually available with the login modules.

you can add this code to show the link:

Code: Select all
<p class="opc_forgot_pwd" style="">
   (<a title="<?php echo OPCLang::_('COM_VIRTUEMART_ORDER_FORGOT_YOUR_PASSWORD'); ?>" href="<?php echo $lostPwUrl =  JRoute::_( 'index.php?option='.$comUserOption.'&view=reset' ); ?>"><?php echo OPCLang::_('COM_VIRTUEMART_ORDER_FORGOT_YOUR_PASSWORD');  ?></a>)
   </p>


within:
\com_onepage\themes\sandwitch...\onepage.unlogged.tpl.php

best regards, stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm


Return to One Page Checkout for Virtuemart 2