Jump to content

Problem with subcategory


Recommended Posts

If it's 1.6, open category.tpl in your theme folder, and remove this

{if $subcategory.description}
                        <div class="cat_desc">{$subcategory.description}</div>
                    {/if}

Link to comment
Share on other sites

On 14/4/2018 at 4:55 AM, NemoPS said:

If it's 1.6, open category.tpl in your theme folder, and remove this

{if $subcategory.description}
                        <div class="cat_desc">{$subcategory.description}</div>
                    {/if}

Hi! Thanks for your answer! It is yeah. I don't see exactly that, What is on the category.tpl is:

{if $subcategory.description}
                        <p class="cat_desc">{$subcategory.description|truncate:60:'...'|strip_tags}</p>
                    {/if}

Do I remove it?

Thanks!!

Link to comment
Share on other sites

15 minutes ago, Javier Bernad Campos said:

Hi! Thanks for your answer! It is yeah. I don't see exactly that, What is on the category.tpl is:

{if $subcategory.description}
                        <p class="cat_desc">{$subcategory.description|truncate:60:'...'|strip_tags}</p>
                    {/if}

Do I remove it?

Thanks!!

SO I tried removing that and it works! Thank you so much! :)

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