Conditional variations
-
Hello everyone,
I am creating a website for contact lenses, which means I am working with prescriptions. The power of the prescription usually ranges from around -10.00 to +10.00, incrementing in steps of 0.25 or 0.5. There are also other attributes such as diameter and other components of the lens that a customer must choose when ordering lenses. The problem is not with the amount of variations from the attributes, as any variation for a product is the same price.
The problem I am having is that for certain types of lenses, like lenses for astigmatism, not all variations are available. For example, some of the diameter options do not support power values from -10.00 to -6.00. A solution would be to create all the variations manually, so I can control what variations are available, but the sheer amount of power options and other options of different attributes will mean that there can be as many as 1000 possible variations. This would be a near-impossible task, especially since it is with multiple products.
Thank you for your help.
- You must be logged in to reply to this topic.