Using Product variations as product addons
This is more a question for advice than a bug or problem. I'm building a Woocommerce based plugin and I was looking to at way of using the core woocommerce/ wordpress as best as possible without the need for dependencies.
My question for advice centres around using variations also as product addons as I'm trying to develop the functionality of being able to
- Offer checkbox type variations
- Allow selection of multiple variations per attribute that is used for the variations
- Still have the variations add the value if any to a base price
I think this way because variable product variations already have the features needed for a product addon without needing a product addons plugin. All I need to do is improve the options for attribute types and facilitate multiple variation value selection per variation attribute.
Do you think this is a good principle concept?
Topic plugin-development Wordpress
Category Web