am lite and member's product and expiration display

Discussion in 'aMember Pro v.4' started by raymonda_komar, Jan 22, 2014.

  1. raymonda_komar

    raymonda_komar aMember Pro Customer

    Joined:
    Aug 22, 2006
    Messages:
    9
    I have the following using the api lite but need to find a way to display the product a member signed up for and the expiration of that product.

    I have this so far if someone need it:
    state is not working yet but the other are.
    <input type="Hidden" name="user_id" VALUE="<?php $userid = Am_Lite::getInstance()->getUser(); echo $userid[user_id];?>" >
    <input type="Hidden" name="name_f" VALUE="<?php $name_f = Am_Lite::getInstance()->getUser(); echo $name_f[name_f];?>" >
    <input type="Hidden" name="name_l" VALUE="<?php $name_l = Am_Lite::getInstance()->getUser(); echo $name_f[name_l];?>" >
    <input type="Hidden" name="state" VALUE="<?php $state = Am_Lite::getInstance()->getUser(); echo $state[state];?>" >
    <input type="Hidden" name="email" VALUE="<?php $email = Am_Lite::getInstance()->getUser(); echo $email;?>" >[/SIZE]

    [SIZE=1]so I need to display the product a member has signed up for.[/SIZE]

    [SIZE=1]And the expiration date of their membership.[/SIZE]

    [SIZE=1]Thanks.[/SIZE]
    [SIZE=1][/SIZE]

Share This Page