IPrice minimart
powerfull & flexible online Store, price-lists and catalogs for Joomla
Welcome, Guest
Username: Password: Remember me

TOPIC: Мета теги на странице с iPrice

Мета теги на странице с iPrice 10 years 7 months ago #735

  • hotgomer
  • hotgomer's Avatar
  • Offline
  • Новый участник
  • Posts: 3
  • Karma: 0
В пунктах меню, которым назначен прайс лист, не отображаются мета-теги, заданные пункту меню.
Как вывести необходимые метатеги, если в разделах и категориях компонента такой возможности не нашел?
Login or register to post message.

Мета теги на странице с iPrice 10 years 7 months ago #749

  • support
  • support's Avatar
  • Offline
  • Администратор
  • Posts: 1905
  • Thank you received: 311
  • Karma: 59
Метатеги из пункта меню с типом IPrice выводятся в прайс-листе начиная с версии 2.1.5. Для более младших версий вы можете вставить вывод метатегов в файле /components/com_ipricecalc/views/price/view.html.php в конец функции display() перед кодом parent::display($tpl) вставить следующий код:
$document	=& JFactory::getDocument();
		if ($pparams->get('menu-meta_description'))
			$document->setDescription($pparams->get('menu-meta_description'));

		if ($pparams->get('menu-meta_keywords'))
			$document->setMetadata('keywords', $pparams->get('menu-meta_keywords'));
Login or register to post message.
Moderators: support

Subscribe



Subscribe to our newsletter and social networks to be updated with the latest updates.

Login