Forum Moderators: buckworks
As an example of what I mean, there may be a basic product that is configurable:
-full colour, or black & white
-7 different sizes
-7 different finishes
...which would mean 2 X 7 X 7 = 98 different configurations, each of these having different prices, according to an incremental scale of number purchased.
I wouldn't want to write 98 different web pages for each configuration (and there could be more options, making even more possible configurations) - I'd rather have a cart or a script do it for me.
Is this really only amenable to a custom script job (of say, PHP/javascript/MySQL), or is there a cart or a script entity out there that can return prices from these sorts of complex product configurations?