Any way to list all products in alphabetical order. This is for the member page where all their active subscriptions are listed. Thakns
Add this in amember/templates/member_main.html: {php} sort($this->_tpl_vars['member_products']); {/php} above {foreach from=$member_products item=p} David