woocommerce / woocommerce-subscriptions-importer-exporter

Import your subscribers to WooCommerce from a CSV. Or export your subscription data from WooCommerce to CSV.
GNU General Public License v3.0
148 stars 56 forks source link

Assignment to wrong membership #205

Closed kimruddock closed 5 years ago

kimruddock commented 5 years ago

I just ran an import in which a new user was created and the order item was a 'Standard' subscription product which when purchased provides access to a 'Standard' membership plan. The import correctly created the new user and assigned them to the correct subscription product but the subscriber was provided access to the 'Friend' membership plan. The 'Friend' membership is plan is accessible upon 'Account registration' so it appears the creation of the user account has overridden access upon 'product(s) purchase'. Is this a bug or something I can avoid happening via the CSV composition?

kimruddock commented 5 years ago

My mistake, I hadn't checked the 'Add Membership' option in the import settings.