Hi

My web site will sell subscriptions for use of my online software. I expect to offer 4 different price plans ranging from Standard and up to Premium. All price plans should have an associated subscription: 1, 3, 6, 12, 24 or 36 months.
I plan to have a price plan page with the 4 difference price plans. Once the user selects a price plan he is redirected to the checkout page where he can select the subscription.

Now, I can see that I can configure a product to be recurring, but in the admin panel I have to choose a fixed period.
Does this mean that I have to create 4*6 products in total?
E.g. Standard1, Standard3, ..., Premium36 and configure the recurrence for each product separately, or is there an easier way to accomplish this?

Thanks