Restanzahl der Artikel auf der Frontseite
This commit is contained in:
parent
0e50adf7d6
commit
feaaa4792f
11
frontend/plugins/index/delivery_informations.tpl
Normal file
11
frontend/plugins/index/delivery_informations.tpl
Normal 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}
|
Loading…
Reference in New Issue
Block a user