Lost username

02.08.2014 10:27
#1
patbe60
Joomshopping forum user no avatar
Name: patbe60
01.03.2012
Posts: 14
Quote
Lost username

"Lost username" in the first checkout step -> Login/New customer is missing.

It can be placed by adding the following code:

In components/com_jshopping/controllers/user.php add in line 88

$view->assign('href_lost_name', SEFLInk('index.php?option=com_users&view=remind',0,0, $jshopConfig->use_ssl));

In components/com_jshopping/templates/default/user/login.php after

<a href = "<?php print $this->href_lost_pass ?>"><?php print _JSHOP_LOST_PASSWORD ?></a>

add

<br /><a href="<?php print $this->href_lost_name ?>"><?php print _JSHOP_LOST_USERNAME ?></a>

You need to add

define('_JSHOP_LOST_USERNAME', 'Benutzername vergessen?');

in components/com_jshopping/lang/override/de-DE.php

and the same in other languages in the override folder.

Isn't it possible to complete this in the next version?

Regards
Patrik

 
02.08.2014 21:01
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: Lost username

Sorry. No.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.