Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

uncleros

Newbie
  
  • Posts

    1
  • Joined

  • Last visited

Everything posted by uncleros

  1. Ошибка одна и та же при входе в личный кабинет и оформление заказа ругается на 17 и 21 строчку версия opencart 1.5.5.1. Прошу помочь разобраться в данной проблеме. Заранее спасибо. Вот код login.tpl на который он ругаетсяю <?php echo $header; ?> <?php include('catalog/view/theme/'.$this->config->get('config_template').'/template/new_elements/wrapper_top.tpl'); ?> <div class="login-content"> <div class="left"> <h2><?php echo $text_new_customer; ?></h2> <div class="content"> <p><b><?php echo $text_register; ?></b></p> <p><?php echo $text_register_account; ?></p> <a href="<?php echo $register; ?>" class="button"><?php echo $button_continue; ?></a></div> </div> <div class="right"> <h2><?php echo $text_returning_customer; ?></h2> <form action="<?php echo $action; ?>" method="post" enctype="multipart/form-data"> <div class="content"> <p><?php echo $text_i_am_returning_customer; ?></p> <b><?php echo $entry_email; ?></b><br /> <input type="text" name="email" value="<?php echo $email; ?>" /> <br /> <br /> <b><?php echo $entry_password; ?></b><br /> <input type="password" name="password" value="<?php echo $password; ?>" /> <br /> <a href="<?php echo $forgotten; ?>"><?php echo $text_forgotten; ?></a><br /> <br /> <input type="submit" value="<?php echo $button_login; ?>" class="button" /> <?php if ($redirect) { ?> <input type="hidden" name="redirect" value="<?php echo $redirect; ?>" /> <?php } ?> </div> </form> </div> </div> <script type="text/javascript"><!-- $('#login input').keydown(function(e) { if (e.keyCode == 13) { $('#login').submit(); } }); //--></script> <?php include('catalog/view/theme/'.$this->config->get('config_template').'/template/new_elements/wrapper_bottom.tpl'); ?> <?php echo $footer; ?>
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.