see_k Posted February 10, 2020 Share Posted February 10, 2020 (edited) Hallo Hat jemand eine Idee wie man die Artikel Beschreibung auf 2 Zeilen bringt Edited February 10, 2020 by see_k gelöst (see edit history) Link to comment Share on other sites More sharing options...
see_k Posted February 10, 2020 Author Share Posted February 10, 2020 ist das eine Lösung? Anpassung von themes/classic/templates/catalog/_partials/miniatures/product.tpl Truncate von 30 auf 50 anpassen alt="{if !empty($product.cover.legend)}{$product.cover.legend}{else}{$product.name|truncate:50:'...'}{/if}" data-full-size-image-url="{$product.cover.large.url}" /> </a> {else} <a href="{$product.url}" class="thumbnail product-thumbnail"> <img src="{$urls.no_picture_image.bySize.home_default.url}" /> </a> {/if} {/block} <div class="product-description"> {block name='product_name'} {if $page.page_name == 'index'} <h3 class="h3 product-title" itemprop="name"><a href="{$product.url}">{$product.name|truncate:50:'...'}</a></h3> {else} <h2 class="h3 product-title" itemprop="name"><a href="{$product.url}">{$product.name|truncate:50:'...'}</a></h2> {/if} und im custom.css dies unten einfügen (braucht mehr Platz für Preis) /*Artikel auf 2 Zeilen anzeigen ! in themes/classic/templates/catalog/_partials/miniatures/product.tpl truncate von 30 auf 50 anpassen */ body.tax-display-enabled #products .product-description, body.tax-display-enabled .featured-products .product-description, body.tax-display-enabled .product-accessories .product-description { height:100px; } Da ich leider noch noch nicht viel Ahnung vom Code habe ... stimmt das so ? optisch scheint es zu gehen so war es alt: Link to comment Share on other sites More sharing options...
SliderFlash Posted February 10, 2020 Share Posted February 10, 2020 ja sollte passen Link to comment Share on other sites More sharing options...
see_k Posted February 10, 2020 Author Share Posted February 10, 2020 thanks dann mache ich auf gelöst 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