Merge branch 'ticket-14826-fix-product-title'

This commit is contained in:
David 2017-12-29 13:04:30 +01:00
commit 5b2ee8b7aa

View File

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