registration doesnt work

10.10.2014 13:53
#1
ateliero
User ateliero
Name: Ondrej
05.07.2012
Posts: 26
Quote
registration doesnt work

Can you please help. Registration of new customers on my web doesnt work. The password is lit orange and no other way to progress:(
Thank you for your help.


Joomla: 3.3.6.
JoomShopping: 4.7.0
Website Url: podlahyonline.eu
 
10.10.2014 14:26
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: registration doesnt work

Rename login form

name = "jlogin"

File
components\com_jshopping\templates\{YOUT TEMPLATE}\user\login.php


See originale template

components\com_jshopping\templates\default\user\login.php

 
10.10.2014 15:47
#3
ateliero
User ateliero
Name: Ondrej
05.07.2012
Posts: 26
Quote
Aw: registration doesnt work

it is named jlogin

<?php
/**
* @version 4.3.1 13.08.2013
* @author MAXXmarketing GmbH
* @package Jshopping
* @copyright Copyright (C) 2010 webdesigner-profi.de. All rights reserved.
* @license GNU/GPL
*/
defined('_JEXEC') or die('Restricted access');
?>
<div class = "jshop">
<h1><?php print _JSHOP_LOGIN ?></h1>

<?php if ($this->config->shop_user_guest && $this->show_pay_without_reg) : ?>
<span class = "text_pay_without_reg"><?php print _JSHOP_ORDER_WITHOUT_REGISTER_CLICK?> <a href="<?php print SEFLink('index.php?option=com_jshopping&controller=checkout&task=step2',1,0, $this->config->use_ssl);?>"><?php print _JSHOP_HERE?></a></span>
<?php endif; ?>

<div class = "row-fluid">
<div class = "span6 login_block">
<span class="small_header"><?php print _JSHOP_HAVE_ACCOUNT ?></span>
<span><?php print _JSHOP_PL_LOGIN ?></span>
<form method = "post" action="<?php print SEFLink('index.php?option=com_jshopping&controller=user&task=loginsave', 1,0, $this->config->use_ssl)?>" name = "jlogin" class = "form-horizontal">
<div style="margin-top:3px;">
<div class = "row-fluid">
<div class = "span3">
<?php print _JSHOP_USERNAME ?>:
</div>
<div class = "span9">
<input type = "text" name = "username" value = "" class = "inputbox" />
</div>
</div>
<div class = "row-fluid">
<div class = "span3">
<?php print _JSHOP_PASSWORT ?>:
</div>
<div class = "span9">
<input type = "password" name = "passwd" value = "" class = "inputbox" />
</div>
</div>
<div class = "row-fluid">
<div class = "span12" style="text-align: right">
<label for = "remember_me"><?php print _JSHOP_REMEMBER_ME ?></label><input type = "checkbox" name = "remember" id = "remember_me" value = "yes" /><br />
<input type="submit" class="btn button" value="<?php print _JSHOP_LOGIN ?>" /><br />
<a href = "<?php print $this->href_lost_pass ?>"><?php print _JSHOP_LOST_PASSWORD ?></a>
</div>
</div>
</div>
<input type = "hidden" name = "return" value = "<?php print $this->return ?>" />
<?php echo JHtml::_('form.token');?>
</form>
</div>
<div class = "span6 register_block">
<span class="small_header"><?php print _JSHOP_HAVE_NOT_ACCOUNT ?></span>
<span><?php print _JSHOP_REGISTER ?></span>
<?php if (!$this->config->show_registerform_in_logintemplate){?>
<div style="padding-top:3px;"><input type="button" class="btn button" value="<?php print _JSHOP_REGISTRATION ?>" onclick="location.href='<?php print $this->href_register ?>';" /></div>
<?php }else{?>
<?php $hideheaderh1 = 1; include(dirname(__FILE__)."/register.php"); ?>
<?php }?>
</div>
</div>
</div>

 
10.10.2014 16:56
#4
ateliero
User ateliero
Name: Ondrej
05.07.2012
Posts: 26
Quote
Aw: registration doesnt work

problem still same
i have also updated responsive template to latest
Aw: registration doesnt work

 
14.10.2014 12:30
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: registration doesnt work

Problem in 'id' in login

<div class="control-group">
<label class="control-label" for="Heslo">Heslo </label>
<div class="controls">
<input id="password" class="inputbox fielderror" type="password" value="" name="passwd">
</div>
</div>


delete 'id="password"'


Last change: 14.10.2014 12:30
 


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.