{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
    will be used to send confirmation
    Choose a Log-in Name (User ID)
    enter preferred user id
    - it will be used after payment
    to login into your account.
    Must be {$config.login_min_length} or more characters
    and can contain small letters, numbers and _
    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"}