drupal lm_paypal export csv subscriptions node profile
Download On my client’s website (www.emirateslitfest.com) I have used drupal modules lm_paypal and nodeprofile, the former to sell subscriptions and the latter to add fields for the users while registration. Now the user details and subscriptions details are stored in separate tables and appears in separate places in the drupal CMS thus not user friendly.
I had a requirement to combine information in one place export it in .csv format. So downloaded the module profile_csv and hacked in order to do so.
It is customized solution will not work for everyone but the developers can get some useful ideas.
I have attached the original profile_csv module with my hacked version. The original module exports only user id, user name and user email, while my version exports the above with user name, gender, nationality, mobile number, office number, address, city and country (fields created using nodeprofile) and subscription details (lm_paypal).
Click here to download the original with my hacked copy of profile_csv