Files
PrestaShop/mails/en/download-product.tpl
T
Damien Metzger 6222974430 // W3C
2013-06-06 15:48:46 +02:00

13 lines
307 B
Smarty

<ul>
{foreach from=$virtualProducts item=product}
<li>
<a href="{$product.link|escape:'html'}">{$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>