Import

Discussion in 'aMember Pro v.4' started by fmagusto, Jun 6, 2012.

  1. fmagusto

    fmagusto Guest

    Hi a need to import à member ans i need to add thé product and thé expire date. How to make this ?
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    aMember CP -> Import Users already allow to do this.
    use product id in your csv file and dates in SQL format.
    Then on stemp 2 of import check "Add subscription checkbox"
  3. fmagusto

    fmagusto Guest

    hi
    what is the name ofd the field for the product name and the date of end dates in SQL format
    Have you a example for import with a date and the product.
  4. fmagusto

    fmagusto Guest

    UP
    Please i havé need to import subscripter
  5. leetspeak

    leetspeak New Member

    Joined:
    Apr 9, 2012
    Messages:
    21
    I too require specifics to how this would be done please.
  6. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
  7. leetspeak

    leetspeak New Member

    Joined:
    Apr 9, 2012
    Messages:
    21
    I understand this much but i dont understand how current paypal subscriptions are handled. Say i import all my users and their products with start and end dates for the current subscription month. When the next month rolls around and paypal sends out the
    txn_type=subscr_payment there is nowhere in the importer to let amember know which customers product the transaction is for. Paypal keeps a subscription ID that i currently use to match payment with account but i see no option to import this information into amember.
  8. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Customization will be required in order to do such import.
    In aMember when plugin receive IPN message it try to find invoice by am_invoice.public_id field. I guess you try to import from some system? Can you check IPN messages received by your other system, does it set "invoice" passthru variable?
    If yes after import you have to update created invoices and set public_id to match "invoice" value.

Share This Page