bebeboutik/mails/en/download-product.tpl

13 lines
293 B
Smarty
Raw Permalink Normal View History

2016-01-04 12:48:08 +01:00
<ul>
{foreach from=$virtualProducts item=product}
<li>
<a href="{$product.link}">{$product.name}</a>
{if isset($product.deadline)}
expires on {$product.deadline}
{/if}
{if isset($product.downloadable)}
downloadable {$product.downloadable} time(s)
{/if}
</li>
{/foreach}
</ul>