Please some one tell me how can I position modules like slider or banner in header or how can we define additional regions for the modules.
|
Well, I am working on it. Firstly, you should add a new position in the admin page. Which means you should change three files and add some lines into each. For example, if you want to add slideshow into header, you should add a new position in
////////////////////////////////////////////////
////////////////////////////////////////////////
Then a new position for slideshow has been defined. and you can choose it in the admin page. After that, you should add those codes in catalog/view/header.tpl
Then, in the catalog/controller/header.php, add some codes like content_top.php does: $layout_id = 1;
Then all done. The only problem for this code is the slideshow cannot display as a slideshow but a static picture or pictures. Wish you could solve it out and reply to me. My question post: Opencart developement: change slideshow's position |
|||||||||
|
|
do what Huawei Chen wrote and then add these to header:
and slider will be working |
||||
|
|
Please read this tutorial here: http://htmyell.com/adding-positions-to-opencart-theme/ I hope that helps. Regards. |
|||
|
|
|
You can learn from controller/common/column_right.php Check module position (line 50), you can adapt it to "header":
Set the output (line 69), you can adapt it to something like "header_mod" :
You need to modificate module at admin to show additional module position. |
|||
|
|
|
You can also use an extension that places 2 positions in header and footer. It create the same hooks, like it works with VQmod for opencart 1.5x |
||||
|
|