outlet.ee Posted October 12, 2012 Share Posted October 12, 2012 Just installed v1.5 and noticed that the category names are not displayed, in themes/category.tpl it says: <h1> {strip} {$category->name|escape:'htmlall':'UTF-8'} {if isset($categoryNameComplement)} {$categoryNameComplement|escape:'htmlall':'UTF-8'} {/if} {/strip} </h1> What is this categoryNameComplement? I have all the category names in place, what else is necessary here? Link to comment Share on other sites More sharing options...
interactivate Posted February 11, 2014 Share Posted February 11, 2014 Just installed v1.5 and noticed that the category names are not displayed, in themes/category.tpl it says: <h1> {strip} {$category->name|escape:'htmlall':'UTF-8'} {if isset($categoryNameComplement)} {$categoryNameComplement|escape:'htmlall':'UTF-8'} {/if} {/strip} </h1> What is this categoryNameComplement? I have all the category names in place, what else is necessary here? Here is the answer, http://doc.prestashop.com/display/PS14/Implementing+layered+navigation+in+a+theme Link to comment Share on other sites More sharing options...
Amaury81 Posted May 9, 2014 Share Posted May 9, 2014 and do you guys know how to modify this $categoryNameComplement ? I'd like to reformat it 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