Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Klonpro

Новичок
  
  • Posts

    2
  • Joined

  • Last visited

Klonpro's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

0

Reputation

  1. Я понял что это не ик с плагином думал что уже обратился думаю решит этот вопрос. Какой то модификатор не рилииет. возможно FTP проблема еещё.
  2. Добрый гдень. Может кто встречал икую ошибку. Ошибка вылезает вспылающим окном при захогде в личный кабинет. if ($this->customer->isLogged()) { $json['islogged'] = true; }else if(isset($this->request->post)) { if (!$this->customer->login($this->request->post['email'], $this->request->post['password'])) { $json['error'] = $this->language->get('error_login'); } $customer_info = $this->model_account_customer->getCustomerByEmail($this->request->post['email']); line 17 if ($customer_info && !$customer_info['approved']) { $json['error'] = $this->language->get('error_approved'); } } else { $json['error'] = $this->language->get('error_warning'); }
×
×
  • 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.