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

pikitos

Users
  
  • Posts

    4,001
  • Joined

  • Last visited

Everything posted by pikitos

  1. Нормальные названия классов, зато никакие другие не перебьют :-) Блоки никуда не плывут. основная идея - АМАЗОН меню. Вот пример меню в умелых руках: autozanachka.ru
  2. контроллер: if ($this->customer->isLogged()) { $this->data['customer_group_id'] = $this->customer->getCustomerGroupId(); } else { $this->data['customer_group_id'] = $this->config->get('config_customer_group_id'); } шаблон: <?php if ($customer_group_id == 1) { ?> контент <?php } ?>
  3. 1. В шаблон модуля filterpro (filterpro_products.tpl) внести изменения по аналогии с category.tpl 2. В следующую версию добавлю 3. В файле catalog\view\javascript\common.js в функциях addToWishList и addToCompare удалить строки: $('#notification').html.... ; $('.success').fadeIn('slow'); 4. Потому что шаблон не дефолтный.
  4. вывод вертикального меню
  5. заходите в свою базу данных на сервере (через phpmyadmin) -> вкладка SQL - > копируете в текстовое поле текст запроса - > жмете Ок. без разницы, хоть до, хоть после.
×
×
  • 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.