From 9dc9a8c890f7ef43cff88051d66b6aea61ca8cc2 Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Sat, 20 Sep 2025 21:18:35 +0200 Subject: [PATCH] =?UTF-8?q?Zaktualizuj=20rozmiar=20i=20czas=20modyfikacji?= =?UTF-8?q?=20plik=C3=B3w=20szablon=C3=B3w,=20usu=C5=84=20tymczasowe=20pli?= =?UTF-8?q?ki=20obrazu=20oraz=20upro=C5=9B=C4=87=20wy=C5=9Bwietlanie=20naz?= =?UTF-8?q?w=20produkt=C3=B3w=20w=20szablonie=20miniatur.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/ftp-kr.sync.cache.json | 8 ++++---- modules/thecheckout/views/img/ps1D69.tmp | 0 modules/thecheckout/views/img/ps6756.tmp | 0 .../catalog/_partials/miniatures/product.tpl | 19 ++++++++----------- 4 files changed, 12 insertions(+), 15 deletions(-) delete mode 100644 modules/thecheckout/views/img/ps1D69.tmp delete mode 100644 modules/thecheckout/views/img/ps6756.tmp diff --git a/.vscode/ftp-kr.sync.cache.json b/.vscode/ftp-kr.sync.cache.json index 9686332f..1ed3ae0b 100644 --- a/.vscode/ftp-kr.sync.cache.json +++ b/.vscode/ftp-kr.sync.cache.json @@ -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 } }, diff --git a/modules/thecheckout/views/img/ps1D69.tmp b/modules/thecheckout/views/img/ps1D69.tmp deleted file mode 100644 index e69de29b..00000000 diff --git a/modules/thecheckout/views/img/ps6756.tmp b/modules/thecheckout/views/img/ps6756.tmp deleted file mode 100644 index e69de29b..00000000 diff --git a/themes/charme/templates/catalog/_partials/miniatures/product.tpl b/themes/charme/templates/catalog/_partials/miniatures/product.tpl index cd685ef8..7bfd11a0 100644 --- a/themes/charme/templates/catalog/_partials/miniatures/product.tpl +++ b/themes/charme/templates/catalog/_partials/miniatures/product.tpl @@ -716,16 +716,13 @@ product-mobile-row {hook h='displayProductListReviews' product=$product} {/block} {block name='product_name'} -

- {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} -

+

+ + {$product.name} + +

{/block} - + {block name='product_price_and_shipping'} {if $product.show_price} @@ -767,10 +764,10 @@ product-mobile-row {/block} - + - + {/block}