thw-rsk-log/frontend/plugins/index/delivery_informations.tpl

11 lines
483 B
Smarty

{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}