bebeboutik/mails/fr/download-product.tpl

13 lines
293 B
Smarty
Raw 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)}
expire le {$product.deadline}
{/if}
{if isset($product.downloadable)}
téléchargeable {$product.downloadable} fois
{/if}
</li>
{/foreach}
</ul>