Jump to content

Jak dodać czytaj więcej opis kategorii w prestashop 1.7.7


grze11

Recommended Posts

Jak dodać przycisk "czytaj więcej" w opisie kategorii w prestashop 1.7.7
Chcę ukryć 80% tekstu pod przyciskiem

/templates/catalog/listing/category.tpl
to tylko

<h1 class="h1">{$category.name}</h1>
      {if $category.description}
        <div id="category-description" class="text-muted">{$category.description nofilter}</div>
      {/if}
      {if $category.image.large.url}
        <div class="category-cover">
          <img src="{$category.image.large.url}" alt="{$category.image.legend}">
        </div>
      {/if}

 

W starszej wersji prestashop była taka możliwość

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