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

Leaderboard

Popular Content

Showing content with the highest reputation on 02/22/2011 in all areas

  1. Ясно, что-то с отправляемыми заголовками. Чтобы убрать captcha со страницы товара надо: 1. открыть файл catalog/view/theme/default/template/product/product.tplнайти <span><?php echo $entry_good; ?></span><br />после этого удалить <br /> <b><?php echo $entry_captcha; ?></b><br /> <input type="text" name="captcha" value="" autocomplete="off" /> <br /> <img src="index.php?route=product/product/captcha" id="captcha" /> 2. открыть файл catalog/controller/product/product.phpнайти private function validate() {закомментировать if (!isset($this->session->data['captcha']) || ($this->session->data['captcha'] != $this->request->post['captcha'])) { $this->error['message'] = $this->language->get('error_captcha'); }получится /* if (!isset($this->session->data['captcha']) || ($this->session->data['captcha'] != $this->request->post['captcha'])) { $this->error['message'] = $this->language->get('error_captcha'); }*/
    1 point
  2. в catalogviewthemesolid_greytemplateheader.tpl <div class="div4"><a href="<?php echo str_replace('&', '&', $home); ?>" id="tab_home"><?php echo $text_home; ?></a> ......этот код редактируй по желанию) получиться должно где-то вот так <a href="ccылка на страницу">Блог</a>только сохрани в UTF8
    1 point
×
×
  • 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.