Jump to content

Move Category Description


Recommended Posts

Hi,
I want to move the category description on the left column.. I've try to modify the category.tpl and I've find the $category->description, but I do not know where is the .tpl of the left column that contain the sub-categories..
I've try to insert a text into the category-tree-branch.tpl but he don't show the text..!
Please help me  :(

Link to comment
Share on other sites

Hi,

I want to move the category description on the left column.. I've try to modify the category.tpl and I've find the $category->description, but I do not know where is the .tpl of the left column that contain the sub-categories..

I've try to insert a text into the category-tree-branch.tpl but he don't show the text..!

Please help me  :(

 

Hi,

 

the output of the left column is in the file - layout-both-columns.tpl

          {block name="left_column"}
            <div id="left-column" class="col-xs-12 col-sm-4 col-md-3">
              {if $page.page_name == 'product'}
                {hook h='displayLeftColumnProduct'}
              {else}
                {hook h="displayLeftColumn"}
              {/if}
            </div>
          {/block}
Link to comment
Share on other sites

 

Hi,

 

the output of the left column is in the file - layout-both-columns.tpl

          {block name="left_column"}
            <div id="left-column" class="col-xs-12 col-sm-4 col-md-3">
              {if $page.page_name == 'product'}
                {hook h='displayLeftColumnProduct'}
              {else}
                {hook h="displayLeftColumn"}
              {/if}
            </div>
          {/block}

This is for 1.7? My version is 1.6

Link to comment
Share on other sites

Please help me  :(
-- EDIT --
I've found in the header.tpl:
 

<div id="left_column" class="column col-xs-12 col-sm-{$left_column_size|intval}">
{$HOOK_LEFT_COLUMN}</div>

And I've added {$category->description}, but I want to insert this in the middle of the left_column and not on the top!

 

-- EDIT --
Solved:
Modifing blockcategories.tpl

Edited by LuigiD (see edit history)
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...