{assign var="title" value="Your Membership Information"} {include file="header.html"}
{$title}

{if $smarty.session._amember_products}{* Customer have active subscriptions, display it if config allows *}

Your subscriptions

{foreach from=$member_products item=p}
  • {if $p.url gt "" } {$p.title} {else} {$p.title} {/if} {foreach from=$p.add_urls item=t key=url}
  • {$t} {/foreach} {/foreach} {else}{* Customer doesn't have any active subscriptions *}

    You have no active subscriptions

    Please use Add/Renew subscription form
    to order or renew subscription.
    {/if}
    {foreach from=$left_member_links item=t key=u}
  • {$t}
    {/foreach}
  • {if $error}
    {foreach from=$error item=e}
  • {$e} {/foreach}
  • {/if} {foreach from=$member_links item=t key=u} {/foreach}

    Add/Renew Subscription

    {if $config.product_paysystem}{else} {if count($paysystems_select) > 1 } {else} {foreach from=$paysystems_select item=p key=i} {/foreach} {/if} {/if} {if $config.use_coupons} Coupon: {/if}

    Your payment history

    {foreach from=$payments item=p} {/foreach}
    Product Period Payment System Amount
    {lookup arr=$products key=$p.product_id} {if $p.cancel_url}
    Cancel{/if} {if $p.data.CANCELLED}
    CANCELLED{/if}
    {$p.begin_date|date_format:$config.date_format} {if $p.expire_date eq "2012-12-31"} - {else} {$p.expire_date|date_format:$config.date_format}{/if} {lookup arr=$paysystems key=$p.paysys_id} {$config.currency|default:"$"}{$p.amount} 

    Powered by aMember Pro subscription script

    {include file="footer.html"}