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