Jump to content

[Solved] Moving right column to center


Recommended Posts

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

44819_my4ulQoEPy02ygMiqA6F_t

Link to comment
Share on other sites

Hi,

thank you for this quick replay. Just one question.
I have to change this in blocknewproducts.php for example
from 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

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.

Boik

P.S. i could use a hint where to start :)

Can anyone help me?

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