product title is longer in async product list

This commit is contained in:
David 2017-12-29 12:19:17 +01:00
parent 9e25127b26
commit b8612b7dfd

View File

@ -9,7 +9,7 @@
<div class="right_block">
<div class="list-product-name">
<a class="" href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">
<h3>{$product.name|truncate:38:'...'|escape:'htmlall':'UTF-8'}</h3>
<h3>{$product.name|truncate:64:'...'|escape:'htmlall':'UTF-8'}</h3>
</a>
<div class="list-product-price">
{if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))}