Jump to content

Problem with category description


Recommended Posts

Hi everyone !

 

I have a problem with category description... As example you can visit this page: http://dariluxe.fr/198-femme where you can see that only the Title "Femme" is displayed but there are no signs of any description...

 

I thought that the probleme could be linked to the theme, but I'm not sure about it, so I wanted to have your point of view if possible

 

Thank you in advance for your time !

Link to comment
Share on other sites

btw the way here is my category.tpl code:

{include file="$tpl_dir./errors.tpl"}

{if isset($category)}
	{if $category->id AND $category->active}					
		{if $products}
		<div class="filters-panel">
			<div class="row">
				<div class="col-lg-4 col-md-4 hidden-sm hidden-xs view-mode pull-left">
					<a class="view-grid" href="#">
						<span class="icon_grid-2x2"></span>
					</a> 
					<a class="view-list" href="#">
						<span class="icon_ul"></span>
					</a>
				</div>
				<div class="col-lg-4 col-md-4 col-sm-6 nbr-product">
					{include file="./nbr-product-page.tpl"}				
				</div>	
				<div class="col-lg-4 col-md-4 col-sm-6 product-sort pull-right">
					{include file="./product-sort.tpl"}				
				</div>
			</div>
		</div>
		{include file="./product-list.tpl" products=$products}
		<div class="filters-panel-bottom">
			{include file="./pagination.tpl"}
		</div>
		{/if}
	{elseif $category->id}
		<div class="alert alert-warning"><button data-dismiss="alert" type="button" class="close">X</button>{l s='This category is currently unavailable.'}</div>
	{/if}
{/if}
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...