{assign var=title value="Products/Subscriptions Types List"} {include file="admin/header.inc.html"}

{$title}

{foreach from=$filters key=act item=val} {/foreach}
{if $act == $smarty.request.filter || (!$smarty.request.filter && $act == 'active')} {$val} {else} {$val} {/if}

{foreach from=$pl item=p} {/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

Add New Product     Change order/groups


NOTES:
  • Deleting existing subscriptions will affect existsing users.
  • Changing of subscription details such as duration and price will affect existing recurring subscriptions only if these are based on "Credit Card" payment plugins (when credit card information is stored in aMember database, and aMember initializes rebilling. In case of PayPal and other similar payment processors, changes will not affect existing subscibers

  • Mass subscribe members
    Signup Link Wizard {include file="admin/footer.inc.html"}