product title is longer in async product list
This commit is contained in:
parent
9e25127b26
commit
b8612b7dfd
@ -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)))}
|
||||
|
Loading…
Reference in New Issue
Block a user