Hello all,
I have an installation I am trying to set up here..
The attributes must be percentage, which has proven to be no problem. As it is supported by default.
BUT here is where my request is different.
If two attributes, for example, are required on a product, how do I configure the attributes, or hack on the zencart code, to make the attributes apply to the total calculated price.
ie:
Product is $100
Attr 1 is 10%
Attr 2 is also selected and is 20%
Currently the price seems to complete as BASE*1.10 + BASE*1.20 which yields $130.00
I need it to calculate as (BASE*1.10)*1.20 which yields $132.00
How can I accomplish this?


Reply With Quote
