loginn![]() 2006-05-24 21:23 | Let's say, I have a product with three types of attributes (size, quality of material and color) and the price is depending on all of them. For example: size is S, quality is normal and color is white. The price for that would be 25 dollars (this is the base prise I write in Admin). For size XXL I add 30 dollars to the base, superior quality I double the total price and for color gold I add 15% to total price. Then in my calculation price becomes 25+30=55 times 2=110, plus 15% = 126.50 dollars. But the system would calculate it differently: 25+30=55, then it will add 25=80 and then will add 15% of 25 which is 3.75 and the total will be 83.75 which is not the same as my calculation of 126.50. |
loginn![]() 2006-05-25 18:42 | Is it possible at all or not? |