Hmm you are missing the point here, big one..
For example:
Char X has choices: a, b, c, d, e
Char Y has choices: 1, 2, 3, 4, 5, 6
I create a product that has char X and char Y, both in one product..
What hikashop does: auto create product variants: a1, a2, a3, a4, a5, a6, b1, b2, ... so on
With this type of method, i have to divide qty of a into all posible combinations, qty of b into all posible combinitions, ... And so on until qty of 6.. I DO NOT want this
What i want is hikashop leave a as a, b as b, c as c, and so on till 6.. So when customer create an order (for example) consisiting of char X: c, char Y: 5,, hikashop will deduct qty of C and qty of 5 independtly as different entitiy,, not as a single product as above (c5)..
Do you see the point here?? If yes, is it possible?? If not, please state your confusion =)