{assign var=title value="Products/Subscriptions Types List"} {include file="admin/header.inc.html"}
{if $act == $smarty.request.filter || (!$smarty.request.filter && $act == 'active')} {$val} {else} {$val} {/if} | {/foreach}
Product # | Title | Price | Duration | Scope | Group | Sort | Recurr. | Agr. | URL | Actions |
---|---|---|---|---|---|---|---|---|---|---|
{$p.product_id} | {$p.title} | {$p.price} | {if $p.expire_days eq $smarty.const.MAX_SQL_DATE}LIFETIME {elseif strlen($p.expire_days) == 10 } {$p.expire_days|amember_date_format} {else} {$p.expire_days} {/if} | {$p.scope|default:"all"} | {$p.price_group|default:"0"} | {$p.order|default:"0"} | {if $p.is_recurring}Yes{else}No{/if} | {if $p.need_agreement}Yes{else}No{/if} | {$p.url} | Edit Copy Delete |
NOTES: |