Separating Current and Future Subscriptions?

Discussion in 'Templates customization' started by rendersnag, May 15, 2013.

  1. rendersnag

    rendersnag Member

    Joined:
    Jan 28, 2011
    Messages:
    35
    Hello,

    I am trying to figure out how to separate and display subscriptions of different statuses.

    I have customers with 'Current and Active' subscriptions, which I would like to display in one area.

    But I also have customers with 'Future' subscriptions, that start on a future date. I would also like to display these 'future' subscriptions in a separate area from where current subscriptions are displayed.

    How can i differentiate between the two statuses? Current AND Future subscriptions seem to show up in each area.

    Any help will be greatly appreciated! Oh..I am also using aMember V3 if that matters at all.

    Thanks!
  2. rendersnag

    rendersnag Member

    Joined:
    Jan 28, 2011
    Messages:
    35
    I also found these in the forums, but not sure if they can help me or not...

    STATUS_PENDING = 0;
    STATUS_ACTIVE = 1;
    STATUS_EXPIRED = 2;

Share This Page