grze11 Posted February 10, 2021 Share Posted February 10, 2021 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now