Jump to content

1.5 Category name h1 - categoryNameComplement


Recommended Posts

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

  • 1 year later...

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

  • 2 months later...

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