Zaktualizuj rozmiar i czas modyfikacji plików szablonów, usuń tymczasowe pliki obrazu oraz uprość wyświetlanie nazw produktów w szablonie miniatur.
This commit is contained in:
8
.vscode/ftp-kr.sync.cache.json
vendored
8
.vscode/ftp-kr.sync.cache.json
vendored
@@ -7377,8 +7377,8 @@
|
||||
},
|
||||
"front.tpl": {
|
||||
"type": "-",
|
||||
"size": 19601,
|
||||
"lmtime": 1754338438943,
|
||||
"size": 19705,
|
||||
"lmtime": 1757443703631,
|
||||
"modified": false
|
||||
},
|
||||
"index.php": {
|
||||
@@ -14072,8 +14072,8 @@
|
||||
},
|
||||
"ps_shoppingcart.tpl": {
|
||||
"type": "-",
|
||||
"size": 19416,
|
||||
"lmtime": 1755850704059,
|
||||
"size": 19544,
|
||||
"lmtime": 1757443628303,
|
||||
"modified": false
|
||||
}
|
||||
},
|
||||
|
||||
@@ -716,14 +716,11 @@ product-mobile-row
|
||||
{hook h='displayProductListReviews' product=$product}
|
||||
{/block}
|
||||
{block name='product_name'}
|
||||
<h3 class="h3 product-title" itemprop="name"><a href="{$product.url}">
|
||||
{if Module::isEnabled('an_theme') and Module::getInstanceByName('an_theme')->getParam('product_miniatureTitleLength')}
|
||||
{$max_titlelength = Module::getInstanceByName('an_theme')->getParam('product_miniatureTitleLength')}
|
||||
{$product.name|truncate:$max_titlelength:'...'}
|
||||
{else}
|
||||
{$product.name|truncate:30:'...'}
|
||||
{/if}
|
||||
</a></h3>
|
||||
<h3 class="h3 product-title" itemprop="name">
|
||||
<a href="{$product.url}">
|
||||
{$product.name}
|
||||
</a>
|
||||
</h3>
|
||||
{/block}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user