Jump to content

Category Block Left


Recommended Posts

Hi everybody am changing from Koobishop to Prestashop. Really great shop system.

 

One small problem I have yet. In the category block there is the title called "Categories". When I click on a subcategory, the title changes from above "Categories" in the title of the subcategory. Maybe someone knows where I can change this so that always remains as "Categories" title? For a better understanding I have a picture attached.

 

Thank you in advance for your help.

 

BWpost-939404-0-85066400-1425237055_thumb.jpg

Link to comment
Share on other sites

Hi, you can add the file modules/blockcategories/blockcategories.tpl in themes/tour_theme_folder/modules/blockcategories/, then modifify the content in h4 tags: 

<h4 class="title_block">{l s='Categories' mod='blockcategories'}</h4>

intead of

<h4 class="title_block">{if isset($currentCategory)}{$currentCategory->name|escape}{else}{l s='Categories' mod='blockcategories'}{/if}</h4>
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...