Jump to content
  • 0

Długość tytułu produktów


seboxp

Question

Witam, mój problem polega na tym iż nie skraca mi tytułu produktów w presta 1.6 zarówno na stronie głównej jak i w kategoriach, włączając firebuga to według kodu jest 45 znaków i trzy kropki tak jak jest ustawione w pliku product-list.tpl

<a href="{$product.link}" title="{$product.name|truncate:45:'...'|escape:'htmlall':'UTF-8'}"><span class="product_manufacturer">

Adres sklepu to http://lilu-sklep.pl/

Edited by seboxp (see edit history)
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

<a href="{$product.link}" title="{$product.name|truncate:45:'...'|escape:'htmlall':'UTF-8'}"><span class="product_manufacturer">

    {$product.name|truncate:45:'...'|escape:'htmlall':'UTF-8'}  <- spróbuj tak,

</a>


z atrybutu title skracanie możesz usunąć


najlepiej podeślij cały kod tagu <a> ... </a>

Link to comment
Share on other sites

  • 0

Przesyłam cały kod :

<a href="{$product.link}" title="{$product.name|truncate:45:'...'|escape:'htmlall':'UTF-8'}"><span class="product_manufacturer">
						{$product.manufacturer_name = Manufacturer::getNameById((int)$product.id_manufacturer)}{$product.manufacturer_name}</span>{if isset($product.new) && $product.new == 1}<span class="product_new">{l s='New' mod='blocknewproducts_mod'}</span>{/if}{$product.name}</a>
Link to comment
Share on other sites

  • 0
<a href="{$product.link}" title="{$product.name|escape:'htmlall':'UTF-8'}"><span class="product_manufacturer">
        {$product.manufacturer_name = Manufacturer::getNameById((int)$product.id_manufacturer)}{$product.manufacturer_name}</span>{if isset($product.new) && $product.new == 1}<span class="product_new">{l s='New' mod='blocknewproducts_mod'}</span>{/if}
        
        
        {$product.name|truncate:45:'...'|escape:'htmlall':'UTF-8'}
</a>

przed zamknięciem tagu </a>

 

z atrybutu title obcinanie usunąłem,

musisz włączyć kompilacje szablonu

  • Like 1
Link to comment
Share on other sites

  • 0

Dzięki za pomoc, rozkminiłem chwilę przed Tobą ale i tak dzięki za namierzenie problemu :)

 

ps. coś mi się rozjechało przy okazji w kategorii biżuteria, brakuje (zobacz jako siatka) w drugim rzędzie 2 produktów...

Edited by seboxp (see edit history)
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...