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

{$title}

{foreach from=$pl item=p} {/foreach}
Product # Title Sort Price Group Renewal Group
{$p.product_id}    {$p.title}   

Return to product list

Sorting order - this is a numeric field. Products will be sorted according to this number, then alphabetically

Price Group ID - this is a numeric field. Products with a negative price_group will not be displayed on the default Signup page.
You can link to an alternate Signup page like this signup.php?price_group=-1 to display products ONLY from Price Group -1.

Renewal Group - Value in this field defines how aMember will calculate subscription start date when user renews his membership. If user has subscription to a product WITH THE SAME renewal group already, aMember will use expiration date of previous subscription as start date for new subscription. If user hasn't such subscriptions, aMember will use current date as start date. Basically, products which grants the same level of access must have the same Renewal Group value. Example of this value : "BASIC". If this field has negative numeric value, it will always set subscription start date to current date, allowing member to have several subscriptions to the same product.
{include file="admin/footer.inc.html"}