1
Answers
A product with two variations combined
A basic description of what should be achieved:
A buyer arrives at a product page to Buy a subscription, lets call it "basic". There are several different variations of same subscription.
Example
Basic 10Gb 12 month $10
Basic 20Gb 12 month $12
Basic 30Gb 12 month $13
Basic 10Gb 24 month $18
Basic 20Gb 24 month $20
Basic 30Gb 24 month $22
My idé is that I make a Product Basic and two variations "Size" and "Time"
That two combined will make the right price.
Is there a way to do this? I can only make it with one variation.
Best Regards
/Jah
Comments
Thanks but I use Kickstart 2 and the manual do not solve my problem.
You are confused on what a "variation" constitutes. In your question you say you want to achieve this with two variations and include 5+ different prices. The way Drupal Commerce works, out of the box, is to make a variation per unique product. So, for your situation you would have one product that has a specific "size" and specific "time" and it would cost X. Add each product to your product display and you will have it. The products you would have to make are actually listed in your original question.
Thank you.
It was a bit confusing but now I understand how it works.
/Jah