{* * 2007-2016 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA * @copyright 2007-2016 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {$module->name}
{$module->name} {$module->displayName} v{$module->version} - by {$module->author} {if isset($module->type) && $module->type == 'addonsBought'} - {l s="Bought"} {elseif isset($module->type) && $module->type == 'addonsMustHave'} - {l s="Popular"} {elseif isset($module->type) && $module->type == 'addonsPartner'} - {l s="Official"} {elseif isset($module->id) && $module->id gt 0} {if isset($module->version_addons) && $module->version_addons} {l s='Need update'} {/if} {/if}

{if isset($module->description) && $module->description ne ''} {$module->description} {/if} {if isset($module->show_quick_view) && $module->show_quick_view}
{l s='Read more'} {/if}

{if isset($module->message) && (empty($module->name) !== false) && (!isset($module->type) || ($module->type != 'addonsMustHave' || $module->type !== 'addonsNative'))}
{$module->message}
{/if}
{if isset($module->type) && $module->type == 'addonsMustHave'}  

{if isset($module->price)}{if $module->price|floatval == 0}{l s='Free'}{elseif isset($module->id_currency)}   {displayPrice price=$module->price currency=$module->id_currency}{/if}{/if}

{elseif !isset($module->not_on_disk)}  
{if $module->optionsHtml|count > 0}
{assign var=option value=$module->optionsHtml[0]} {$option} {if $module->optionsHtml|count > 1} {/if}
{/if}
{else}  

{l s='Install'}

{/if}