The site I’m creating only has a single form of membership, but I want to offer 4 variations on subscription length.
i.e.
$19.99 for monthly billing
$49 for quarterly
$89 for every 6 months
and $119 for yearly billing
I’m guessing the best way to do this is to actually create 4 separate products that are essentially the same just with different subscription lengths selected.
But how can I have these 4 product options be presented in a form of radio buttons?
I want there to basically be a “How would you like to be billed?” followed by 4 radio buttons and a submit button. How would I go about this?
