Files
kupshop/web/common/templates/XMLFeed/B2BFeed.tpl
2025-08-02 16:30:27 +02:00

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}