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

Leaderboard

Popular Content

Showing content with the highest reputation on 09/18/2011 in all areas

  1. Файлы сайта должны находиться в папке Z:\home\***.ru\www без system
    1 point
  2. Наткнулся на приятную печеньку в api яндекса. Небольшой ява скрипт, вставляющий иконки на публикацию нашей страницы в популярные соц. сети. Познакомится с ним можно по адресу здесь (http://api.yandex.ru/share/) , где Вы можете настроить все параметры показа (аля, кнопки, иконки, какие сети и т.д.). Представляет из себя эта печенька пару строк кода: <script type="text/javascript" src="//yandex.st/share/share.js" charset="utf-8"></script> <div class="yashare-auto-init" data-yashareL10n="ru" data-yashareType="button" data-yashareQuickServices="yaru,vkontakte,facebook,twitter,odnoklassniki,moimir"></div> Собственно приступим к внедрению ссылок в наш обожаемый магазин: Открываем в блокноте файл: catalog/view/theme/ИМЯ_ВАШЕЙ_ТЕМЫ/template/product/product.tpl Находит 106 строку, содержащую: "<?php } ?></td>" между "?></" вставляем следующий код: <div align="center"><script type="text/javascript" src="//yandex.st/share/share.js" charset="utf-8"></script> <div class="yashare-auto-init" data-yashareL10n="ru" data-yashareType="button" data-yashareQuickServices="yaru,vkontakte,facebook,twitter,odnoklassniki,moimir"></div></div> Получается примерно следующее: 105 </form> 106 <?php } ?> 107 <div align="center"><script type="text/javascript" src="//yandex.st/share/share.js" charset="utf-8"></script> 108 <div class="yashare-auto-init" data-yashareL10n="ru" data-yashareType="button" data-yashareQuickServices="yaru,vkontakte,facebook,twitter,odnoklassniki,moimir"></div></div> 109 </td> 110 </tr> Внешне выглядит как:
    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.