BOIK Posted May 8, 2011 Share Posted May 8, 2011 Hello all,i have been working on a custom template and have this problem that i cannot resolve.i need 3 modules below featured products. I figured the easiest way would be moving right column to the center column so that they also show on other pages as well (product, category, etc)I'm stuck here and i could use help!There's also some screen shots to see what i mean.Thx Link to comment Share on other sites More sharing options...
jeevanoss Posted May 8, 2011 Share Posted May 8, 2011 Change leftColumn/rightColumn to home in Module PHP file Link to comment Share on other sites More sharing options...
BOIK Posted May 8, 2011 Author Share Posted May 8, 2011 Hi,thank you for this quick replay. Just one question.I have to change this in blocknewproducts.php for examplefrom this function install() { if (parent::install() == false OR $this->registerHook('rightColumn') == false OR Configuration::updateValue('NEW_PRODUCTS_NBR', 5) == false) return false; return true; } to this function install() { if (parent::install() == false OR $this->registerHook('home) == false OR Configuration::updateValue('NEW_PRODUCTS_NBR', 5) == false) return false; return true; } This is around line 23 to 28.Is this the right spot?Thank you. Link to comment Share on other sites More sharing options...
jeevanoss Posted May 8, 2011 Share Posted May 8, 2011 Yes correct.Also rename function hookLeftColumn($params) to function hookHome($params) Link to comment Share on other sites More sharing options...
BOIK Posted May 10, 2011 Author Share Posted May 10, 2011 Hi, jeevanoss,thank you for the help so far. I got the modules in the center but cannot figure out how to get them in the same position as in the jpg i attached. Is there some way you could help me with that?Thank you in advance.BoikP.S. i could use a hint where to start Can anyone help me? Link to comment Share on other sites More sharing options...
PRASANTH NP Posted May 12, 2011 Share Posted May 12, 2011 Hi Boik,I think you are in need of a module for to display products similar to homefeatured products. I have with modules for new, special, and topseller products for that purpose.You will get that modules from... http://pss.atps.in Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now