I have software that I'm selling that comes in "lite", "full", "pro", and "advanced". I'd like to not take up all 10 of my downloadable items, so I'm wondering how I might set up my ADD TO CART button using only a single instance of the product? The issue is that we allow users to purchase a "lite" version and then have the ability to upgrade to another version and only pay the difference. If I were to upload the same program 4 times (lite, full, pro, advanced) and then have to upload 6 additional items (lite -> full upgrade, lite -> pro upgrade, lite -> advanced upgrade, etc), I would be out of my allotted 10 items since I already have other products for sale. I know that I can create a drop-down form and give different variants of the same item, but that does not go well with the website theme we are running. Instead, individual ADD TO CART buttons would be best. What do you recommend?