CSV Import - Import Old Subscription Data

  • Ari
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
9 years 8 months ago #48680 by Ari
How does one import old subscription data? Such as history of previous subscription periods, renewals, payments?
I ask because I'm in the process of importing a good number of users with prior renewals, and I have the old data in a csv file that I could manipulate into the proper format to import if OSM supports it.

Thanks,
Ari

Please Log in or Create an account to join the conversation.

More
9 years 8 months ago #48691 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic CSV Import - Import Old Subscription Data
Hi Ari

It is simple : Each of them will be an subscription record in the csv file. Please look at joomdonation.com/forum/membership-pro/23...s-from-csv-file.html to see how to import subscribers data.

As mentioned in other forum post, each users can have different subscription records.

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • Ari
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
9 years 8 months ago #48715 by Ari
So, if I've already imported the user accounts, and would like to add their previous membership payments, would I just put a row in a csv for each of the previous payments?
Could there be multiple rows for each user?
If the from and to dates are in the past, would this affect their current subscription in any way?

Here are the CSV columns that look relevant to me.
Code:
email, plan, payment_date, from_date, to_date, amount, payment_method

This would use the email as the user identifier. Would these be sufficient?

Thanks,
Ari

Please Log in or Create an account to join the conversation.