RSI-SHOP Posted July 17, 2014 Share Posted July 17, 2014 (edited) Witam czy wie ktoś gdzie zmienić długość nazwy produktu ? Chodzi mi o wyświetlenie większej ilości znaków z np. 33 do 160 lub full name. W product-list.tpl nie widzę takiej opcji . . .nawet w standardowym szablonie.... Pomoże ktoś ? Znalazłem coś takiego : <div class="right-block"> <h5 itemprop="name"> {if isset($product.pack_quantity) && $product.pack_quantity}{$product.pack_quantity|intval|cat:' x '}{/if} <a class="product-name" href="{$product.link|escape:'html':'UTF-8'}" title="{$product.name|escape:'html':'UTF-8'}" itemprop="url" > {$product.name|truncate:45:'...'|escape:'html':'UTF-8'} </a> </h5> Edited July 17, 2014 by RSI-SHOP (see edit history) Link to comment Share on other sites More sharing options...
0 Yabber Posted July 17, 2014 Share Posted July 17, 2014 <a class="product-name" href="{$product.link|escape:'html':'UTF-8'}" title="{$product.name|escape:'html':'UTF-8'}" itemprop="url" > {$product.name|truncate:45:'...'|escape:'html':'UTF-8'} </a> truncate przycina do 45 znaków Link to comment Share on other sites More sharing options...
0 vekia Posted July 17, 2014 Share Posted July 17, 2014 jako ciekawostkę dodam fakt, że truncate w smarty obcina po wyrazach, jeżeli wyraz nie mieści się w 45 znakach, to ucina cały wyraz stąd czasami wrażenie, że ucina więcej znaków :-) 1 Link to comment Share on other sites More sharing options...
0 Rooibosgirl Posted February 28, 2017 Share Posted February 28, 2017 Witam i... Ratunku: screen Co gdzie wpisać, żeby wyświetlała się dłuższa nazwa. W product-list.tpl wpisałam już całkiem duże wartości i nic się nie zmieniało. Chyba, że źle wpisywałam, a mogło tak być Presta 1.6.1.11 szablon default-bootstrap Link to comment Share on other sites More sharing options...
0 endriu107 Posted March 1, 2017 Share Posted March 1, 2017 Plik to category.tpl Link to comment Share on other sites More sharing options...
0 Rooibosgirl Posted March 1, 2017 Share Posted March 1, 2017 Bardzo proszę o fragment kodu, w którym mam to zmienić. Link to comment Share on other sites More sharing options...
0 atomek Posted March 1, 2017 Share Posted March 1, 2017 spróbuj w category.tpl <h5> <a class="subcategory-name" href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}">{$subcategory.name|truncate:25:'...'|escape:'html':'UTF-8'}</a> </h5> Link to comment Share on other sites More sharing options...
0 endriu107 Posted March 1, 2017 Share Posted March 1, 2017 Proszę bardzo: <h5><a class="subcategory-name" href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}">{$subcategory.name|truncate:25:'...'|escape:'html':'UTF-8'}</a></h5> Link to comment Share on other sites More sharing options...
0 Rooibosgirl Posted March 1, 2017 Share Posted March 1, 2017 Dziękuję za pomoc, już wyświetla się cała nazwa Link to comment Share on other sites More sharing options...
0 olosliwa Posted March 29, 2019 Share Posted March 29, 2019 Mi nie pomogło. Proszę o pomoc. Link to comment Share on other sites More sharing options...
0 endriu107 Posted March 29, 2019 Share Posted March 29, 2019 Włącz kompilacje i wyczyść pamięci podręczną. Link to comment Share on other sites More sharing options...
0 ollimport Posted March 29, 2019 Share Posted March 29, 2019 Super, a teraz co zrobić, żeby nie wysuwało ceny poza ramkę miniatury? Link to comment Share on other sites More sharing options...
0 endriu107 Posted March 29, 2019 Share Posted March 29, 2019 Odpowiednio to ostylować w css. Link to comment Share on other sites More sharing options...
0 olosliwa Posted March 29, 2019 Share Posted March 29, 2019 Nie zakładaj w ciemno, że wiem o co chodzi, bo nie wiem Link to comment Share on other sites More sharing options...
0 endriu107 Posted March 30, 2019 Share Posted March 30, 2019 Co nie wiesz? Link to comment Share on other sites More sharing options...
Question
RSI-SHOP
Witam czy wie ktoś gdzie zmienić długość nazwy produktu ? Chodzi mi o wyświetlenie większej ilości znaków z np. 33 do 160 lub full name. W product-list.tpl nie widzę takiej opcji . . .nawet w standardowym szablonie.... Pomoże ktoś ?
Znalazłem coś takiego :
Edited by RSI-SHOP (see edit history)Link to comment
Share on other sites
14 answers to this question
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