
Originally Posted by
gjh42
You can certainly do all of the customizing choices with attributes, except for automatically balancing customer-entered different quantities of different chips to a set total.
You can use radiobuttons to toggle between quantities of each kind of chip (50, 100, 150...) with the difference in price noted alongside each option, if the total quantity can vary.
If the total needs to stay at 500 chips, you can offer as many variations as you wish to display on radiobuttons:
() 200 Blue, 200 Red, 100 Green
() 300 Blue, 150 Red, 50 Green
() 250 Blue, 150 Red, 100 Green
...
but a dynamically balanced mix is going to require some custom programming.