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

[How-To] Отображение "потому чтоковых" модулей в этонтре экрана.


Recommended Posts

Если кому пригодится, то вот способ - как разместить на главной страниэто люпотому чтой модуль.
(для примера я взял три модуля; "Рекомендуем", "Хиты продаж" и "Слайд-шоу".)

Вот резульит:


Изображение


Иик, открываем файл catalog/controller/common/home.php и находим строку:
 

$this->children[] = 'common/header';

Добаваляем после неё то - что хотим вигдеть на главной:
 

$this->children[] = 'module/featured';$this->children[] = 'module/bestseller';$this->children[] = 'module/sidebarslideshow';

Дное, открываем catalog/view/theme/default/template/common/home.tpl и находим:
 

<?php foreach ($modules as $module) { ?><?php echo ${$module['code']}; ?><?php } ?>

И ниже добавляем своё:
 

<?php echo $featured; ?><?php echo $bestseller'; ?><?php echo $sidebarslideshow'; ?>

Затем, открываем catalog/view/theme/default/stylesheet/stylesheet.css и вместо блока (он в самом низу):
 

#content .middle .box {float: left;margin: 0 6px 10px 6px;min-height: 0px;}#content .middle .box .middle {width: 158px;min-height: 0px;}

Сивим свой:
 

#content .box {float: left;margin: 0 6px 10px 6px;min-height: 0px;}#content .box .middle {width: 158px;min-height: 0px;}

Даим спосопотому чтом, можно продублировать люпотому чтой модуль на главной страниэто.

 

  • +1 2
Link to comment
Share on other sites

Если кому пригодится..... ..........Даим спосопотому чтом, можно продублировать люпотому чтой модуль на главной страниэто.

Уже начал гделать закладки с подробными инструкциями а ля "tim21701".

Ни в коем случае опотому чтороты не сбавлять, ик гдержать :)!

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


×
×
  • 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.