Jump to content

Odwieczny problem z wyświetlaniem pełnych nazw


lukis7

Recommended Posts

Witam, borykam się z nie wyświetlaniem całych nazw produktów, próbowałem już kilku "trików" z forum i nie pomogło. 

 

{$subcategory.name|truncate:25:'...'|escape:'html':'UTF-8'}

i zmień na
{$subcategory.name|escape:'html':'UTF-8'}

 

 

Proszę o pomoc , z góry dzięki. 

post-1240295-0-59858600-1471885693_thumb.jpg

Link to comment
Share on other sites

ok, zatem za ten fragment odpowiada product-list.tpl tak jak wspomniałeś

kod który pokazałeś zmienia SUBKATEGORIE

 

aby usunąć to z nazwy produktu, odnajdź linię:

<h3>{if isset($product.pack_quantity) && $product.pack_quantity}{$product.pack_quantity|intval|cat:' x '}{/if}<a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'}</a></h3>

chdozi o fragment:

{$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'}

zmień na

{$product.name|escape:'htmlall':'UTF-8'}
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...