Jump to content

NOMBRE DE LA CATEGORIA APARECE DOS VECES


estela6688

Recommended Posts

-_- creo que si edita el archivo category.tpl del theme en cuestions, usando {* *} para no mostrar lo que no quiere.

en su caso si quiere ocultar el nombre de abajo:

prestashop 1.6.x

{*
<h1 class="page-heading{if (isset($subcategories) && !$products) || (isset($subcategories) && $products) || !isset($subcategories) && $products} product-listing{/if}"><span class="cat-name">{$category->name|escape:'html':'UTF-8'}{if isset($categoryNameComplement)}&nbsp;{$categoryNameComplement|escape:'html':'UTF-8'}{/if}</span>{include file="$tpl_dir./category-count.tpl"}</h1>
*}

en prestashop 1.7

{*
    <div class="text-sm-center hidden-md-up">
      <h1 class="h1">{$category.name}</h1>
    </div>
*}
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...