Jump to content

Disable all modules in the right column when displaying product list and product detailed view.


Recommended Posts

Hi,

 

I would like to expand my product catalog so it takes space of the current right column.

 

I don't need these modules to be shown when customer is viewing products, I just need them on my home page.

 

I would like to disable these modules to be displayed everywhere except home page and to expand fields of products in this space?

 

Please see the attached image.

 

post-525426-0-19311600-1369649896_thumb.jpg

 

Thank you in advance.

Link to comment
Share on other sites

hello

 

in my opinion is better to turn off (remove) the right column, than to disable the modules there.

you can achieve this by adding simple {if} condition to the footer.tpl file located in your theme directory

 

{if $page_name == 'index'}
Right Column Body
{/if}

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