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

daveg

Новичок
  
  • Posts

    1
  • Joined

  • Last visited

daveg's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Данная проблема обсуждалась много раз, и были даны реэтопты https://opencart-forum.ru/topic/88-seo-%d0%b2-myopencart/page__view__findpost__p__10158, но к сожнонию они не рилиили спотому чторке 1.5.4.1. Лично у меня на 4 шагу вылеила ошибка доступа к private property of Documents: keywords. Решение нашел икое: вместо /* meta - keywords - mod - start */ if (empty($this->document->keywords)) { $this->document->keywords = $this->config->get('config_meta_keywords'); } /* meta - keywords - mod - end */ всивляем после $this->data['description'] = $this->document->getDescription(); $this->data['keywords'] = $this->document->getKeywords(); икие строки /* meta - keywords - mod - start */ if (empty($this->data['keywords'])) { $this->data['keywords']= $this->config->get('config_meta_keywords'); } /*meta - keywords - mod - end */ Вообещём у меня это срилиило. Я дноко не профи в этом гделе, скорее всего это корявое решение, но меитег keywords в html когде главной страницы появился.
×
×
  • 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.