Restanzahl der Artikel auf der Frontseite

This commit is contained in:
BlubbFish 2020-04-14 18:20:30 +02:00
parent 0e50adf7d6
commit feaaa4792f

View File

@ -0,0 +1,11 @@
{extends file="parent:frontend/plugins/index/delivery_informations.tpl"}
{block name='frontend_widgets_delivery_infos_instock'}
<link itemprop="availability" href="https://schema.org/InStock" />
<p class="delivery--information">
<span class="delivery--text delivery--text-available">
<i class="delivery--status-icon delivery--status-available"></i>
{s name="DetailDataInfoInstock"}{/s} <strong>{$sArticle.instock}</strong>
</span>
</p>
{/block}