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}