{assign var="title" value="Sign-up"} {include file="header.html"}

{$title}

  {if $error}
{foreach from=$error item=e}
  • {$e} {/foreach}
  • {/if}
    {* If products count > 1, then build select, else just display one title *} {if count($products)>1} {else} {* If only one membership type enabled *} {/if} {* Select Payment System in same way, only if its count > 1 *} {if $config.product_paysystem}{else} {if count($paysystems)>1} {else}{* There is only one payment system enabled *} {/if} {/if} {if not $config.generate_login} {/if} {if not $config.generate_pass} {/if} {$additional_fields_html} {if $config.use_address_info} {/if} {if $config.use_coupons} {/if}
    Select a Membership Type {foreach from=$products item=p}

    {/foreach}
    Membership Type {foreach from=$products item=p} {$p.title} ({if $p.price > 0 }{$config.currency|default:"$"}{$p.price}{else}free{/if}) - {$p.description}
    {/foreach}
    Select a Payment System {foreach from=$paysystems item=p}

    {/foreach}
    Payment System {foreach from=$paysystems item=p} {$p.title} - {$p.description}
    {/foreach}
    Your Name
    Your First & Last name
    Your E-Mail Address
    A confirmation email will be sent
    to you at this address
    Choose a Login Name (User ID)

    It must be {$config.login_min_length} or more characters in length and may
    only contain small letters, numbers, and
    the underscore '_'
    check for uniqueness
    Choose a Password
    Must be {$config.pass_min_length} or more characters
    Confirm your password
    Enter password again
    ADDRESS INFO





    COUPONS
    Enter coupon code
    if you get any coupon code from advertising,
    please enter it here

    Powered by aMember Pro subscription script

    {include file="footer.html"}