From 195d77ad5f230b5e2b31f6d04f91fe4b1dfdbb8a Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Tue, 14 Apr 2020 18:20:49 +0200 Subject: [PATCH] =?UTF-8?q?L=C3=A4ngere=20Artikeltitel=20im=20Listing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/listing/product-box/box-basic.tpl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 frontend/listing/product-box/box-basic.tpl diff --git a/frontend/listing/product-box/box-basic.tpl b/frontend/listing/product-box/box-basic.tpl new file mode 100644 index 0000000..daf9337 --- /dev/null +++ b/frontend/listing/product-box/box-basic.tpl @@ -0,0 +1,7 @@ +{extends file="parent:frontend/listing/product-box/box-basic.tpl"} + +{block name='frontend_listing_box_article_name'} + + {$sArticle.articleName|truncate:150|escapeHtml} + +{/block} \ No newline at end of file