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

astrex00

Newbie
  
  • Posts

    9
  • Joined

  • Last visited

About astrex00

  • Birthday 04/10/1990

Technical support

  • Works Day
    Пн
    Вт
    Ср
    Чт
    Пт
  • Holidays
    Сб
    Вс
  • Status
    Работаю

Information

  • Gender
    Мужчина

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

astrex00's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

1

Reputation

  1. Супер) Работает. Огромное спасибо)
  2. Не выводит на сайте. Вставил в system/library/document.php private $robots; public function setRobots($value) { $this->robots = $value; } public function getRobots() { return $this->robots; } В catalog/controller/product/produсt.php $this->document->setRobots('noindex,nofollow'); В /catalog/controller/common/header.php $data['robots'] = $this->document->getRobots();
  3. Поставил. На сайте все равно не выводит тег. Кеш обновлял.
  4. поставил после public function index () { ошибки нету, но и на сайте не выводит <meta name="robots" content="noindex,nofollow">. Что мог упустить?
  5. Выдает ошибку Parse error: syntax error, unexpected '$this' (T_VARIABLE), expecting function (T_FUNCTION) in /www/system/storage/modification/catalog/controller/product/product.php on line 4
  6. Нужно для всех товаров поставить <meta name="robots" content="noindex,nofollow">. Подскажите как это оформить?
  7. После обновления выдает ошибку на сайте и в админке: Cannot redeclare Url::$langmark_registry in /www/system/storage/modification/system/library/url.php on line 17 Подскажите как исправить?
×
×
  • 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.