23 lines
307 B
Smarty
23 lines
307 B
Smarty
{extends "./Heureka.tpl"}
|
|
|
|
{block 'spec_element'}
|
|
<AVAILABILITY>
|
|
{if $product.in_store > 0}
|
|
1
|
|
{else}
|
|
0
|
|
{/if}
|
|
</AVAILABILITY>
|
|
|
|
{if $body.show_in_store}
|
|
<IN_STORE>
|
|
{$product.in_store}
|
|
</IN_STORE>
|
|
{else}
|
|
<IN_STORE/>
|
|
{/if}
|
|
{/block}
|
|
|
|
|
|
{block 'deliveries'}
|
|
{/block} |