I'm trying to get the price of a product whenever this product has options with a different price.
For example:
productName: Beer (price $2.50)
option choosed: Heineken (-$1)
second option choosed: Big glass (+$2.50)
Result of the product price: $4.00
I totaly have no clue how i can do the math in the current script i'm using.
I avoid this issue to the last part of my project,hoping i find out how i should do it.
But i must admit that sometimes a line is draw and "REALY" need help.
so: HELP! (how poorly).
I have a jsfiddle availeble with all code needed to play with.
http://jsfiddle.net/whitehat/DSYZu/Ofcourse i would be pleased with a direct solution.
On the other hand, i not expect it is given,if that is the case .... please put me in the right direction.