4 Jan 2007, 5:04 PM
New Zenner
- Join Date:
- Jan 2007
- Posts:
- 1
- Plugin Contributions:
- 0
How to setup a product attributes that calculates e percentage of other attributes??
Hi here
I have a specific problem
I would implement a software e-commerce site.
But several software I sell have a specific additional software calculation
I write a sample to clarify it.
I could sell a software with a cost calculated as herefater detailed:
- Base license cost (let's say 100 USD)
- Additional cost #1 (for example, a plugin: lets say 10 USD)
- Maintenance/support (let's say 20% of total cost, calculated as point 1 + 2)
- CD cost (let's say 10 USD)
Actually (if I'm not wrong) it's impossible to calculate the final cost (1 + 2 + [(1 + 2) * 3] + 4), because we can't say to a Product Attribute to calculate "on the fly" the [(1 + 2) * 3] partial cost.
Any ideas about?
Thank you in advance