shopandgo Posted March 1, 2015 Share Posted March 1, 2015 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. BW Link to comment Share on other sites More sharing options...
fred-vinapresta Posted March 2, 2015 Share Posted March 2, 2015 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 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