From feaaa4792f5c6a5b2a6759ec70a6021118971c61 Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Tue, 14 Apr 2020 18:20:30 +0200 Subject: [PATCH] Restanzahl der Artikel auf der Frontseite --- frontend/plugins/index/delivery_informations.tpl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 frontend/plugins/index/delivery_informations.tpl diff --git a/frontend/plugins/index/delivery_informations.tpl b/frontend/plugins/index/delivery_informations.tpl new file mode 100644 index 0000000..acaca91 --- /dev/null +++ b/frontend/plugins/index/delivery_informations.tpl @@ -0,0 +1,11 @@ +{extends file="parent:frontend/plugins/index/delivery_informations.tpl"} + +{block name='frontend_widgets_delivery_infos_instock'} + +

+ + + {s name="DetailDataInfoInstock"}{/s} {$sArticle.instock} + +

+{/block} \ No newline at end of file