Skip to content Skip to sidebar Skip to footer

Opencart Developement: Change Slideshow's Position

I am working with opencart. I want to change slideshow from 'content-top' to 'header'. It means, I wanna move the slideshow above the top menu, and it will also displays in every p

Solution 1:

first of all u can't just go ahead and copy past

you should understand what you will do

the slide show is slidshow.tpl and slideshow.php to include the javascript you need the following line of code in your /controller/commun/header.php

$this->document->addScript('catalog/view/javascript/jquery/nivo-slider/jquery.nivo.slider.pack.js');

so the javascript can work

Solution 2:

you can use a simple module for that that adds these positions and keeps the javascripts working proparly.

http://www.opencart.com/index.php?route=extension/extension/info&token=extension_id=14467

Also you can add unlimited number of positions, add columns and change there width and it works with all themes and modules.

Regards

Post a Comment for "Opencart Developement: Change Slideshow's Position"