Voiding affiliate recurring commissions

Discussion in 'Troubleshooting' started by hferradj, Mar 5, 2010.

  1. hferradj

    hferradj New Member

    Joined:
    Aug 22, 2006
    Messages:
    20
    Hello,

    One of my members used his own affiliate link to create a new account and have a discounted recurring subscription.

    I don't allow this and would like to void all the recurring commissions.

    I found how to void the commissions from the latest payment, but is there a way to tell amember to void all the future commissions as well?

    Wouldn't like to void them manually each month.

    Thanks
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Remove aff_id from that user's record in phpMyAdmin for example:
    update amember_users set aff_id = '' where member_id='USER_ID'
  3. hferradj

    hferradj New Member

    Joined:
    Aug 22, 2006
    Messages:
    20
    Thanks a lot Alexander!

Share This Page