Hi there,
Thanks for the replay. That is indeed what I found out. The only thing I need to figure out is that I can add a custom field to a customer account linked to a subscription or membership. isn’t the support request only for paying accounts?
Adding a custom field to a subscription should be possible – since the billing details are shown on a subscription page, you could add a custom field with some custom code:
https://docs.woocommerce.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/
Alternatively, you could use a plugin like Checkout Field Editor:
https://woocommerce.com/products/woocommerce-checkout-field-editor/
If you decide to pursue such functionality and find yourself in need of help with the code – I’d recommend reaching out to someone from WooCommerce.com customizations page.
The support team at WooCommerce.com will be happy to answer any pre-sales questions, although the support they are able to offer for non-paying users is limited.
For example there are 2 options you subscribe to a single Subscriptions for $10/year or a familie pack for $20/year. I know how to create that with the Subscriptions plug-in. I used that on a couple of sites: Works great, big fan!
But for the site i’m currently building they want the customer membership number, they have for over 40 years, linked to the customer account on the site. When they take a new subscription next year.
If I understand you correctly I should look for a extra plug-in outside WooCommerce
Indeed, the fact that existing sequential membership numbers have to be assigned to particular subscriptions, including existing ones, complicates things quite a bit as that is not something WooCommerce Subscriptions is capable of by default.
Custom development might be necessary in order to make this happen, so if you’ll be able to find a third-party plugin which comes with such functionality by default – that might be a better option than customizing WooCommerce.com extensions.
I’m not aware of such plugin though.
I hope this helps!